2024-02-19T23:20:05.822 INFO:root:teuthology version: 0.0.1.dev260+gb1dac55 2024-02-19T23:20:05.822 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description orch:cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} --archive /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568090 --owner scheduled_gabrioux@teuthology --name gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi -- /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568090/orig.config.yaml 2024-02-19T23:20:05.854 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-19T23:20:05.932 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568090 branch: wip-guits-testing-6-2024-02-19-2119-pacific description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} email: gabrioux@ibm.com first_in_suite: false job_id: '7568090' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-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-guits-testing-6-2024-02-19-2119-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: 19854089e18d4f65dda2b6cd74e737367c2514bd ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd workunit: branch: wip-guits-testing-6-2024-02-19-2119-pacific sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd owner: scheduled_gabrioux@teuthology priority: 70 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 5185 sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd sleep_before_teardown: 0 subset: 1/999 suite: orch:cephadm suite_branch: wip-guits-testing-6-2024-02-19-2119-pacific suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd targets: smithi023.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE= smithi184.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 - cephadm.apply: specs: - placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 - service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '{{VIP0}}/{{VIPPREFIXLEN}}' - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - cephadm.shell: host.a: - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: b1dac5519c57c269ea98a22fb7729016a1d0e4d2 timestamp: 2024-02-19_22:54:55 tube: smithi user: gabrioux verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-19T23:20:05.932 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa; will attempt to use it 2024-02-19T23:20:05.933 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks 2024-02-19T23:20:05.933 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-19T23:20:05.935 INFO:teuthology.task.internal:Checking packages... 2024-02-19T23:20:05.959 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '19854089e18d4f65dda2b6cd74e737367c2514bd' 2024-02-19T23:20:05.959 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-19T23:20:05.959 INFO:teuthology.packaging:ref: None 2024-02-19T23:20:05.959 INFO:teuthology.packaging:tag: None 2024-02-19T23:20:05.959 INFO:teuthology.packaging:branch: wip-guits-testing-6-2024-02-19-2119-pacific 2024-02-19T23:20:05.959 INFO:teuthology.packaging:sha1: 19854089e18d4f65dda2b6cd74e737367c2514bd 2024-02-19T23:20:05.959 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F18.04%2Fx86_64&ref=wip-guits-testing-6-2024-02-19-2119-pacific 2024-02-19T23:20:06.104 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-549-g19854089-1bionic 2024-02-19T23:20:06.105 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-19T23:20:06.111 INFO:teuthology.task.internal:no buildpackages task found 2024-02-19T23:20:06.112 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-19T23:20:06.132 INFO:teuthology.task.internal:Saving configuration 2024-02-19T23:20:06.145 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-19T23:20:06.150 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-19T23:20:06.177 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi023.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568090', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-19 23:13:21.245004', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2024-02-19T23:20:06.205 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi184.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568090', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-19 23:13:21.246878', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAII4U6ItCfOdoN1WdROC3KO40lcw/kzXeIM8M8q950kfL'} 2024-02-19T23:20:06.205 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-19T23:20:06.388 INFO:teuthology.task.internal:roles: ubuntu@smithi023.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-02-19T23:20:06.388 INFO:teuthology.task.internal:roles: ubuntu@smithi184.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-02-19T23:20:06.388 INFO:teuthology.run_tasks:Running task console_log... 2024-02-19T23:20:06.495 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f9ae3474310>, signals=[15]) 2024-02-19T23:20:06.496 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-19T23:20:06.504 INFO:teuthology.task.internal:Opening connections... 2024-02-19T23:20:06.505 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi023.front.sepia.ceph.com 2024-02-19T23:20:06.508 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:20:06.590 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi184.front.sepia.ceph.com 2024-02-19T23:20:06.591 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:20:06.669 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-19T23:20:06.675 DEBUG:teuthology.orchestra.run.smithi023:> uname -m 2024-02-19T23:20:06.703 INFO:teuthology.orchestra.run.smithi023.stdout:x86_64 2024-02-19T23:20:06.704 DEBUG:teuthology.orchestra.run.smithi023:> cat /etc/os-release 2024-02-19T23:20:06.752 INFO:teuthology.orchestra.run.smithi023.stdout:NAME="Ubuntu" 2024-02-19T23:20:06.752 INFO:teuthology.orchestra.run.smithi023.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2024-02-19T23:20:06.752 INFO:teuthology.orchestra.run.smithi023.stdout:ID=ubuntu 2024-02-19T23:20:06.752 INFO:teuthology.orchestra.run.smithi023.stdout:ID_LIKE=debian 2024-02-19T23:20:06.752 INFO:teuthology.orchestra.run.smithi023.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2024-02-19T23:20:06.752 INFO:teuthology.orchestra.run.smithi023.stdout:VERSION_ID="18.04" 2024-02-19T23:20:06.752 INFO:teuthology.orchestra.run.smithi023.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-19T23:20:06.753 INFO:teuthology.orchestra.run.smithi023.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-19T23:20:06.753 INFO:teuthology.orchestra.run.smithi023.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-19T23:20:06.753 INFO:teuthology.orchestra.run.smithi023.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-19T23:20:06.753 INFO:teuthology.orchestra.run.smithi023.stdout:VERSION_CODENAME=bionic 2024-02-19T23:20:06.753 INFO:teuthology.orchestra.run.smithi023.stdout:UBUNTU_CODENAME=bionic 2024-02-19T23:20:06.753 INFO:teuthology.lock.ops:Updating smithi023.front.sepia.ceph.com on lock server 2024-02-19T23:20:06.776 DEBUG:teuthology.orchestra.run.smithi184:> uname -m 2024-02-19T23:20:06.792 INFO:teuthology.orchestra.run.smithi184.stdout:x86_64 2024-02-19T23:20:06.792 DEBUG:teuthology.orchestra.run.smithi184:> cat /etc/os-release 2024-02-19T23:20:06.841 INFO:teuthology.orchestra.run.smithi184.stdout:NAME="Ubuntu" 2024-02-19T23:20:06.841 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION="18.04.6 LTS (Bionic Beaver)" 2024-02-19T23:20:06.841 INFO:teuthology.orchestra.run.smithi184.stdout:ID=ubuntu 2024-02-19T23:20:06.842 INFO:teuthology.orchestra.run.smithi184.stdout:ID_LIKE=debian 2024-02-19T23:20:06.842 INFO:teuthology.orchestra.run.smithi184.stdout:PRETTY_NAME="Ubuntu 18.04.6 LTS" 2024-02-19T23:20:06.842 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION_ID="18.04" 2024-02-19T23:20:06.842 INFO:teuthology.orchestra.run.smithi184.stdout:HOME_URL="https://www.ubuntu.com/" 2024-02-19T23:20:06.842 INFO:teuthology.orchestra.run.smithi184.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-02-19T23:20:06.842 INFO:teuthology.orchestra.run.smithi184.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-02-19T23:20:06.842 INFO:teuthology.orchestra.run.smithi184.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-02-19T23:20:06.842 INFO:teuthology.orchestra.run.smithi184.stdout:VERSION_CODENAME=bionic 2024-02-19T23:20:06.842 INFO:teuthology.orchestra.run.smithi184.stdout:UBUNTU_CODENAME=bionic 2024-02-19T23:20:06.842 INFO:teuthology.lock.ops:Updating smithi184.front.sepia.ceph.com on lock server 2024-02-19T23:20:06.867 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-19T23:20:06.875 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-19T23:20:06.880 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-19T23:20:06.881 DEBUG:teuthology.orchestra.run.smithi023:> test '!' -e /home/ubuntu/cephtest 2024-02-19T23:20:06.884 DEBUG:teuthology.orchestra.run.smithi184:> test '!' -e /home/ubuntu/cephtest 2024-02-19T23:20:06.889 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-19T23:20:06.895 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-19T23:20:06.895 DEBUG:teuthology.orchestra.run.smithi023:> test -z $(ls -A /var/lib/ceph) 2024-02-19T23:20:06.931 DEBUG:teuthology.orchestra.run.smithi184:> test -z $(ls -A /var/lib/ceph) 2024-02-19T23:20:06.954 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-19T23:20:07.012 INFO:teuthology.run_tasks:Running task kernel... 2024-02-19T23:20:07.026 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-19T23:20:07.026 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-19T23:20:07.027 DEBUG:teuthology.orchestra.run.smithi023:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-19T23:20:07.027 DEBUG:teuthology.orchestra.run.smithi184:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-19T23:20:07.032 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:20:07.033 DEBUG:teuthology.orchestra.run.smithi023:> uname -r 2024-02-19T23:20:07.033 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-19T23:20:07.034 DEBUG:teuthology.orchestra.run.smithi184:> uname -r 2024-02-19T23:20:07.079 INFO:teuthology.orchestra.run.smithi023.stdout:4.15.0-200-generic 2024-02-19T23:20:07.080 INFO:teuthology.task.kernel:Running kernel on smithi023: 4.15.0-200-generic 2024-02-19T23:20:07.080 DEBUG:teuthology.orchestra.run.smithi023:> sudo apt-get clean 2024-02-19T23:20:07.081 INFO:teuthology.orchestra.run.smithi184.stdout:4.15.0-200-generic 2024-02-19T23:20:07.081 INFO:teuthology.task.kernel:Running kernel on smithi184: 4.15.0-200-generic 2024-02-19T23:20:07.081 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get clean 2024-02-19T23:20:07.177 DEBUG:teuthology.orchestra.run.smithi023:> sudo apt-get update 2024-02-19T23:20:07.180 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get update 2024-02-19T23:20:07.321 INFO:teuthology.orchestra.run.smithi184.stdout:Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2024-02-19T23:20:07.335 INFO:teuthology.orchestra.run.smithi023.stdout:Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2024-02-19T23:20:07.336 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-02-19T23:20:07.343 INFO:teuthology.orchestra.run.smithi184.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2024-02-19T23:20:07.352 INFO:teuthology.orchestra.run.smithi023.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-02-19T23:20:07.358 INFO:teuthology.orchestra.run.smithi023.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2024-02-19T23:20:07.432 INFO:teuthology.orchestra.run.smithi184.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2024-02-19T23:20:07.458 INFO:teuthology.orchestra.run.smithi023.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB] 2024-02-19T23:20:07.677 INFO:teuthology.orchestra.run.smithi184.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2024-02-19T23:20:07.691 INFO:teuthology.orchestra.run.smithi023.stdout:Get:5 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages [1,379 kB] 2024-02-19T23:20:07.813 INFO:teuthology.orchestra.run.smithi184.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,665 kB] 2024-02-19T23:20:07.814 INFO:teuthology.orchestra.run.smithi184.stdout:Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2024-02-19T23:20:07.828 INFO:teuthology.orchestra.run.smithi023.stdout:Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2,717 kB] 2024-02-19T23:20:07.829 INFO:teuthology.orchestra.run.smithi023.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages [1,665 kB] 2024-02-19T23:20:07.858 INFO:teuthology.orchestra.run.smithi184.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2024-02-19T23:20:07.867 INFO:teuthology.orchestra.run.smithi184.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2024-02-19T23:20:07.884 INFO:teuthology.orchestra.run.smithi023.stdout:Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [467 kB] 2024-02-19T23:20:07.891 INFO:teuthology.orchestra.run.smithi184.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2024-02-19T23:20:07.892 INFO:teuthology.orchestra.run.smithi184.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2024-02-19T23:20:07.894 INFO:teuthology.orchestra.run.smithi023.stdout:Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted i386 Packages [33.0 kB] 2024-02-19T23:20:07.894 INFO:teuthology.orchestra.run.smithi184.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2024-02-19T23:20:07.895 INFO:teuthology.orchestra.run.smithi023.stdout:Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [1,317 kB] 2024-02-19T23:20:07.916 INFO:teuthology.orchestra.run.smithi184.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2024-02-19T23:20:07.921 INFO:teuthology.orchestra.run.smithi023.stdout:Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [182 kB] 2024-02-19T23:20:07.923 INFO:teuthology.orchestra.run.smithi023.stdout:Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe i386 Packages [1,078 kB] 2024-02-19T23:20:07.942 INFO:teuthology.orchestra.run.smithi023.stdout:Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1,303 kB] 2024-02-19T23:20:07.943 INFO:teuthology.orchestra.run.smithi184.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2024-02-19T23:20:07.946 INFO:teuthology.orchestra.run.smithi184.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2024-02-19T23:20:07.946 INFO:teuthology.orchestra.run.smithi184.stdout:Get:16 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2024-02-19T23:20:07.946 INFO:teuthology.orchestra.run.smithi184.stdout:Get:17 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2024-02-19T23:20:07.962 INFO:teuthology.orchestra.run.smithi023.stdout:Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [308 kB] 2024-02-19T23:20:07.966 INFO:teuthology.orchestra.run.smithi023.stdout:Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 Packages [6,008 B] 2024-02-19T23:20:07.966 INFO:teuthology.orchestra.run.smithi023.stdout:Get:16 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.8 kB] 2024-02-19T23:20:07.967 INFO:teuthology.orchestra.run.smithi023.stdout:Get:17 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [3,928 B] 2024-02-19T23:20:08.020 INFO:teuthology.orchestra.run.smithi184.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2024-02-19T23:20:08.039 INFO:teuthology.orchestra.run.smithi023.stdout:Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [3,045 kB] 2024-02-19T23:20:08.077 INFO:teuthology.orchestra.run.smithi184.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2024-02-19T23:20:08.082 INFO:teuthology.orchestra.run.smithi184.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2024-02-19T23:20:08.102 INFO:teuthology.orchestra.run.smithi184.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2024-02-19T23:20:08.103 INFO:teuthology.orchestra.run.smithi184.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2024-02-19T23:20:08.107 INFO:teuthology.orchestra.run.smithi184.stdout:Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2024-02-19T23:20:08.108 INFO:teuthology.orchestra.run.smithi023.stdout:Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [554 kB] 2024-02-19T23:20:08.116 INFO:teuthology.orchestra.run.smithi023.stdout:Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted i386 Packages [39.7 kB] 2024-02-19T23:20:08.116 INFO:teuthology.orchestra.run.smithi023.stdout:Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [1,347 kB] 2024-02-19T23:20:08.140 INFO:teuthology.orchestra.run.smithi023.stdout:Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [187 kB] 2024-02-19T23:20:08.142 INFO:teuthology.orchestra.run.smithi023.stdout:Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2024-02-19T23:20:08.143 INFO:teuthology.orchestra.run.smithi184.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages [1,663 kB] 2024-02-19T23:20:08.174 INFO:teuthology.orchestra.run.smithi184.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2024-02-19T23:20:08.176 INFO:teuthology.orchestra.run.smithi023.stdout:Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1,915 kB] 2024-02-19T23:20:08.177 INFO:teuthology.orchestra.run.smithi184.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2024-02-19T23:20:08.177 INFO:teuthology.orchestra.run.smithi184.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2024-02-19T23:20:08.178 INFO:teuthology.orchestra.run.smithi184.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2024-02-19T23:20:08.178 INFO:teuthology.orchestra.run.smithi184.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2024-02-19T23:20:08.179 INFO:teuthology.orchestra.run.smithi184.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2024-02-19T23:20:08.179 INFO:teuthology.orchestra.run.smithi184.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2024-02-19T23:20:08.180 INFO:teuthology.orchestra.run.smithi184.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2024-02-19T23:20:08.198 INFO:teuthology.orchestra.run.smithi023.stdout:Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [421 kB] 2024-02-19T23:20:08.202 INFO:teuthology.orchestra.run.smithi023.stdout:Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 Packages [11.2 kB] 2024-02-19T23:20:08.202 INFO:teuthology.orchestra.run.smithi023.stdout:Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.6 kB] 2024-02-19T23:20:08.202 INFO:teuthology.orchestra.run.smithi023.stdout:Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6,088 B] 2024-02-19T23:20:08.203 INFO:teuthology.orchestra.run.smithi023.stdout:Get:29 http://archive.ubuntu.com/ubuntu bionic-backports/main i386 Packages [53.2 kB] 2024-02-19T23:20:08.203 INFO:teuthology.orchestra.run.smithi023.stdout:Get:30 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [53.3 kB] 2024-02-19T23:20:08.204 INFO:teuthology.orchestra.run.smithi023.stdout:Get:31 http://archive.ubuntu.com/ubuntu bionic-backports/universe i386 Packages [18.1 kB] 2024-02-19T23:20:08.204 INFO:teuthology.orchestra.run.smithi023.stdout:Get:32 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [18.2 kB] 2024-02-19T23:20:10.585 INFO:teuthology.orchestra.run.smithi184.stdout:Fetched 20.1 MB in 3s (6,399 kB/s) 2024-02-19T23:20:10.708 INFO:teuthology.orchestra.run.smithi023.stdout:Fetched 20.1 MB in 3s (6,119 kB/s) 2024-02-19T23:20:12.321 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2024-02-19T23:20:12.373 DEBUG:teuthology.orchestra.run.smithi184:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-19T23:20:12.454 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2024-02-19T23:20:12.606 INFO:teuthology.orchestra.run.smithi023.stdout:Reading package lists... 2024-02-19T23:20:12.659 DEBUG:teuthology.orchestra.run.smithi023:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-19T23:20:12.745 INFO:teuthology.orchestra.run.smithi184.stdout:Building dependency tree... 2024-02-19T23:20:12.746 INFO:teuthology.orchestra.run.smithi023.stdout:Reading package lists... 2024-02-19T23:20:12.746 INFO:teuthology.orchestra.run.smithi184.stdout:Reading state information... 2024-02-19T23:20:12.967 INFO:teuthology.orchestra.run.smithi184.stdout:The following additional packages will be installed: 2024-02-19T23:20:12.967 INFO:teuthology.orchestra.run.smithi184.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-02-19T23:20:12.967 INFO:teuthology.orchestra.run.smithi184.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2024-02-19T23:20:12.967 INFO:teuthology.orchestra.run.smithi184.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2024-02-19T23:20:12.970 INFO:teuthology.orchestra.run.smithi184.stdout:Suggested packages: 2024-02-19T23:20:12.970 INFO:teuthology.orchestra.run.smithi184.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2024-02-19T23:20:12.970 INFO:teuthology.orchestra.run.smithi184.stdout:Recommended packages: 2024-02-19T23:20:12.970 INFO:teuthology.orchestra.run.smithi184.stdout: thermald 2024-02-19T23:20:13.037 INFO:teuthology.orchestra.run.smithi184.stdout:The following NEW packages will be installed: 2024-02-19T23:20:13.037 INFO:teuthology.orchestra.run.smithi184.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-02-19T23:20:13.037 INFO:teuthology.orchestra.run.smithi184.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2024-02-19T23:20:13.037 INFO:teuthology.orchestra.run.smithi184.stdout: linux-modules-extra-4.15.0-213-generic 2024-02-19T23:20:13.039 INFO:teuthology.orchestra.run.smithi184.stdout:The following packages will be upgraded: 2024-02-19T23:20:13.040 INFO:teuthology.orchestra.run.smithi184.stdout: linux-generic linux-headers-generic linux-image-generic 2024-02-19T23:20:13.043 INFO:teuthology.orchestra.run.smithi023.stdout:Building dependency tree... 2024-02-19T23:20:13.043 INFO:teuthology.orchestra.run.smithi023.stdout:Reading state information... 2024-02-19T23:20:13.103 INFO:teuthology.orchestra.run.smithi184.stdout:3 upgraded, 5 newly installed, 0 to remove and 165 not upgraded. 2024-02-19T23:20:13.104 INFO:teuthology.orchestra.run.smithi184.stdout:Need to get 67.4 MB of archives. 2024-02-19T23:20:13.104 INFO:teuthology.orchestra.run.smithi184.stdout:After this operation, 351 MB of additional disk space will be used. 2024-02-19T23:20:13.104 INFO:teuthology.orchestra.run.smithi184.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-4.15.0-213-generic amd64 4.15.0-213.224 [13.4 MB] 2024-02-19T23:20:13.275 INFO:teuthology.orchestra.run.smithi023.stdout:The following additional packages will be installed: 2024-02-19T23:20:13.275 INFO:teuthology.orchestra.run.smithi023.stdout: linux-generic linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-02-19T23:20:13.275 INFO:teuthology.orchestra.run.smithi023.stdout: linux-headers-generic linux-image-4.15.0-213-generic 2024-02-19T23:20:13.276 INFO:teuthology.orchestra.run.smithi023.stdout: linux-modules-4.15.0-213-generic linux-modules-extra-4.15.0-213-generic 2024-02-19T23:20:13.278 INFO:teuthology.orchestra.run.smithi023.stdout:Suggested packages: 2024-02-19T23:20:13.278 INFO:teuthology.orchestra.run.smithi023.stdout: fdutils linux-doc-4.15.0 | linux-source-4.15.0 linux-tools 2024-02-19T23:20:13.278 INFO:teuthology.orchestra.run.smithi023.stdout:Recommended packages: 2024-02-19T23:20:13.278 INFO:teuthology.orchestra.run.smithi023.stdout: thermald 2024-02-19T23:20:13.352 INFO:teuthology.orchestra.run.smithi023.stdout:The following NEW packages will be installed: 2024-02-19T23:20:13.352 INFO:teuthology.orchestra.run.smithi023.stdout: linux-headers-4.15.0-213 linux-headers-4.15.0-213-generic 2024-02-19T23:20:13.353 INFO:teuthology.orchestra.run.smithi023.stdout: linux-image-4.15.0-213-generic linux-modules-4.15.0-213-generic 2024-02-19T23:20:13.353 INFO:teuthology.orchestra.run.smithi023.stdout: linux-modules-extra-4.15.0-213-generic 2024-02-19T23:20:13.354 INFO:teuthology.orchestra.run.smithi023.stdout:The following packages will be upgraded: 2024-02-19T23:20:13.355 INFO:teuthology.orchestra.run.smithi023.stdout: linux-generic linux-headers-generic linux-image-generic 2024-02-19T23:20:13.418 INFO:teuthology.orchestra.run.smithi023.stdout:3 upgraded, 5 newly installed, 0 to remove and 165 not upgraded. 2024-02-19T23:20:13.418 INFO:teuthology.orchestra.run.smithi023.stdout:Need to get 67.4 MB of archives. 2024-02-19T23:20:13.418 INFO:teuthology.orchestra.run.smithi023.stdout:After this operation, 351 MB of additional disk space will be used. 2024-02-19T23:20:13.418 INFO:teuthology.orchestra.run.smithi023.stdout:Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-4.15.0-213-generic amd64 4.15.0-213.224 [13.4 MB] 2024-02-19T23:20:13.444 INFO:teuthology.orchestra.run.smithi184.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-4.15.0-213-generic amd64 4.15.0-213.224 [8,111 kB] 2024-02-19T23:20:13.545 INFO:teuthology.orchestra.run.smithi184.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-extra-4.15.0-213-generic amd64 4.15.0-213.224 [33.7 MB] 2024-02-19T23:20:13.865 INFO:teuthology.orchestra.run.smithi023.stdout:Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-4.15.0-213-generic amd64 4.15.0-213.224 [8,111 kB] 2024-02-19T23:20:14.007 INFO:teuthology.orchestra.run.smithi023.stdout:Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-modules-extra-4.15.0-213-generic amd64 4.15.0-213.224 [33.7 MB] 2024-02-19T23:20:14.086 INFO:teuthology.orchestra.run.smithi184.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2024-02-19T23:20:14.086 INFO:teuthology.orchestra.run.smithi184.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-generic amd64 4.15.0.213.196 [2,460 B] 2024-02-19T23:20:14.086 INFO:teuthology.orchestra.run.smithi184.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213 all 4.15.0-213.224 [11.0 MB] 2024-02-19T23:20:14.291 INFO:teuthology.orchestra.run.smithi184.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213-generic amd64 4.15.0-213.224 [1,250 kB] 2024-02-19T23:20:14.312 INFO:teuthology.orchestra.run.smithi184.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-generic amd64 4.15.0.213.196 [2,360 B] 2024-02-19T23:20:14.586 INFO:teuthology.orchestra.run.smithi023.stdout:Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-generic amd64 4.15.0.213.196 [1,864 B] 2024-02-19T23:20:14.586 INFO:teuthology.orchestra.run.smithi023.stdout:Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-image-generic amd64 4.15.0.213.196 [2,460 B] 2024-02-19T23:20:14.586 INFO:teuthology.orchestra.run.smithi023.stdout:Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213 all 4.15.0-213.224 [11.0 MB] 2024-02-19T23:20:14.792 INFO:teuthology.orchestra.run.smithi023.stdout:Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-4.15.0-213-generic amd64 4.15.0-213.224 [1,250 kB] 2024-02-19T23:20:14.874 INFO:teuthology.orchestra.run.smithi023.stdout:Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-headers-generic amd64 4.15.0.213.196 [2,360 B] 2024-02-19T23:20:15.021 INFO:teuthology.orchestra.run.smithi184.stdout:Fetched 67.4 MB in 1s (53.8 MB/s) 2024-02-19T23:20:15.216 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2024-02-19T23:20:15.644 INFO:teuthology.orchestra.run.smithi023.stdout:Fetched 67.4 MB in 2s (44.9 MB/s) 2024-02-19T23:20:15.825 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package linux-modules-4.15.0-213-generic. 2024-02-19T23:20:16.142 INFO:teuthology.orchestra.run.smithi184.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 135963 files and directories currently installed.) 2024-02-19T23:20:16.147 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-19T23:20:16.221 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-19T23:20:16.748 INFO:teuthology.orchestra.run.smithi023.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 135963 files and directories currently installed.) 2024-02-19T23:20:16.753 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../0-linux-modules-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-19T23:20:16.855 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-19T23:20:17.972 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2024-02-19T23:20:17.988 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-19T23:20:18.083 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-19T23:20:18.591 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2024-02-19T23:20:18.607 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-19T23:20:18.666 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-19T23:20:18.775 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package linux-image-4.15.0-213-generic. 2024-02-19T23:20:18.789 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../1-linux-image-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-19T23:20:18.884 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-19T23:20:19.375 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package linux-modules-extra-4.15.0-213-generic. 2024-02-19T23:20:19.389 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../2-linux-modules-extra-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-19T23:20:19.442 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-19T23:20:22.495 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2024-02-19T23:20:22.638 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-02-19T23:20:22.946 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2024-02-19T23:20:23.066 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-02-19T23:20:23.369 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2024-02-19T23:20:23.385 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2024-02-19T23:20:23.427 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-02-19T23:20:23.487 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../3-linux-generic_4.15.0.213.196_amd64.deb ... 2024-02-19T23:20:23.612 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking linux-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-02-19T23:20:23.996 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../4-linux-image-generic_4.15.0.213.196_amd64.deb ... 2024-02-19T23:20:24.157 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking linux-image-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-02-19T23:20:24.510 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package linux-headers-4.15.0-213. 2024-02-19T23:20:24.524 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../5-linux-headers-4.15.0-213_4.15.0-213.224_all.deb ... 2024-02-19T23:20:24.569 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-02-19T23:20:28.120 INFO:teuthology.orchestra.run.smithi184.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2024-02-19T23:20:28.144 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-19T23:20:28.195 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-19T23:20:29.657 INFO:teuthology.orchestra.run.smithi023.stdout:Selecting previously unselected package linux-headers-4.15.0-213-generic. 2024-02-19T23:20:29.679 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../6-linux-headers-4.15.0-213-generic_4.15.0-213.224_amd64.deb ... 2024-02-19T23:20:29.723 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-19T23:20:30.862 INFO:teuthology.orchestra.run.smithi184.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2024-02-19T23:20:30.983 INFO:teuthology.orchestra.run.smithi184.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-02-19T23:20:31.328 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-19T23:20:31.922 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-19T23:20:32.436 INFO:teuthology.orchestra.run.smithi184.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2024-02-19T23:20:32.436 INFO:teuthology.orchestra.run.smithi184.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2024-02-19T23:20:32.436 INFO:teuthology.orchestra.run.smithi184.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2024-02-19T23:20:32.437 INFO:teuthology.orchestra.run.smithi184.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2024-02-19T23:20:32.521 INFO:teuthology.orchestra.run.smithi023.stdout:Preparing to unpack .../7-linux-headers-generic_4.15.0.213.196_amd64.deb ... 2024-02-19T23:20:32.565 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-19T23:20:32.630 INFO:teuthology.orchestra.run.smithi023.stdout:Unpacking linux-headers-generic (4.15.0.213.196) over (4.15.0.200.183) ... 2024-02-19T23:20:33.109 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-02-19T23:20:33.260 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2024-02-19T23:20:33.386 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-19T23:20:33.512 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2024-02-19T23:20:33.638 INFO:teuthology.orchestra.run.smithi184.stdout:Setting up linux-generic (4.15.0.213.196) ... 2024-02-19T23:20:33.764 INFO:teuthology.orchestra.run.smithi184.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-19T23:20:33.832 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up linux-modules-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-19T23:20:33.962 INFO:teuthology.orchestra.run.smithi184.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-19T23:20:33.962 INFO:teuthology.orchestra.run.smithi184.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2024-02-19T23:20:34.476 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-19T23:20:34.976 INFO:teuthology.orchestra.run.smithi023.stdout:I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.15.0-200-generic 2024-02-19T23:20:34.976 INFO:teuthology.orchestra.run.smithi023.stdout:I: /initrd.img.old is now a symlink to boot/initrd.img-4.15.0-200-generic 2024-02-19T23:20:34.976 INFO:teuthology.orchestra.run.smithi023.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-4.15.0-213-generic 2024-02-19T23:20:34.976 INFO:teuthology.orchestra.run.smithi023.stdout:I: /initrd.img is now a symlink to boot/initrd.img-4.15.0-213-generic 2024-02-19T23:20:35.130 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up linux-modules-extra-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-19T23:20:35.680 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up linux-headers-4.15.0-213 (4.15.0-213.224) ... 2024-02-19T23:20:35.781 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up linux-image-generic (4.15.0.213.196) ... 2024-02-19T23:20:35.915 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up linux-headers-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-19T23:20:36.041 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up linux-headers-generic (4.15.0.213.196) ... 2024-02-19T23:20:36.184 INFO:teuthology.orchestra.run.smithi023.stdout:Setting up linux-generic (4.15.0.213.196) ... 2024-02-19T23:20:36.310 INFO:teuthology.orchestra.run.smithi023.stdout:Processing triggers for linux-image-4.15.0-213-generic (4.15.0-213.224) ... 2024-02-19T23:20:36.516 INFO:teuthology.orchestra.run.smithi023.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-02-19T23:20:36.516 INFO:teuthology.orchestra.run.smithi023.stdout:update-initramfs: Generating /boot/initrd.img-4.15.0-213-generic 2024-02-19T23:20:51.041 INFO:teuthology.orchestra.run.smithi184.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-19T23:20:51.041 INFO:teuthology.orchestra.run.smithi184.stdout:Sourcing file `/etc/default/grub' 2024-02-19T23:20:51.067 INFO:teuthology.orchestra.run.smithi184.stdout:Generating grub configuration file ... 2024-02-19T23:20:51.674 INFO:teuthology.orchestra.run.smithi184.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-02-19T23:20:51.741 INFO:teuthology.orchestra.run.smithi184.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-02-19T23:20:52.087 INFO:teuthology.orchestra.run.smithi184.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-02-19T23:20:52.115 INFO:teuthology.orchestra.run.smithi184.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-02-19T23:20:52.188 INFO:teuthology.orchestra.run.smithi184.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-02-19T23:20:52.215 INFO:teuthology.orchestra.run.smithi184.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-02-19T23:20:53.144 INFO:teuthology.orchestra.run.smithi184.stdout:done 2024-02-19T23:20:53.425 INFO:teuthology.orchestra.run.smithi023.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-02-19T23:20:53.425 INFO:teuthology.orchestra.run.smithi023.stdout:Sourcing file `/etc/default/grub' 2024-02-19T23:20:53.454 INFO:teuthology.orchestra.run.smithi023.stdout:Generating grub configuration file ... 2024-02-19T23:20:53.602 DEBUG:teuthology.orchestra.run.smithi184:> dpkg -s linux-image-generic 2024-02-19T23:20:53.625 INFO:teuthology.orchestra.run.smithi184.stdout:Package: linux-image-generic 2024-02-19T23:20:53.625 INFO:teuthology.orchestra.run.smithi184.stdout:Status: install ok installed 2024-02-19T23:20:53.625 INFO:teuthology.orchestra.run.smithi184.stdout:Priority: optional 2024-02-19T23:20:53.625 INFO:teuthology.orchestra.run.smithi184.stdout:Section: kernel 2024-02-19T23:20:53.625 INFO:teuthology.orchestra.run.smithi184.stdout:Installed-Size: 18 2024-02-19T23:20:53.625 INFO:teuthology.orchestra.run.smithi184.stdout:Maintainer: Ubuntu Kernel Team 2024-02-19T23:20:53.626 INFO:teuthology.orchestra.run.smithi184.stdout:Architecture: amd64 2024-02-19T23:20:53.626 INFO:teuthology.orchestra.run.smithi184.stdout:Source: linux-meta 2024-02-19T23:20:53.626 INFO:teuthology.orchestra.run.smithi184.stdout:Version: 4.15.0.213.196 2024-02-19T23:20:53.626 INFO:teuthology.orchestra.run.smithi184.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-02-19T23:20:53.626 INFO:teuthology.orchestra.run.smithi184.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-19T23:20:53.626 INFO:teuthology.orchestra.run.smithi184.stdout:Recommends: thermald 2024-02-19T23:20:53.626 INFO:teuthology.orchestra.run.smithi184.stdout:Description: Generic Linux kernel image 2024-02-19T23:20:53.626 INFO:teuthology.orchestra.run.smithi184.stdout: This package will always depend on the latest generic kernel image 2024-02-19T23:20:53.626 INFO:teuthology.orchestra.run.smithi184.stdout: available. 2024-02-19T23:20:53.626 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2024-02-19T23:20:53.626 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-19T23:20:53.627 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-19T23:20:53.627 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2024-02-19T23:20:53.627 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi184.front.sepia.ceph.com, path=None, version=distro) 2024-02-19T23:20:53.627 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get clean 2024-02-19T23:20:53.733 DEBUG:teuthology.orchestra.run.smithi184:> sudo apt-get update 2024-02-19T23:20:53.870 INFO:teuthology.orchestra.run.smithi023.stdout:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-02-19T23:20:53.900 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2024-02-19T23:20:53.901 INFO:teuthology.orchestra.run.smithi023.stdout:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-02-19T23:20:53.982 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-02-19T23:20:54.063 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2024-02-19T23:20:54.145 INFO:teuthology.orchestra.run.smithi184.stdout:Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2024-02-19T23:20:54.330 INFO:teuthology.orchestra.run.smithi023.stdout:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-02-19T23:20:54.358 INFO:teuthology.orchestra.run.smithi023.stdout:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-02-19T23:20:54.433 INFO:teuthology.orchestra.run.smithi023.stdout:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-02-19T23:20:54.467 INFO:teuthology.orchestra.run.smithi023.stdout:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-02-19T23:20:55.998 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2024-02-19T23:20:56.051 DEBUG:teuthology.orchestra.run.smithi184:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-19T23:20:56.136 INFO:teuthology.orchestra.run.smithi184.stdout:Reading package lists... 2024-02-19T23:20:56.148 INFO:teuthology.orchestra.run.smithi023.stdout:done 2024-02-19T23:20:56.428 INFO:teuthology.orchestra.run.smithi184.stdout:Building dependency tree... 2024-02-19T23:20:56.429 INFO:teuthology.orchestra.run.smithi184.stdout:Reading state information... 2024-02-19T23:20:56.639 INFO:teuthology.orchestra.run.smithi184.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2024-02-19T23:20:56.639 INFO:teuthology.orchestra.run.smithi184.stdout:The following packages were automatically installed and are no longer required: 2024-02-19T23:20:56.639 INFO:teuthology.orchestra.run.smithi184.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2024-02-19T23:20:56.639 INFO:teuthology.orchestra.run.smithi184.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2024-02-19T23:20:56.640 INFO:teuthology.orchestra.run.smithi184.stdout: linux-modules-extra-4.15.0-194-generic 2024-02-19T23:20:56.640 INFO:teuthology.orchestra.run.smithi184.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-19T23:20:56.644 DEBUG:teuthology.orchestra.run.smithi023:> dpkg -s linux-image-generic 2024-02-19T23:20:56.665 INFO:teuthology.orchestra.run.smithi023.stdout:Package: linux-image-generic 2024-02-19T23:20:56.666 INFO:teuthology.orchestra.run.smithi023.stdout:Status: install ok installed 2024-02-19T23:20:56.666 INFO:teuthology.orchestra.run.smithi023.stdout:Priority: optional 2024-02-19T23:20:56.666 INFO:teuthology.orchestra.run.smithi023.stdout:Section: kernel 2024-02-19T23:20:56.666 INFO:teuthology.orchestra.run.smithi023.stdout:Installed-Size: 18 2024-02-19T23:20:56.666 INFO:teuthology.orchestra.run.smithi023.stdout:Maintainer: Ubuntu Kernel Team 2024-02-19T23:20:56.666 INFO:teuthology.orchestra.run.smithi023.stdout:Architecture: amd64 2024-02-19T23:20:56.666 INFO:teuthology.orchestra.run.smithi023.stdout:Source: linux-meta 2024-02-19T23:20:56.666 INFO:teuthology.orchestra.run.smithi023.stdout:Version: 4.15.0.213.196 2024-02-19T23:20:56.666 INFO:teuthology.orchestra.run.smithi023.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-02-19T23:20:56.666 INFO:teuthology.orchestra.run.smithi023.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-19T23:20:56.666 INFO:teuthology.orchestra.run.smithi023.stdout:Recommends: thermald 2024-02-19T23:20:56.666 INFO:teuthology.orchestra.run.smithi023.stdout:Description: Generic Linux kernel image 2024-02-19T23:20:56.666 INFO:teuthology.orchestra.run.smithi023.stdout: This package will always depend on the latest generic kernel image 2024-02-19T23:20:56.666 INFO:teuthology.orchestra.run.smithi023.stdout: available. 2024-02-19T23:20:56.667 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.15.0-200-generic Expected: 4.15.0-213-generic 2024-02-19T23:20:56.667 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-19T23:20:56.667 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-19T23:20:56.667 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2024-02-19T23:20:56.667 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi023.front.sepia.ceph.com, path=None, version=distro) 2024-02-19T23:20:56.667 DEBUG:teuthology.orchestra.run.smithi023:> sudo apt-get clean 2024-02-19T23:20:56.697 INFO:teuthology.orchestra.run.smithi184.stdout:0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded. 2024-02-19T23:20:56.699 DEBUG:teuthology.orchestra.run.smithi184:> dpkg -s linux-image-generic 2024-02-19T23:20:56.720 INFO:teuthology.orchestra.run.smithi184.stdout:Package: linux-image-generic 2024-02-19T23:20:56.720 INFO:teuthology.orchestra.run.smithi184.stdout:Status: install ok installed 2024-02-19T23:20:56.720 INFO:teuthology.orchestra.run.smithi184.stdout:Priority: optional 2024-02-19T23:20:56.720 INFO:teuthology.orchestra.run.smithi184.stdout:Section: kernel 2024-02-19T23:20:56.720 INFO:teuthology.orchestra.run.smithi184.stdout:Installed-Size: 18 2024-02-19T23:20:56.721 INFO:teuthology.orchestra.run.smithi184.stdout:Maintainer: Ubuntu Kernel Team 2024-02-19T23:20:56.721 INFO:teuthology.orchestra.run.smithi184.stdout:Architecture: amd64 2024-02-19T23:20:56.721 INFO:teuthology.orchestra.run.smithi184.stdout:Source: linux-meta 2024-02-19T23:20:56.721 INFO:teuthology.orchestra.run.smithi184.stdout:Version: 4.15.0.213.196 2024-02-19T23:20:56.721 INFO:teuthology.orchestra.run.smithi184.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-02-19T23:20:56.721 INFO:teuthology.orchestra.run.smithi184.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-19T23:20:56.721 INFO:teuthology.orchestra.run.smithi184.stdout:Recommends: thermald 2024-02-19T23:20:56.721 INFO:teuthology.orchestra.run.smithi184.stdout:Description: Generic Linux kernel image 2024-02-19T23:20:56.721 INFO:teuthology.orchestra.run.smithi184.stdout: This package will always depend on the latest generic kernel image 2024-02-19T23:20:56.721 INFO:teuthology.orchestra.run.smithi184.stdout: available. 2024-02-19T23:20:56.721 DEBUG:teuthology.orchestra.run.smithi184:> mktemp 2024-02-19T23:20:56.766 INFO:teuthology.orchestra.run.smithi184.stdout:/tmp/tmp.6xsieZKaAm 2024-02-19T23:20:56.767 DEBUG:teuthology.orchestra.run.smithi184:> sudo cp /boot/grub/grub.cfg /tmp/tmp.6xsieZKaAm 2024-02-19T23:20:56.770 DEBUG:teuthology.orchestra.run.smithi023:> sudo apt-get update 2024-02-19T23:20:56.828 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 0666 /tmp/tmp.6xsieZKaAm 2024-02-19T23:20:56.904 INFO:teuthology.orchestra.run.smithi023.stdout:Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 2024-02-19T23:20:56.915 INFO:teuthology.orchestra.run.smithi023.stdout:Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 2024-02-19T23:20:56.935 INFO:teuthology.orchestra.run.smithi023.stdout:Hit:3 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 2024-02-19T23:20:56.970 DEBUG:teuthology.orchestra.remote:smithi184:/tmp/tmp.6xsieZKaAm is 10KB 2024-02-19T23:20:57.013 INFO:teuthology.orchestra.run.smithi023.stdout:Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease 2024-02-19T23:20:57.023 DEBUG:teuthology.orchestra.run.smithi184:> rm -fr /tmp/tmp.6xsieZKaAm 2024-02-19T23:20:57.029 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-19T23:20:57.089 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-02-19T23:20:57.089 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-19T23:20:57.089 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-19T23:20:57.161 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2024-02-19T23:20:57.161 DEBUG:teuthology.orchestra.run.smithi184:> sudo update-grub 2024-02-19T23:20:58.614 INFO:teuthology.orchestra.run.smithi184.stderr:Sourcing file `/etc/default/grub' 2024-02-19T23:20:58.625 INFO:teuthology.orchestra.run.smithi184.stderr:Generating grub configuration file ... 2024-02-19T23:20:58.855 INFO:teuthology.orchestra.run.smithi184.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-02-19T23:20:58.868 INFO:teuthology.orchestra.run.smithi184.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-02-19T23:20:59.093 INFO:teuthology.orchestra.run.smithi023.stdout:Reading package lists... 2024-02-19T23:20:59.145 DEBUG:teuthology.orchestra.run.smithi023:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-02-19T23:20:59.176 INFO:teuthology.orchestra.run.smithi184.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-02-19T23:20:59.187 INFO:teuthology.orchestra.run.smithi184.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-02-19T23:20:59.225 INFO:teuthology.orchestra.run.smithi023.stdout:Reading package lists... 2024-02-19T23:20:59.264 INFO:teuthology.orchestra.run.smithi184.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-02-19T23:20:59.277 INFO:teuthology.orchestra.run.smithi184.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-02-19T23:20:59.511 INFO:teuthology.orchestra.run.smithi023.stdout:Building dependency tree... 2024-02-19T23:20:59.511 INFO:teuthology.orchestra.run.smithi023.stdout:Reading state information... 2024-02-19T23:20:59.734 INFO:teuthology.orchestra.run.smithi023.stdout:linux-image-generic is already the newest version (4.15.0.213.196). 2024-02-19T23:20:59.734 INFO:teuthology.orchestra.run.smithi023.stdout:The following packages were automatically installed and are no longer required: 2024-02-19T23:20:59.734 INFO:teuthology.orchestra.run.smithi023.stdout: linux-headers-4.15.0-194 linux-headers-4.15.0-194-generic 2024-02-19T23:20:59.735 INFO:teuthology.orchestra.run.smithi023.stdout: linux-image-4.15.0-194-generic linux-modules-4.15.0-194-generic 2024-02-19T23:20:59.735 INFO:teuthology.orchestra.run.smithi023.stdout: linux-modules-extra-4.15.0-194-generic 2024-02-19T23:20:59.735 INFO:teuthology.orchestra.run.smithi023.stdout:Use 'sudo apt autoremove' to remove them. 2024-02-19T23:20:59.792 INFO:teuthology.orchestra.run.smithi023.stdout:0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded. 2024-02-19T23:20:59.795 DEBUG:teuthology.orchestra.run.smithi023:> dpkg -s linux-image-generic 2024-02-19T23:20:59.818 INFO:teuthology.orchestra.run.smithi023.stdout:Package: linux-image-generic 2024-02-19T23:20:59.818 INFO:teuthology.orchestra.run.smithi023.stdout:Status: install ok installed 2024-02-19T23:20:59.818 INFO:teuthology.orchestra.run.smithi023.stdout:Priority: optional 2024-02-19T23:20:59.818 INFO:teuthology.orchestra.run.smithi023.stdout:Section: kernel 2024-02-19T23:20:59.818 INFO:teuthology.orchestra.run.smithi023.stdout:Installed-Size: 18 2024-02-19T23:20:59.818 INFO:teuthology.orchestra.run.smithi023.stdout:Maintainer: Ubuntu Kernel Team 2024-02-19T23:20:59.818 INFO:teuthology.orchestra.run.smithi023.stdout:Architecture: amd64 2024-02-19T23:20:59.818 INFO:teuthology.orchestra.run.smithi023.stdout:Source: linux-meta 2024-02-19T23:20:59.818 INFO:teuthology.orchestra.run.smithi023.stdout:Version: 4.15.0.213.196 2024-02-19T23:20:59.818 INFO:teuthology.orchestra.run.smithi023.stdout:Provides: wireguard-modules (= 1.0.20201112-1~18.04.4), zfs-modules (= 0.7.5-1ubuntu16.12) 2024-02-19T23:20:59.818 INFO:teuthology.orchestra.run.smithi023.stdout:Depends: linux-image-4.15.0-213-generic, linux-modules-extra-4.15.0-213-generic, linux-firmware, intel-microcode, amd64-microcode 2024-02-19T23:20:59.819 INFO:teuthology.orchestra.run.smithi023.stdout:Recommends: thermald 2024-02-19T23:20:59.819 INFO:teuthology.orchestra.run.smithi023.stdout:Description: Generic Linux kernel image 2024-02-19T23:20:59.819 INFO:teuthology.orchestra.run.smithi023.stdout: This package will always depend on the latest generic kernel image 2024-02-19T23:20:59.819 INFO:teuthology.orchestra.run.smithi023.stdout: available. 2024-02-19T23:20:59.819 DEBUG:teuthology.orchestra.run.smithi023:> mktemp 2024-02-19T23:20:59.838 INFO:teuthology.orchestra.run.smithi184.stderr:done 2024-02-19T23:20:59.840 DEBUG:teuthology.orchestra.run.smithi184:> sudo shutdown -r now 2024-02-19T23:20:59.865 INFO:teuthology.orchestra.run.smithi023.stdout:/tmp/tmp.u74q59GqIo 2024-02-19T23:20:59.865 DEBUG:teuthology.orchestra.run.smithi023:> sudo cp /boot/grub/grub.cfg /tmp/tmp.u74q59GqIo 2024-02-19T23:20:59.922 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod 0666 /tmp/tmp.u74q59GqIo 2024-02-19T23:21:00.052 DEBUG:teuthology.orchestra.remote:smithi023:/tmp/tmp.u74q59GqIo is 10KB 2024-02-19T23:21:00.063 DEBUG:teuthology.orchestra.run.smithi023:> rm -fr /tmp/tmp.u74q59GqIo 2024-02-19T23:21:00.069 DEBUG:teuthology.orchestra.run.smithi023:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-02-19T23:21:00.126 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-02-19T23:21:00.126 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-02-19T23:21:00.126 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-02-19T23:21:00.197 INFO:teuthology.task.kernel:Distro Kernel Version: 4.15.0-213-generic 2024-02-19T23:21:00.197 DEBUG:teuthology.orchestra.run.smithi023:> sudo update-grub 2024-02-19T23:21:01.718 INFO:teuthology.orchestra.run.smithi023.stderr:Sourcing file `/etc/default/grub' 2024-02-19T23:21:01.726 INFO:teuthology.orchestra.run.smithi023.stderr:Generating grub configuration file ... 2024-02-19T23:21:01.995 INFO:teuthology.orchestra.run.smithi023.stderr:Found linux image: /boot/vmlinuz-4.15.0-213-generic 2024-02-19T23:21:02.008 INFO:teuthology.orchestra.run.smithi023.stderr:Found initrd image: /boot/initrd.img-4.15.0-213-generic 2024-02-19T23:21:02.340 INFO:teuthology.orchestra.run.smithi023.stderr:Found linux image: /boot/vmlinuz-4.15.0-200-generic 2024-02-19T23:21:02.353 INFO:teuthology.orchestra.run.smithi023.stderr:Found initrd image: /boot/initrd.img-4.15.0-200-generic 2024-02-19T23:21:02.430 INFO:teuthology.orchestra.run.smithi023.stderr:Found linux image: /boot/vmlinuz-4.15.0-194-generic 2024-02-19T23:21:02.444 INFO:teuthology.orchestra.run.smithi023.stderr:Found initrd image: /boot/initrd.img-4.15.0-194-generic 2024-02-19T23:21:03.771 INFO:teuthology.orchestra.run.smithi023.stderr:done 2024-02-19T23:21:03.773 DEBUG:teuthology.orchestra.run.smithi023:> sudo shutdown -r now 2024-02-19T23:21:29.847 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2024-02-19T23:21:29.848 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-02-19T23:21:29.849 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:21:33.776 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2024-02-19T23:21:33.776 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-02-19T23:21:33.777 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:21:48.348 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2024-02-19T23:21:52.188 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2024-02-19T23:21:57.355 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-02-19T23:21:57.356 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:22:00.412 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2024-02-19T23:22:01.190 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-02-19T23:22:01.191 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:22:04.256 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2024-02-19T23:22:12.414 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-02-19T23:22:12.415 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:22:16.260 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-02-19T23:22:16.260 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:22:19.324 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2024-02-19T23:22:30.848 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.184 2024-02-19T23:22:34.328 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-02-19T23:22:34.329 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:22:37.404 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.23 2024-02-19T23:22:45.856 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-02-19T23:22:45.857 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:22:45.956 DEBUG:teuthology.orchestra.run.smithi184:> true 2024-02-19T23:22:46.257 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-02-19T23:22:46.257 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "4.15.0-213-generic"... 2024-02-19T23:22:46.257 DEBUG:teuthology.orchestra.run.smithi184:> uname -r 2024-02-19T23:22:46.303 INFO:teuthology.orchestra.run.smithi184.stdout:4.15.0-213-generic 2024-02-19T23:22:46.303 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2024-02-19T23:22:46.303 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-19T23:22:46.303 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-19T23:22:47.304 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-02-19T23:22:47.304 DEBUG:teuthology.orchestra.run.smithi184:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-19T23:22:47.344 INFO:teuthology.orchestra.run.smithi184.stdout:ttyS1 2024-02-19T23:22:47.372 DEBUG:teuthology.parallel:result is None 2024-02-19T23:22:55.406 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-02-19T23:22:55.406 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:23:26.994 DEBUG:teuthology.orchestra.run.smithi023:> true 2024-02-19T23:23:27.357 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-02-19T23:23:27.357 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "4.15.0-213-generic"... 2024-02-19T23:23:27.358 DEBUG:teuthology.orchestra.run.smithi023:> uname -r 2024-02-19T23:23:27.406 INFO:teuthology.orchestra.run.smithi023.stdout:4.15.0-213-generic 2024-02-19T23:23:27.406 DEBUG:teuthology.task.kernel:current kernel version is 4.15.0-213-generic vs 4.15.0-213-generic 2024-02-19T23:23:27.407 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-19T23:23:27.407 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-02-19T23:23:28.407 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-02-19T23:23:28.408 DEBUG:teuthology.orchestra.run.smithi023:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-19T23:23:28.435 INFO:teuthology.orchestra.run.smithi023.stdout:ttyS1 2024-02-19T23:23:28.456 DEBUG:teuthology.parallel:result is None 2024-02-19T23:23:28.456 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-19T23:23:28.463 INFO:teuthology.task.internal:Creating test directory... 2024-02-19T23:23:28.463 DEBUG:teuthology.orchestra.run.smithi023:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-19T23:23:28.499 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-19T23:23:28.506 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-19T23:23:28.512 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-19T23:23:28.567 INFO:teuthology.task.internal:Creating archive directory... 2024-02-19T23:23:28.567 DEBUG:teuthology.orchestra.run.smithi023:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-19T23:23:28.569 DEBUG:teuthology.orchestra.run.smithi184:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-19T23:23:28.685 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-19T23:23:28.692 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-19T23:23:28.692 DEBUG:teuthology.orchestra.run.smithi023:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-19T23:23:28.694 DEBUG:teuthology.orchestra.run.smithi184:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-02-19T23:23:28.712 INFO:teuthology.orchestra.run.smithi023.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-19T23:23:28.718 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-19T23:23:28.722 INFO:teuthology.orchestra.run.smithi023.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-19T23:23:28.725 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-19T23:23:28.727 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-19T23:23:28.734 INFO:teuthology.task.internal:Configuring sudo... 2024-02-19T23:23:28.734 DEBUG:teuthology.orchestra.run.smithi023:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-19T23:23:28.768 DEBUG:teuthology.orchestra.run.smithi184:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-19T23:23:28.783 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-19T23:23:28.798 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-19T23:23:28.799 DEBUG:teuthology.orchestra.run.smithi023:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-19T23:23:28.827 DEBUG:teuthology.orchestra.run.smithi184:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-19T23:23:28.835 DEBUG:teuthology.orchestra.run.smithi023:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-19T23:23:28.880 DEBUG:teuthology.orchestra.run.smithi023:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-19T23:23:28.929 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-02-19T23:23:28.929 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-19T23:23:28.995 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-19T23:23:29.002 DEBUG:teuthology.orchestra.run.smithi184:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-19T23:23:29.050 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-02-19T23:23:29.050 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-19T23:23:29.119 DEBUG:teuthology.orchestra.run.smithi023:> sudo service rsyslog restart 2024-02-19T23:23:29.121 DEBUG:teuthology.orchestra.run.smithi184:> sudo service rsyslog restart 2024-02-19T23:23:29.204 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-19T23:23:29.215 INFO:teuthology.task.internal:Starting timer... 2024-02-19T23:23:29.216 INFO:teuthology.run_tasks:Running task pcp... 2024-02-19T23:23:29.292 INFO:teuthology.run_tasks:Running task selinux... 2024-02-19T23:23:29.431 DEBUG:teuthology.task.selinux:Excluding smithi023: OS 'ubuntu' does not support SELinux 2024-02-19T23:23:29.431 DEBUG:teuthology.task.selinux:Excluding smithi184: OS 'ubuntu' does not support SELinux 2024-02-19T23:23:29.431 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-19T23:23:29.432 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-02-19T23:23:29.432 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-19T23:23:29.432 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-19T23:23:29.461 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-19T23:23:29.477 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-02-19T23:23:29.479 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi023.front.sepia.ceph.com,smithi184.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-19T23:28:55.756 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi023.front.sepia.ceph.com'), Remote(name='ubuntu@smithi184.front.sepia.ceph.com')] 2024-02-19T23:28:55.757 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-02-19T23:28:55.758 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi023.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:28:55.841 DEBUG:teuthology.orchestra.run.smithi023:> true 2024-02-19T23:28:55.965 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi023.front.sepia.ceph.com' 2024-02-19T23:28:55.965 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-02-19T23:28:55.966 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi184.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-19T23:28:56.042 DEBUG:teuthology.orchestra.run.smithi184:> true 2024-02-19T23:28:56.158 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi184.front.sepia.ceph.com' 2024-02-19T23:28:56.158 INFO:teuthology.run_tasks:Running task clock... 2024-02-19T23:28:56.181 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-19T23:28:56.181 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-19T23:28:56.181 DEBUG:teuthology.orchestra.run.smithi023:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-19T23:28:56.184 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-19T23:28:56.184 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-19T23:28:56.253 INFO:teuthology.orchestra.run.smithi023.stdout:19 Feb 23:28:56 ntpd[14559]: ntpd 4.2.8p10@1.3728-o (1): Starting 2024-02-19T23:28:56.253 INFO:teuthology.orchestra.run.smithi023.stdout:19 Feb 23:28:56 ntpd[14559]: Command line: ntpd -gq 2024-02-19T23:28:56.253 INFO:teuthology.orchestra.run.smithi023.stdout:19 Feb 23:28:56 ntpd[14559]: proto: precision = 0.123 usec (-23) 2024-02-19T23:28:56.254 INFO:teuthology.orchestra.run.smithi023.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-19T23:28:56.254 INFO:teuthology.orchestra.run.smithi023.stdout:19 Feb 23:28:56 ntpd[14559]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-19T23:28:56.254 INFO:teuthology.orchestra.run.smithi023.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-19T23:28:56.255 INFO:teuthology.orchestra.run.smithi023.stdout:19 Feb 23:28:56 ntpd[14559]: restrict ::: KOD does nothing without LIMITED. 2024-02-19T23:28:56.255 INFO:teuthology.orchestra.run.smithi023.stdout:19 Feb 23:28:56 ntpd[14559]: Listen and drop on 0 v6wildcard [::]:123 2024-02-19T23:28:56.256 INFO:teuthology.orchestra.run.smithi023.stdout:19 Feb 23:28:56 ntpd[14559]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-19T23:28:56.256 INFO:teuthology.orchestra.run.smithi023.stdout:19 Feb 23:28:56 ntpd[14559]: Listen normally on 2 lo 127.0.0.1:123 2024-02-19T23:28:56.256 INFO:teuthology.orchestra.run.smithi023.stdout:19 Feb 23:28:56 ntpd[14559]: Listen normally on 3 ens1f0 172.21.15.23:123 2024-02-19T23:28:56.256 INFO:teuthology.orchestra.run.smithi023.stdout:19 Feb 23:28:56 ntpd[14559]: Listen normally on 4 lo [::1]:123 2024-02-19T23:28:56.256 INFO:teuthology.orchestra.run.smithi023.stdout:19 Feb 23:28:56 ntpd[14559]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:fe59:ce42%3]:123 2024-02-19T23:28:56.256 INFO:teuthology.orchestra.run.smithi023.stdout:19 Feb 23:28:56 ntpd[14559]: Listening on routing socket on fd #22 for interface updates 2024-02-19T23:28:56.256 INFO:teuthology.orchestra.run.smithi184.stdout:19 Feb 23:28:56 ntpd[14415]: ntpd 4.2.8p10@1.3728-o (1): Starting 2024-02-19T23:28:56.257 INFO:teuthology.orchestra.run.smithi184.stdout:19 Feb 23:28:56 ntpd[14415]: Command line: ntpd -gq 2024-02-19T23:28:56.258 INFO:teuthology.orchestra.run.smithi184.stdout:19 Feb 23:28:56 ntpd[14415]: proto: precision = 0.123 usec (-23) 2024-02-19T23:28:56.258 INFO:teuthology.orchestra.run.smithi184.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-19T23:28:56.258 INFO:teuthology.orchestra.run.smithi184.stdout:19 Feb 23:28:56 ntpd[14415]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-02-19T23:28:56.259 INFO:teuthology.orchestra.run.smithi184.stderr:restrict ::: KOD does nothing without LIMITED. 2024-02-19T23:28:56.260 INFO:teuthology.orchestra.run.smithi184.stdout:19 Feb 23:28:56 ntpd[14415]: restrict ::: KOD does nothing without LIMITED. 2024-02-19T23:28:56.260 INFO:teuthology.orchestra.run.smithi184.stdout:19 Feb 23:28:56 ntpd[14415]: Listen and drop on 0 v6wildcard [::]:123 2024-02-19T23:28:56.260 INFO:teuthology.orchestra.run.smithi184.stdout:19 Feb 23:28:56 ntpd[14415]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-02-19T23:28:56.260 INFO:teuthology.orchestra.run.smithi184.stdout:19 Feb 23:28:56 ntpd[14415]: Listen normally on 2 lo 127.0.0.1:123 2024-02-19T23:28:56.260 INFO:teuthology.orchestra.run.smithi184.stdout:19 Feb 23:28:56 ntpd[14415]: Listen normally on 3 enp3s0f1 172.21.15.184:123 2024-02-19T23:28:56.260 INFO:teuthology.orchestra.run.smithi184.stdout:19 Feb 23:28:56 ntpd[14415]: Listen normally on 4 lo [::1]:123 2024-02-19T23:28:56.260 INFO:teuthology.orchestra.run.smithi184.stdout:19 Feb 23:28:56 ntpd[14415]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7b8f%5]:123 2024-02-19T23:28:56.260 INFO:teuthology.orchestra.run.smithi184.stdout:19 Feb 23:28:56 ntpd[14415]: Listening on routing socket on fd #22 for interface updates 2024-02-19T23:28:57.254 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:28:57 ntpd[14559]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-19T23:28:57.254 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:28:57 ntpd[14559]: can't open /var/log/ntpstats/rawstats.20240219: Permission denied 2024-02-19T23:28:57.254 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:28:57 ntpd[14559]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-19T23:28:57.254 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:28:57 ntpd[14559]: can't open /var/log/ntpstats/peerstats.20240219: Permission denied 2024-02-19T23:28:58.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:28:58 ntpd[14415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-19T23:28:58.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:28:58 ntpd[14415]: can't open /var/log/ntpstats/rawstats.20240219: Permission denied 2024-02-19T23:28:58.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:28:58 ntpd[14415]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-19T23:28:58.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:28:58 ntpd[14415]: can't open /var/log/ntpstats/peerstats.20240219: Permission denied 2024-02-19T23:28:59.253 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:28:59 ntpd[14559]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-19T23:28:59.254 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:28:59 ntpd[14559]: can't open /var/log/ntpstats/rawstats.20240219: Permission denied 2024-02-19T23:28:59.254 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:28:59 ntpd[14559]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-19T23:28:59.254 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:28:59 ntpd[14559]: can't open /var/log/ntpstats/peerstats.20240219: Permission denied 2024-02-19T23:28:59.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:28:59 ntpd[14415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-19T23:28:59.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:28:59 ntpd[14415]: can't open /var/log/ntpstats/rawstats.20240219: Permission denied 2024-02-19T23:28:59.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:28:59 ntpd[14415]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-19T23:28:59.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:28:59 ntpd[14415]: can't open /var/log/ntpstats/peerstats.20240219: Permission denied 2024-02-19T23:28:59.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:28:59 ntpd[14415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-19T23:28:59.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:28:59 ntpd[14415]: can't open /var/log/ntpstats/rawstats.20240219: Permission denied 2024-02-19T23:28:59.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:28:59 ntpd[14415]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-19T23:28:59.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:28:59 ntpd[14415]: can't open /var/log/ntpstats/peerstats.20240219: Permission denied 2024-02-19T23:29:00.253 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:29:00 ntpd[14559]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-19T23:29:00.254 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:29:00 ntpd[14559]: can't open /var/log/ntpstats/rawstats.20240219: Permission denied 2024-02-19T23:29:00.254 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:29:00 ntpd[14559]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-19T23:29:00.254 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:29:00 ntpd[14559]: can't open /var/log/ntpstats/peerstats.20240219: Permission denied 2024-02-19T23:29:00.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:00 ntpd[14415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-19T23:29:00.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:00 ntpd[14415]: can't open /var/log/ntpstats/rawstats.20240219: Permission denied 2024-02-19T23:29:00.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:00 ntpd[14415]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-19T23:29:00.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:00 ntpd[14415]: can't open /var/log/ntpstats/peerstats.20240219: Permission denied 2024-02-19T23:29:01.254 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:29:01 ntpd[14559]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-19T23:29:01.254 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:29:01 ntpd[14559]: can't open /var/log/ntpstats/rawstats.20240219: Permission denied 2024-02-19T23:29:01.254 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:29:01 ntpd[14559]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-19T23:29:01.254 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:29:01 ntpd[14559]: can't open /var/log/ntpstats/peerstats.20240219: Permission denied 2024-02-19T23:29:01.254 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:29:01 ntpd[14559]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-19T23:29:01.254 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:29:01 ntpd[14559]: can't open /var/log/ntpstats/rawstats.20240219: Permission denied 2024-02-19T23:29:01.254 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:29:01 ntpd[14559]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-19T23:29:01.254 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:29:01 ntpd[14559]: can't open /var/log/ntpstats/peerstats.20240219: Permission denied 2024-02-19T23:29:01.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:01 ntpd[14415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-19T23:29:01.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:01 ntpd[14415]: can't open /var/log/ntpstats/rawstats.20240219: Permission denied 2024-02-19T23:29:01.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:01 ntpd[14415]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-19T23:29:01.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:01 ntpd[14415]: can't open /var/log/ntpstats/peerstats.20240219: Permission denied 2024-02-19T23:29:01.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:01 ntpd[14415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-19T23:29:01.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:01 ntpd[14415]: can't open /var/log/ntpstats/rawstats.20240219: Permission denied 2024-02-19T23:29:01.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:01 ntpd[14415]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-19T23:29:01.259 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:01 ntpd[14415]: can't open /var/log/ntpstats/peerstats.20240219: Permission denied 2024-02-19T23:29:02.253 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:29:02 ntpd[14559]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-19T23:29:02.254 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:29:02 ntpd[14559]: can't open /var/log/ntpstats/rawstats.20240219: Permission denied 2024-02-19T23:29:02.254 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:29:02 ntpd[14559]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-19T23:29:02.254 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:29:02 ntpd[14559]: can't open /var/log/ntpstats/peerstats.20240219: Permission denied 2024-02-19T23:29:02.257 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:02 ntpd[14415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-19T23:29:02.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:02 ntpd[14415]: can't open /var/log/ntpstats/rawstats.20240219: Permission denied 2024-02-19T23:29:02.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:02 ntpd[14415]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-19T23:29:02.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:02 ntpd[14415]: can't open /var/log/ntpstats/peerstats.20240219: Permission denied 2024-02-19T23:29:03.253 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:29:03 ntpd[14559]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-19T23:29:03.254 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:29:03 ntpd[14559]: can't open /var/log/ntpstats/rawstats.20240219: Permission denied 2024-02-19T23:29:03.254 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:29:03 ntpd[14559]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-19T23:29:03.254 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:29:03 ntpd[14559]: can't open /var/log/ntpstats/peerstats.20240219: Permission denied 2024-02-19T23:29:03.254 INFO:teuthology.orchestra.run.smithi023.stdout:19 Feb 23:29:03 ntpd[14559]: ntpd: time slew +0.002140 s 2024-02-19T23:29:03.254 INFO:teuthology.orchestra.run.smithi023.stdout:ntpd: time slew +0.002140s 2024-02-19T23:29:03.254 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:29:03 ntpd[14559]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-19T23:29:03.254 INFO:teuthology.orchestra.run.smithi023.stderr:19 Feb 23:29:03 ntpd[14559]: can't open /var/log/ntpstats/loopstats.20240219: Permission denied 2024-02-19T23:29:03.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:03 ntpd[14415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-19T23:29:03.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:03 ntpd[14415]: can't open /var/log/ntpstats/rawstats.20240219: Permission denied 2024-02-19T23:29:03.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:03 ntpd[14415]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-19T23:29:03.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:03 ntpd[14415]: can't open /var/log/ntpstats/peerstats.20240219: Permission denied 2024-02-19T23:29:03.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:03 ntpd[14415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-19T23:29:03.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:03 ntpd[14415]: can't open /var/log/ntpstats/rawstats.20240219: Permission denied 2024-02-19T23:29:03.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:03 ntpd[14415]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-19T23:29:03.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:03 ntpd[14415]: can't open /var/log/ntpstats/peerstats.20240219: Permission denied 2024-02-19T23:29:03.308 INFO:teuthology.orchestra.run.smithi023.stdout: remote refid st t when poll reach delay offset jitter 2024-02-19T23:29:03.308 INFO:teuthology.orchestra.run.smithi023.stdout:============================================================================== 2024-02-19T23:29:03.308 INFO:teuthology.orchestra.run.smithi023.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-19T23:29:03.308 INFO:teuthology.orchestra.run.smithi023.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-19T23:29:03.309 INFO:teuthology.orchestra.run.smithi023.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-19T23:29:03.309 INFO:teuthology.orchestra.run.smithi023.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-19T23:29:04.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:04 ntpd[14415]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-02-19T23:29:04.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:04 ntpd[14415]: can't open /var/log/ntpstats/rawstats.20240219: Permission denied 2024-02-19T23:29:04.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:04 ntpd[14415]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-02-19T23:29:04.258 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:04 ntpd[14415]: can't open /var/log/ntpstats/peerstats.20240219: Permission denied 2024-02-19T23:29:04.258 INFO:teuthology.orchestra.run.smithi184.stdout:19 Feb 23:29:04 ntpd[14415]: ntpd: time slew +0.001026 s 2024-02-19T23:29:04.259 INFO:teuthology.orchestra.run.smithi184.stdout:ntpd: time slew +0.001026s 2024-02-19T23:29:04.259 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:04 ntpd[14415]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-02-19T23:29:04.259 INFO:teuthology.orchestra.run.smithi184.stderr:19 Feb 23:29:04 ntpd[14415]: can't open /var/log/ntpstats/loopstats.20240219: Permission denied 2024-02-19T23:29:04.360 INFO:teuthology.orchestra.run.smithi184.stdout: remote refid st t when poll reach delay offset jitter 2024-02-19T23:29:04.360 INFO:teuthology.orchestra.run.smithi184.stdout:============================================================================== 2024-02-19T23:29:04.360 INFO:teuthology.orchestra.run.smithi184.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-19T23:29:04.360 INFO:teuthology.orchestra.run.smithi184.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-19T23:29:04.361 INFO:teuthology.orchestra.run.smithi184.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-19T23:29:04.361 INFO:teuthology.orchestra.run.smithi184.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-02-19T23:29:04.362 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-02-19T23:29:04.373 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-02-19T23:29:04.373 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-02-19T23:29:04.373 DEBUG:teuthology.orchestra.run.smithi023:> dd if=/scratch_devs of=/dev/stdout 2024-02-19T23:29:04.380 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-19T23:29:04.380 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/vg_nvme/lv_1 2024-02-19T23:29:04.428 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-19T23:29:04.428 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T23:29:04.428 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 346 Links: 1 2024-02-19T23:29:04.428 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T23:29:04.428 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2024-02-19 23:27:33.128743584 +0000 2024-02-19T23:29:04.428 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2024-02-19 23:27:32.972747298 +0000 2024-02-19T23:29:04.428 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2024-02-19 23:27:32.972747298 +0000 2024-02-19T23:29:04.428 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2024-02-19T23:29:04.428 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-19T23:29:04.482 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2024-02-19T23:29:04.483 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2024-02-19T23:29:04.483 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.00046042 s, 1.1 MB/s 2024-02-19T23:29:04.483 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-19T23:29:04.533 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/vg_nvme/lv_2 2024-02-19T23:29:04.584 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-19T23:29:04.584 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T23:29:04.584 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 353 Links: 1 2024-02-19T23:29:04.584 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T23:29:04.584 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2024-02-19 23:27:33.432736348 +0000 2024-02-19T23:29:04.584 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2024-02-19 23:27:33.268740252 +0000 2024-02-19T23:29:04.584 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2024-02-19 23:27:33.268740252 +0000 2024-02-19T23:29:04.584 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2024-02-19T23:29:04.584 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-19T23:29:04.639 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2024-02-19T23:29:04.639 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2024-02-19T23:29:04.639 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000472656 s, 1.1 MB/s 2024-02-19T23:29:04.640 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-19T23:29:04.689 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/vg_nvme/lv_3 2024-02-19T23:29:04.739 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-19T23:29:04.740 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T23:29:04.740 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 359 Links: 1 2024-02-19T23:29:04.740 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T23:29:04.740 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2024-02-19 23:27:33.732729206 +0000 2024-02-19T23:29:04.740 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2024-02-19 23:27:33.568733110 +0000 2024-02-19T23:29:04.740 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2024-02-19 23:27:33.568733110 +0000 2024-02-19T23:29:04.740 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2024-02-19T23:29:04.740 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-19T23:29:04.795 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2024-02-19T23:29:04.795 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2024-02-19T23:29:04.795 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000476948 s, 1.1 MB/s 2024-02-19T23:29:04.797 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-19T23:29:04.849 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/vg_nvme/lv_4 2024-02-19T23:29:04.899 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-19T23:29:04.899 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T23:29:04.899 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 365 Links: 1 2024-02-19T23:29:04.899 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T23:29:04.899 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2024-02-19 23:27:34.020722351 +0000 2024-02-19T23:29:04.899 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2024-02-19 23:27:33.848726445 +0000 2024-02-19T23:29:04.900 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2024-02-19 23:27:33.848726445 +0000 2024-02-19T23:29:04.900 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2024-02-19T23:29:04.900 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-19T23:29:04.953 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2024-02-19T23:29:04.953 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2024-02-19T23:29:04.953 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000558116 s, 917 kB/s 2024-02-19T23:29:04.955 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-19T23:29:05.004 DEBUG:teuthology.orchestra.run.smithi023:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-19T23:29:05.121 INFO:teuthology.orchestra.run.smithi023.stdout:loop 2024-02-19T23:29:05.123 INFO:tasks.nvme_loop:Connecting nvme_loop smithi023:/dev/vg_nvme/lv_1... 2024-02-19T23:29:05.123 DEBUG:teuthology.orchestra.run.smithi023:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-19T23:29:05.143 INFO:teuthology.orchestra.run.smithi023.stdout:1 2024-02-19T23:29:05.171 INFO:teuthology.orchestra.run.smithi023.stdout:/dev/vg_nvme/lv_11 2024-02-19T23:29:05.192 INFO:tasks.nvme_loop:Connecting nvme_loop smithi023:/dev/vg_nvme/lv_2... 2024-02-19T23:29:05.192 DEBUG:teuthology.orchestra.run.smithi023:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-19T23:29:05.257 INFO:teuthology.orchestra.run.smithi023.stdout:1 2024-02-19T23:29:05.285 INFO:teuthology.orchestra.run.smithi023.stdout:/dev/vg_nvme/lv_21 2024-02-19T23:29:05.306 INFO:tasks.nvme_loop:Connecting nvme_loop smithi023:/dev/vg_nvme/lv_3... 2024-02-19T23:29:05.307 DEBUG:teuthology.orchestra.run.smithi023:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-19T23:29:05.372 INFO:teuthology.orchestra.run.smithi023.stdout:1 2024-02-19T23:29:05.401 INFO:teuthology.orchestra.run.smithi023.stdout:/dev/vg_nvme/lv_31 2024-02-19T23:29:05.422 INFO:tasks.nvme_loop:Connecting nvme_loop smithi023:/dev/vg_nvme/lv_4... 2024-02-19T23:29:05.422 DEBUG:teuthology.orchestra.run.smithi023:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-19T23:29:05.489 INFO:teuthology.orchestra.run.smithi023.stdout:1 2024-02-19T23:29:05.517 INFO:teuthology.orchestra.run.smithi023.stdout:/dev/vg_nvme/lv_41 2024-02-19T23:29:05.538 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-02-19T23:29:05.538 DEBUG:teuthology.orchestra.run.smithi023:> dd if=/scratch_devs of=/dev/stdout 2024-02-19T23:29:05.588 DEBUG:teuthology.orchestra.run.smithi023:> sudo nvme list 2024-02-19T23:29:05.642 INFO:teuthology.orchestra.run.smithi023.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-19T23:29:05.643 INFO:teuthology.orchestra.run.smithi023.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-19T23:29:05.643 INFO:teuthology.orchestra.run.smithi023.stdout:/dev/nvme0n1 BTLE736103B14P0KGN INTEL SSDPEDKE040T7 1 4.00 TB / 4.00 TB 512 B + 0 B QDV1013D 2024-02-19T23:29:05.643 INFO:teuthology.orchestra.run.smithi023.stdout:/dev/nvme1n1 e9ffd4bf2a86a3eb Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-02-19T23:29:05.643 INFO:teuthology.orchestra.run.smithi023.stdout:/dev/nvme2n1 221157f15412cf14 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-02-19T23:29:05.643 INFO:teuthology.orchestra.run.smithi023.stdout:/dev/nvme3n1 af42d3f51bb283af Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-02-19T23:29:05.643 INFO:teuthology.orchestra.run.smithi023.stdout:/dev/nvme4n1 c863afa1fba38f45 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-02-19T23:29:05.644 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-19T23:29:05.644 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-02-19T23:29:05.644 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/scratch_devs 2024-02-19T23:29:05.703 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-02-19T23:29:05.703 DEBUG:teuthology.orchestra.run.smithi184:> dd if=/scratch_devs of=/dev/stdout 2024-02-19T23:29:05.710 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-19T23:29:05.710 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_1 2024-02-19T23:29:05.761 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-19T23:29:05.761 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T23:29:05.761 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 338 Links: 1 2024-02-19T23:29:05.762 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T23:29:05.762 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-02-19 23:27:25.425599398 +0000 2024-02-19T23:29:05.762 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-02-19 23:27:25.253603338 +0000 2024-02-19T23:29:05.762 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-02-19 23:27:25.253603338 +0000 2024-02-19T23:29:05.762 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-02-19T23:29:05.762 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-19T23:29:05.816 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-02-19T23:29:05.816 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-02-19T23:29:05.816 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000380068 s, 1.3 MB/s 2024-02-19T23:29:05.817 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-19T23:29:05.866 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_2 2024-02-19T23:29:05.917 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-19T23:29:05.917 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T23:29:05.917 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 344 Links: 1 2024-02-19T23:29:05.917 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T23:29:05.917 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-02-19 23:27:25.709592895 +0000 2024-02-19T23:29:05.917 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-02-19 23:27:25.557596374 +0000 2024-02-19T23:29:05.917 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-02-19 23:27:25.557596374 +0000 2024-02-19T23:29:05.917 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-02-19T23:29:05.917 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-19T23:29:05.971 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-02-19T23:29:05.972 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-02-19T23:29:05.972 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000320979 s, 1.6 MB/s 2024-02-19T23:29:05.972 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-19T23:29:06.021 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_3 2024-02-19T23:29:06.068 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-19T23:29:06.069 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T23:29:06.069 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 350 Links: 1 2024-02-19T23:29:06.069 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T23:29:06.069 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-02-19 23:27:25.989586482 +0000 2024-02-19T23:29:06.069 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-02-19 23:27:25.833590054 +0000 2024-02-19T23:29:06.069 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-02-19 23:27:25.833590054 +0000 2024-02-19T23:29:06.069 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-02-19T23:29:06.069 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-19T23:29:06.123 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-02-19T23:29:06.123 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-02-19T23:29:06.123 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000310347 s, 1.6 MB/s 2024-02-19T23:29:06.124 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-19T23:29:06.174 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/vg_nvme/lv_4 2024-02-19T23:29:06.224 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-19T23:29:06.225 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-19T23:29:06.225 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 356 Links: 1 2024-02-19T23:29:06.225 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-19T23:29:06.225 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-02-19 23:27:26.285579701 +0000 2024-02-19T23:29:06.225 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-02-19 23:27:26.113583640 +0000 2024-02-19T23:29:06.225 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-02-19 23:27:26.113583640 +0000 2024-02-19T23:29:06.225 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-02-19T23:29:06.225 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-19T23:29:06.279 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-02-19T23:29:06.279 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-02-19T23:29:06.279 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000320892 s, 1.6 MB/s 2024-02-19T23:29:06.280 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-19T23:29:06.337 DEBUG:teuthology.orchestra.run.smithi184:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-02-19T23:29:06.534 INFO:teuthology.orchestra.run.smithi184.stdout:loop 2024-02-19T23:29:06.535 INFO:tasks.nvme_loop:Connecting nvme_loop smithi184:/dev/vg_nvme/lv_1... 2024-02-19T23:29:06.536 DEBUG:teuthology.orchestra.run.smithi184:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-02-19T23:29:06.556 INFO:teuthology.orchestra.run.smithi184.stdout:1 2024-02-19T23:29:06.580 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/vg_nvme/lv_11 2024-02-19T23:29:06.600 INFO:tasks.nvme_loop:Connecting nvme_loop smithi184:/dev/vg_nvme/lv_2... 2024-02-19T23:29:06.600 DEBUG:teuthology.orchestra.run.smithi184:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-02-19T23:29:06.666 INFO:teuthology.orchestra.run.smithi184.stdout:1 2024-02-19T23:29:06.694 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/vg_nvme/lv_21 2024-02-19T23:29:06.716 INFO:tasks.nvme_loop:Connecting nvme_loop smithi184:/dev/vg_nvme/lv_3... 2024-02-19T23:29:06.716 DEBUG:teuthology.orchestra.run.smithi184:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-02-19T23:29:06.778 INFO:teuthology.orchestra.run.smithi184.stdout:1 2024-02-19T23:29:06.805 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/vg_nvme/lv_31 2024-02-19T23:29:06.826 INFO:tasks.nvme_loop:Connecting nvme_loop smithi184:/dev/vg_nvme/lv_4... 2024-02-19T23:29:06.826 DEBUG:teuthology.orchestra.run.smithi184:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-02-19T23:29:06.889 INFO:teuthology.orchestra.run.smithi184.stdout:1 2024-02-19T23:29:06.913 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/vg_nvme/lv_41 2024-02-19T23:29:06.933 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-02-19T23:29:06.933 DEBUG:teuthology.orchestra.run.smithi184:> dd if=/scratch_devs of=/dev/stdout 2024-02-19T23:29:06.980 DEBUG:teuthology.orchestra.run.smithi184:> sudo nvme list 2024-02-19T23:29:07.035 INFO:teuthology.orchestra.run.smithi184.stdout:Node SN Model Namespace Usage Format FW Rev 2024-02-19T23:29:07.035 INFO:teuthology.orchestra.run.smithi184.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-02-19T23:29:07.035 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/nvme0n1 CVFT626500CE400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-02-19T23:29:07.035 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/nvme1n1 b4809d6a4ec562b7 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-02-19T23:29:07.035 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/nvme2n1 dbedfec80020fb66 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-02-19T23:29:07.035 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/nvme3n1 d4128de96828f5ba Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-02-19T23:29:07.036 INFO:teuthology.orchestra.run.smithi184.stdout:/dev/nvme4n1 e589166f4623c3d5 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.15.0-2 2024-02-19T23:29:07.036 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-19T23:29:07.037 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-02-19T23:29:07.037 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/scratch_devs 2024-02-19T23:29:07.092 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-19T23:29:07.168 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': '19854089e18d4f65dda2b6cd74e737367c2514bd'} 2024-02-19T23:29:07.168 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd 2024-02-19T23:29:07.168 INFO:tasks.cephadm:Cluster fsid is ad14672a-cf7e-11ee-95bb-87774f69a715 2024-02-19T23:29:07.169 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-19T23:29:07.169 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-02-19T23:29:07.169 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi023': '172.21.15.23', 'mon.smithi184': '172.21.15.184'} 2024-02-19T23:29:07.169 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-19T23:29:07.169 DEBUG:teuthology.orchestra.run.smithi023:> sudo hostname $(hostname -s) 2024-02-19T23:29:07.186 DEBUG:teuthology.orchestra.run.smithi184:> sudo hostname $(hostname -s) 2024-02-19T23:29:07.203 INFO:tasks.cephadm:Downloading cephadm (repo https://git.ceph.com/ceph-ci.git ref 19854089e18d4f65dda2b6cd74e737367c2514bd)... 2024-02-19T23:29:07.203 DEBUG:teuthology.orchestra.run.smithi023:> git clone https://git.ceph.com/ceph-ci.git testrepo && cd testrepo && git show 19854089e18d4f65dda2b6cd74e737367c2514bd:src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-19T23:29:07.233 INFO:teuthology.orchestra.run.smithi023.stderr:Cloning into 'testrepo'... 2024-02-19T23:30:29.437 INFO:teuthology.orchestra.run.smithi023.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Feb 19 23:30 /home/ubuntu/cephtest/cephadm 2024-02-19T23:30:29.438 DEBUG:teuthology.orchestra.run.smithi184:> git clone https://git.ceph.com/ceph-ci.git testrepo && cd testrepo && git show 19854089e18d4f65dda2b6cd74e737367c2514bd:src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-19T23:30:29.446 INFO:teuthology.orchestra.run.smithi184.stderr:Cloning into 'testrepo'... 2024-02-19T23:31:51.880 INFO:teuthology.orchestra.run.smithi184.stdout:-rw-rw-r-- 1 ubuntu ubuntu 355729 Feb 19 23:31 /home/ubuntu/cephtest/cephadm 2024-02-19T23:31:51.881 DEBUG:teuthology.orchestra.run.smithi023:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-19T23:31:51.890 DEBUG:teuthology.orchestra.run.smithi184:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-19T23:31:51.940 DEBUG:teuthology.orchestra.run.smithi023:> sudo mkdir -p /etc/ceph 2024-02-19T23:31:51.956 DEBUG:teuthology.orchestra.run.smithi184:> sudo mkdir -p /etc/ceph 2024-02-19T23:31:51.987 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod 777 /etc/ceph 2024-02-19T23:31:52.013 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 777 /etc/ceph 2024-02-19T23:31:52.039 INFO:tasks.cephadm:Writing seed config... 2024-02-19T23:31:52.040 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-19T23:31:52.040 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-19T23:31:52.040 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-19T23:31:52.041 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-19T23:31:52.041 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-19T23:31:52.041 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-19T23:31:52.041 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-19T23:31:52.041 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-02-19T23:31:52.041 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-02-19T23:31:52.041 DEBUG:teuthology.orchestra.run.smithi023:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-19T23:31:52.064 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true 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 = ad14672a-cf7e-11ee-95bb-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-02-19T23:31:52.065 DEBUG:teuthology.orchestra.run.smithi023:mon.smithi023> sudo journalctl -f -n 0 -u ceph-ad14672a-cf7e-11ee-95bb-87774f69a715@mon.smithi023.service 2024-02-19T23:31:52.108 INFO:tasks.cephadm:Bootstrapping... 2024-02-19T23:31:52.108 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd -v bootstrap --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.23 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-19T23:31:52.426 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2024-02-19T23:31:52.543 INFO:teuthology.orchestra.run.smithi023.stderr:-------------------------------------------------------------------------------- 2024-02-19T23:31:52.543 INFO:teuthology.orchestra.run.smithi023.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd', '-v', 'bootstrap', '--fsid', 'ad14672a-cf7e-11ee-95bb-87774f69a715', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.23', '--skip-admin-label'] 2024-02-19T23:31:52.543 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying podman|docker is present... 2024-02-19T23:31:52.544 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying lvm2 is present... 2024-02-19T23:31:52.544 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying time synchronization is in place... 2024-02-19T23:31:52.552 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-19T23:31:52.562 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2024-02-19T23:31:52.570 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-02-19T23:31:52.579 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2024-02-19T23:31:52.589 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: enabled 2024-02-19T23:31:52.598 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2024-02-19T23:31:52.607 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-02-19T23:31:52.616 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2024-02-19T23:31:52.626 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: enabled 2024-02-19T23:31:52.634 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: active 2024-02-19T23:31:52.635 INFO:teuthology.orchestra.run.smithi023.stderr:Unit ntp.service is enabled and running 2024-02-19T23:31:52.635 INFO:teuthology.orchestra.run.smithi023.stderr:Repeating the final host check... 2024-02-19T23:31:52.635 INFO:teuthology.orchestra.run.smithi023.stderr:docker (/usr/bin/docker) is present 2024-02-19T23:31:52.636 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl is present 2024-02-19T23:31:52.636 INFO:teuthology.orchestra.run.smithi023.stderr:lvcreate is present 2024-02-19T23:31:52.643 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-02-19T23:31:52.653 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2024-02-19T23:31:52.661 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to get unit file state for chronyd.service: No such file or directory 2024-02-19T23:31:52.670 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2024-02-19T23:31:52.679 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: enabled 2024-02-19T23:31:52.689 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2024-02-19T23:31:52.696 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to get unit file state for ntpd.service: No such file or directory 2024-02-19T23:31:52.704 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: inactive 2024-02-19T23:31:52.713 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: enabled 2024-02-19T23:31:52.723 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: active 2024-02-19T23:31:52.724 INFO:teuthology.orchestra.run.smithi023.stderr:Unit ntp.service is enabled and running 2024-02-19T23:31:52.724 INFO:teuthology.orchestra.run.smithi023.stderr:Host looks OK 2024-02-19T23:31:52.725 INFO:teuthology.orchestra.run.smithi023.stderr:Cluster fsid: ad14672a-cf7e-11ee-95bb-87774f69a715 2024-02-19T23:31:52.725 INFO:teuthology.orchestra.run.smithi023.stderr:Acquiring lock 139738268046616 on /run/cephadm/ad14672a-cf7e-11ee-95bb-87774f69a715.lock 2024-02-19T23:31:52.725 INFO:teuthology.orchestra.run.smithi023.stderr:Lock 139738268046616 acquired on /run/cephadm/ad14672a-cf7e-11ee-95bb-87774f69a715.lock 2024-02-19T23:31:52.726 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying IP 172.21.15.23 port 3300 ... 2024-02-19T23:31:52.726 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying IP 172.21.15.23 port 6789 ... 2024-02-19T23:31:52.726 INFO:teuthology.orchestra.run.smithi023.stderr:Base mon IP(s) is [172.21.15.23:3300, 172.21.15.23:6789], mon addrv is [v2:172.21.15.23:3300,v1:172.21.15.23:6789] 2024-02-19T23:31:52.731 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: default via 172.21.15.254 dev ens1f0 2024-02-19T23:31:52.731 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-02-19T23:31:52.731 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.23 2024-02-19T23:31:52.735 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: fe80::/64 dev ens1f0 proto kernel metric 256 pref medium 2024-02-19T23:31:52.735 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev ens1f0 proto ra metric 1024 expires 1761sec hoplimit 64 pref medium 2024-02-19T23:31:52.740 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-02-19T23:31:52.740 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-02-19T23:31:52.740 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-19T23:31:52.740 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: 3: ens1f0: mtu 1500 state UP qlen 1000 2024-02-19T23:31:52.740 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: inet6 fe80::ec4:7aff:fe59:ce42/64 scope link 2024-02-19T23:31:52.740 INFO:teuthology.orchestra.run.smithi023.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-02-19T23:31:52.741 INFO:teuthology.orchestra.run.smithi023.stderr:Mon IP `172.21.15.23` is in CIDR network `172.21.0.0/20` 2024-02-19T23:31:52.741 INFO:teuthology.orchestra.run.smithi023.stderr:Mon IP `172.21.15.23` is in CIDR network `172.21.0.0/20` 2024-02-19T23:31:52.741 INFO:teuthology.orchestra.run.smithi023.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-02-19T23:31:52.742 INFO:teuthology.orchestra.run.smithi023.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-02-19T23:31:52.743 INFO:teuthology.orchestra.run.smithi023.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd... 2024-02-19T23:31:53.186 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/docker: 19854089e18d4f65dda2b6cd74e737367c2514bd: Pulling from ceph-ci/ceph 2024-02-19T23:31:53.192 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/docker: 0f642e61a11a: Pulling fs layer 2024-02-19T23:31:53.192 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/docker: 9c9d3407eee9: Pulling fs layer 2024-02-19T23:31:53.885 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/docker: 0f642e61a11a: Verifying Checksum 2024-02-19T23:31:53.885 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/docker: 0f642e61a11a: Download complete 2024-02-19T23:31:55.928 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/docker: 9c9d3407eee9: Verifying Checksum 2024-02-19T23:31:55.928 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/docker: 9c9d3407eee9: Download complete 2024-02-19T23:31:56.535 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/docker: 0f642e61a11a: Pull complete 2024-02-19T23:32:06.908 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/docker: 9c9d3407eee9: Pull complete 2024-02-19T23:32:07.016 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/docker: Digest: sha256:bf037ad2ab67a26880cf0b6c94604d7ea7942571fe3d44c5d34ab0a42255954c 2024-02-19T23:32:07.058 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/docker: Status: Downloaded newer image for quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd 2024-02-19T23:32:07.091 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/docker: quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd 2024-02-19T23:32:16.260 INFO:teuthology.orchestra.run.smithi023.stderr:ceph: ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable) 2024-02-19T23:32:16.752 INFO:teuthology.orchestra.run.smithi023.stderr:Ceph version: ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable) 2024-02-19T23:32:16.752 INFO:teuthology.orchestra.run.smithi023.stderr:Extracting ceph user uid/gid from container image... 2024-02-19T23:32:17.640 INFO:teuthology.orchestra.run.smithi023.stderr:stat: 167 167 2024-02-19T23:32:18.131 INFO:teuthology.orchestra.run.smithi023.stderr:Creating initial keys... 2024-02-19T23:32:18.939 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-authtool: AQAC5dNl6CutNxAALvMSJkw+T+AvjtDBT5Qidg== 2024-02-19T23:32:20.348 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-authtool: AQAE5dNlgdB5FBAAoWo7UQF9K7U/ale/PAW/JQ== 2024-02-19T23:32:21.653 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-authtool: AQAF5dNlYSupJhAASI8eW9AyHJXL2A0CNAK/Bw== 2024-02-19T23:32:22.130 INFO:teuthology.orchestra.run.smithi023.stderr:Creating initial monmap... 2024-02-19T23:32:22.994 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-19T23:32:22.994 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to ad14672a-cf7e-11ee-95bb-87774f69a715 2024-02-19T23:32:22.994 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-19T23:32:23.508 INFO:teuthology.orchestra.run.smithi023.stderr:monmaptool for smithi023 [v2:172.21.15.23:3300,v1:172.21.15.23:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-19T23:32:23.509 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/monmaptool: set fsid to ad14672a-cf7e-11ee-95bb-87774f69a715 2024-02-19T23:32:23.509 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-19T23:32:23.509 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-02-19T23:32:23.509 INFO:teuthology.orchestra.run.smithi023.stderr:Creating mon... 2024-02-19T23:32:24.443 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.432+0000 7ff0fa90f880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-19T23:32:24.443 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.432+0000 7ff0fa90f880 1 imported monmap: 2024-02-19T23:32:24.443 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: epoch 0 2024-02-19T23:32:24.444 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: fsid ad14672a-cf7e-11ee-95bb-87774f69a715 2024-02-19T23:32:24.444 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: last_changed 2024-02-19T23:32:22.989364+0000 2024-02-19T23:32:24.444 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: created 2024-02-19T23:32:22.989364+0000 2024-02-19T23:32:24.444 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-02-19T23:32:24.444 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-02-19T23:32:24.444 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0] mon.smithi023 2024-02-19T23:32:24.444 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-19T23:32:24.444 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.432+0000 7ff0fa90f880 0 /usr/bin/ceph-mon: set fsid to ad14672a-cf7e-11ee-95bb-87774f69a715 2024-02-19T23:32:24.468 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: RocksDB version: 6.8.1 2024-02-19T23:32:24.468 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-19T23:32:24.468 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-19T23:32:24.468 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Compile date Feb 19 2024 2024-02-19T23:32:24.469 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: DB SUMMARY 2024-02-19T23:32:24.469 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-19T23:32:24.469 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi023/store.db dir, Total Num: 0, files: 2024-02-19T23:32:24.469 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-19T23:32:24.469 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi023/store.db: 2024-02-19T23:32:24.469 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-19T23:32:24.469 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.error_if_exists: 0 2024-02-19T23:32:24.469 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.create_if_missing: 1 2024-02-19T23:32:24.469 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.paranoid_checks: 1 2024-02-19T23:32:24.469 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.env: 0x560788d29080 2024-02-19T23:32:24.469 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.fs: Posix File System 2024-02-19T23:32:24.469 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.info_log: 0x56078b021300 2024-02-19T23:32:24.469 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-19T23:32:24.469 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.statistics: (nil) 2024-02-19T23:32:24.469 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.use_fsync: 0 2024-02-19T23:32:24.470 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.max_log_file_size: 0 2024-02-19T23:32:24.470 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-19T23:32:24.470 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-19T23:32:24.470 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-19T23:32:24.470 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-19T23:32:24.470 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.allow_fallocate: 1 2024-02-19T23:32:24.470 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-19T23:32:24.470 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-19T23:32:24.470 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.use_direct_reads: 0 2024-02-19T23:32:24.470 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-19T23:32:24.470 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-19T23:32:24.470 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.db_log_dir: 2024-02-19T23:32:24.470 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi023/store.db 2024-02-19T23:32:24.470 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-19T23:32:24.470 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.max_subcompactions: 1 2024-02-19T23:32:24.470 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.max_background_flushes: -1 2024-02-19T23:32:24.471 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-19T23:32:24.471 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-19T23:32:24.471 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-19T23:32:24.471 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-19T23:32:24.471 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-19T23:32:24.471 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-19T23:32:24.471 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-19T23:32:24.471 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.write_buffer_manager: 0x56078b027950 2024-02-19T23:32:24.471 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-19T23:32:24.471 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-19T23:32:24.471 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-19T23:32:24.471 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-19T23:32:24.471 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-19T23:32:24.471 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-19T23:32:24.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-19T23:32:24.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-19T23:32:24.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-19T23:32:24.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.unordered_write: 0 2024-02-19T23:32:24.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-19T23:32:24.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-19T23:32:24.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-19T23:32:24.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-19T23:32:24.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.row_cache: None 2024-02-19T23:32:24.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.wal_filter: None 2024-02-19T23:32:24.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-19T23:32:24.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-19T23:32:24.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.preserve_deletes: 0 2024-02-19T23:32:24.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.two_write_queues: 0 2024-02-19T23:32:24.472 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-19T23:32:24.473 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.atomic_flush: 0 2024-02-19T23:32:24.473 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-19T23:32:24.473 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-19T23:32:24.473 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-19T23:32:24.473 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.log_readahead_size: 0 2024-02-19T23:32:24.473 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-19T23:32:24.473 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.max_background_jobs: 2 2024-02-19T23:32:24.473 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.max_background_compactions: -1 2024-02-19T23:32:24.473 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-19T23:32:24.473 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-19T23:32:24.473 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-19T23:32:24.473 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-19T23:32:24.473 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-19T23:32:24.473 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-19T23:32:24.473 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-19T23:32:24.474 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-19T23:32:24.474 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.max_open_files: -1 2024-02-19T23:32:24.474 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-19T23:32:24.474 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-19T23:32:24.474 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-19T23:32:24.474 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-19T23:32:24.474 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Compression algorithms supported: 2024-02-19T23:32:24.474 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-19T23:32:24.474 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: kZSTD supported: 0 2024-02-19T23:32:24.474 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: kXpressCompression supported: 0 2024-02-19T23:32:24.474 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-19T23:32:24.474 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: kLZ4Compression supported: 1 2024-02-19T23:32:24.474 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: kBZip2Compression supported: 0 2024-02-19T23:32:24.474 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: kZlibCompression supported: 1 2024-02-19T23:32:24.474 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: kSnappyCompression supported: 1 2024-02-19T23:32:24.474 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.436+0000 7ff0fa90f880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-19T23:32:24.474 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-02-19T23:32:24.475 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-19T23:32:24.475 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi023/store.db/MANIFEST-000001 2024-02-19T23:32:24.475 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-19T23:32:24.475 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-19T23:32:24.475 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-19T23:32:24.475 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-19T23:32:24.475 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.merge_operator: 2024-02-19T23:32:24.475 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.compaction_filter: None 2024-02-19T23:32:24.475 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-19T23:32:24.475 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-19T23:32:24.475 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-19T23:32:24.475 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56078af35d18) 2024-02-19T23:32:24.475 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-02-19T23:32:24.475 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-19T23:32:24.475 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-19T23:32:24.476 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-02-19T23:32:24.476 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: index_type: 0 2024-02-19T23:32:24.476 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-02-19T23:32:24.476 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-02-19T23:32:24.476 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-02-19T23:32:24.476 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-02-19T23:32:24.476 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: checksum: 1 2024-02-19T23:32:24.476 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-02-19T23:32:24.476 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_cache: 0x56078af6cd10 2024-02-19T23:32:24.476 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-02-19T23:32:24.476 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-02-19T23:32:24.476 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-02-19T23:32:24.476 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-02-19T23:32:24.476 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-02-19T23:32:24.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-02-19T23:32:24.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-02-19T23:32:24.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-02-19T23:32:24.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-02-19T23:32:24.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-02-19T23:32:24.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-02-19T23:32:24.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-02-19T23:32:24.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-02-19T23:32:24.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-02-19T23:32:24.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-02-19T23:32:24.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-19T23:32:24.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-02-19T23:32:24.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-02-19T23:32:24.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-02-19T23:32:24.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: format_version: 2 2024-02-19T23:32:24.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-02-19T23:32:24.477 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: block_align: 0 2024-02-19T23:32:24.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-19T23:32:24.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-19T23:32:24.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-19T23:32:24.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.compression: NoCompression 2024-02-19T23:32:24.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-19T23:32:24.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-19T23:32:24.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-19T23:32:24.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.num_levels: 7 2024-02-19T23:32:24.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-19T23:32:24.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-19T23:32:24.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-19T23:32:24.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-19T23:32:24.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-19T23:32:24.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-19T23:32:24.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-19T23:32:24.478 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-19T23:32:24.479 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-19T23:32:24.479 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-19T23:32:24.479 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-19T23:32:24.479 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-19T23:32:24.479 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-19T23:32:24.479 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-19T23:32:24.479 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-19T23:32:24.479 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-19T23:32:24.479 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-19T23:32:24.479 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-19T23:32:24.479 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-19T23:32:24.479 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-19T23:32:24.479 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-19T23:32:24.479 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-19T23:32:24.479 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-19T23:32:24.479 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-19T23:32:24.479 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-19T23:32:24.480 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-19T23:32:24.480 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-19T23:32:24.480 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-19T23:32:24.480 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-19T23:32:24.480 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-19T23:32:24.480 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-19T23:32:24.480 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-19T23:32:24.480 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-19T23:32:24.480 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-19T23:32:24.480 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-19T23:32:24.480 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-19T23:32:24.480 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-19T23:32:24.480 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-19T23:32:24.480 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-19T23:32:24.480 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-19T23:32:24.481 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-19T23:32:24.481 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-19T23:32:24.481 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-19T23:32:24.481 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-19T23:32:24.481 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-19T23:32:24.481 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-19T23:32:24.481 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-19T23:32:24.481 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.table_properties_collectors: 2024-02-19T23:32:24.481 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.inplace_update_support: 0 2024-02-19T23:32:24.481 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-19T23:32:24.481 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-19T23:32:24.481 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-19T23:32:24.481 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-19T23:32:24.481 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.bloom_locality: 0 2024-02-19T23:32:24.481 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.max_successive_merges: 0 2024-02-19T23:32:24.481 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-19T23:32:24.482 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-19T23:32:24.482 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-19T23:32:24.482 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-19T23:32:24.482 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.ttl: 2592000 2024-02-19T23:32:24.482 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-19T23:32:24.482 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi023/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-19T23:32:24.482 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-19T23:32:24.482 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.440+0000 7ff0fa90f880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-19T23:32:24.482 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-19T23:32:24.482 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.444+0000 7ff0fa90f880 4 rocksdb: DB pointer 0x56078b035800 2024-02-19T23:32:24.482 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.444+0000 7ff0e3782700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-19T23:32:24.482 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.444+0000 7ff0e3782700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-19T23:32:24.482 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-02-19T23:32:24.482 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:32:24.482 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-19T23:32:24.482 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-19T23:32:24.483 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-19T23:32:24.483 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-19T23:32:24.483 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-19T23:32:24.483 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-19T23:32:24.483 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-19T23:32:24.483 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-19T23:32:24.483 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-19T23:32:24.483 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:32:24.483 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-19T23:32:24.483 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-19T23:32:24.483 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-19T23:32:24.483 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-19T23:32:24.483 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-19T23:32:24.483 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:32:24.483 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:32:24.483 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-19T23:32:24.484 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-19T23:32:24.484 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-19T23:32:24.484 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-19T23:32:24.484 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-19T23:32:24.484 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T23:32:24.484 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T23:32:24.484 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-19T23:32:24.484 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-19T23:32:24.484 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-19T23:32:24.484 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-19T23:32:24.484 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-19T23:32:24.484 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-19T23:32:24.484 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:32:24.484 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-19T23:32:24.484 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-19T23:32:24.485 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-19T23:32:24.485 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-02-19T23:32:24.485 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-19T23:32:24.485 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:32:24.485 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:32:24.485 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-02-19T23:32:24.485 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-19T23:32:24.485 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-02-19T23:32:24.485 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-02-19T23:32:24.485 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-02-19T23:32:24.485 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T23:32:24.485 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T23:32:24.485 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-19T23:32:24.485 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-19T23:32:24.485 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-02-19T23:32:24.486 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: 2024-02-19T23:32:24.486 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.448+0000 7ff0fa90f880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-02-19T23:32:24.486 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.448+0000 7ff0fa90f880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-02-19T23:32:24.486 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph-mon: debug 2024-02-19T23:32:24.448+0000 7ff0fa90f880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi023 for mon.smithi023 2024-02-19T23:32:24.897 INFO:teuthology.orchestra.run.smithi023.stderr:create mon.smithi023 on 2024-02-19T23:32:25.024 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-02-19T23:32:25.152 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-ad14672a-cf7e-11ee-95bb-87774f69a715.target -> /etc/systemd/system/ceph-ad14672a-cf7e-11ee-95bb-87774f69a715.target. 2024-02-19T23:32:25.152 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-ad14672a-cf7e-11ee-95bb-87774f69a715.target -> /etc/systemd/system/ceph-ad14672a-cf7e-11ee-95bb-87774f69a715.target. 2024-02-19T23:32:25.413 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to reset failed state of unit ceph-ad14672a-cf7e-11ee-95bb-87774f69a715@mon.smithi023.service: Unit ceph-ad14672a-cf7e-11ee-95bb-87774f69a715@mon.smithi023.service is not loaded. 2024-02-19T23:32:25.422 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Created symlink /etc/systemd/system/ceph-ad14672a-cf7e-11ee-95bb-87774f69a715.target.wants/ceph-ad14672a-cf7e-11ee-95bb-87774f69a715@mon.smithi023.service -> /etc/systemd/system/ceph-ad14672a-cf7e-11ee-95bb-87774f69a715@.service. 2024-02-19T23:32:25.546 INFO:teuthology.orchestra.run.smithi023.stderr:firewalld does not appear to be present 2024-02-19T23:32:25.546 INFO:teuthology.orchestra.run.smithi023.stderr:Not possible to enable service . firewalld.service is not available 2024-02-19T23:32:25.546 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mon to start... 2024-02-19T23:32:25.546 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mon... 2024-02-19T23:32:25.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:25 smithi023 systemd[1]: Started Ceph mon.smithi023 for ad14672a-cf7e-11ee-95bb-87774f69a715. 2024-02-19T23:32:26.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:26 smithi023 bash[15763]: cluster 2024-02-19T23:32:26.882711+0000 mon.smithi023 (mon.0) 0 : [INF] mkfs ad14672a-cf7e-11ee-95bb-87774f69a715 2024-02-19T23:32:26.993 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:26 smithi023 bash[15763]: cluster 2024-02-19T23:32:26.872238+0000 mon.smithi023 (mon.0) 1 : cluster [INF] mon.smithi023 is new leader, mons smithi023 in quorum (ranks 0) 2024-02-19T23:32:27.179 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: cluster: 2024-02-19T23:32:27.179 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: id: ad14672a-cf7e-11ee-95bb-87774f69a715 2024-02-19T23:32:27.179 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-02-19T23:32:27.180 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-02-19T23:32:27.180 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: services: 2024-02-19T23:32:27.181 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi023 (age 0.293736s) 2024-02-19T23:32:27.181 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mgr: no daemons active 2024-02-19T23:32:27.181 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-02-19T23:32:27.181 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-02-19T23:32:27.181 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: data: 2024-02-19T23:32:27.182 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-02-19T23:32:27.182 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-02-19T23:32:27.182 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-02-19T23:32:27.182 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: pgs: 2024-02-19T23:32:27.182 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-02-19T23:32:27.706 INFO:teuthology.orchestra.run.smithi023.stderr:mon is available 2024-02-19T23:32:27.707 INFO:teuthology.orchestra.run.smithi023.stderr:Assimilating anything we can from ceph.conf... 2024-02-19T23:32:28.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:27 smithi023 bash[15763]: cluster 2024-02-19T23:32:26.880814+0000 mon.smithi023 (mon.0) 2 : cluster [INF] mon.smithi023 is new leader, mons smithi023 in quorum (ranks 0) 2024-02-19T23:32:28.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:27 smithi023 bash[15763]: cluster 2024-02-19T23:32:26.881144+0000 mon.smithi023 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi023=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0]} removed_ranks: {} 2024-02-19T23:32:28.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:27 smithi023 bash[15763]: cluster 2024-02-19T23:32:26.885175+0000 mon.smithi023 (mon.0) 4 : cluster [DBG] fsmap 2024-02-19T23:32:28.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:27 smithi023 bash[15763]: cluster 2024-02-19T23:32:26.889215+0000 mon.smithi023 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-19T23:32:28.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:27 smithi023 bash[15763]: cluster 2024-02-19T23:32:26.890158+0000 mon.smithi023 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-19T23:32:28.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:27 smithi023 bash[15763]: audit 2024-02-19T23:32:27.174483+0000 mon.smithi023 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.23:0/3267964289' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-19T23:32:28.922 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-02-19T23:32:28.922 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [global] 2024-02-19T23:32:28.922 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: fsid = ad14672a-cf7e-11ee-95bb-87774f69a715 2024-02-19T23:32:28.922 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-19T23:32:28.922 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.23:3300,v1:172.21.15.23:6789] 2024-02-19T23:32:28.922 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-19T23:32:28.922 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-19T23:32:28.922 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-19T23:32:28.922 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-19T23:32:28.922 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-02-19T23:32:28.922 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [mgr] 2024-02-19T23:32:28.923 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-19T23:32:28.923 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-02-19T23:32:28.923 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [osd] 2024-02-19T23:32:28.923 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-19T23:32:28.923 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-19T23:32:29.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:28 smithi023 bash[15763]: audit 2024-02-19T23:32:28.910948+0000 mon.smithi023 (mon.0) 8 : audit [INF] from='client.? 172.21.15.23:0/400419918' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-19T23:32:29.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:28 smithi023 bash[15763]: audit 2024-02-19T23:32:28.916176+0000 mon.smithi023 (mon.0) 9 : audit [INF] from='client.? 172.21.15.23:0/400419918' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-19T23:32:29.453 INFO:teuthology.orchestra.run.smithi023.stderr:Generating new minimal ceph.conf... 2024-02-19T23:32:30.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:30 smithi023 bash[15763]: audit 2024-02-19T23:32:30.543715+0000 mon.smithi023 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.23:0/1168696233' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:32:31.109 INFO:teuthology.orchestra.run.smithi023.stderr:Restarting the monitor... 2024-02-19T23:32:31.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:31 smithi023 systemd[1]: Stopping Ceph mon.smithi023 for ad14672a-cf7e-11ee-95bb-87774f69a715... 2024-02-19T23:32:31.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:31 smithi023 bash[16301]: Error response from daemon: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-mon.smithi023 2024-02-19T23:32:31.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:31 smithi023 bash[15763]: debug 2024-02-19T23:32:31.293+0000 7f19d7ce4700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi023 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-19T23:32:31.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:31 smithi023 bash[15763]: debug 2024-02-19T23:32:31.293+0000 7f19d7ce4700 -1 mon.smithi023@0(leader) e1 *** Got Signal Terminated *** 2024-02-19T23:32:32.062 INFO:teuthology.orchestra.run.smithi023.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-02-19T23:32:32.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:31 smithi023 bash[16301]: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-mon-smithi023 2024-02-19T23:32:32.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:32 smithi023 systemd[1]: Stopped Ceph mon.smithi023 for ad14672a-cf7e-11ee-95bb-87774f69a715. 2024-02-19T23:32:32.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:32 smithi023 systemd[1]: Started Ceph mon.smithi023 for ad14672a-cf7e-11ee-95bb-87774f69a715. 2024-02-19T23:32:33.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.245+0000 7f5d65bcb880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-19T23:32:33.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.245+0000 7f5d65bcb880 0 ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable), process ceph-mon, pid 7 2024-02-19T23:32:33.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.245+0000 7f5d65bcb880 0 pidfile_write: ignore empty --pid-file 2024-02-19T23:32:33.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 0 load: jerasure load: lrc load: isa 2024-02-19T23:32:33.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: RocksDB version: 6.8.1 2024-02-19T23:32:33.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-19T23:32:33.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Compile date Feb 19 2024 2024-02-19T23:32:33.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: DB SUMMARY 2024-02-19T23:32:33.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: CURRENT file: CURRENT 2024-02-19T23:32:33.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-19T23:32:33.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-02-19T23:32:33.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi023/store.db dir, Total Num: 1, files: 000004.sst 2024-02-19T23:32:33.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi023/store.db: 000006.log size: 87029 ; 2024-02-19T23:32:33.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.error_if_exists: 0 2024-02-19T23:32:33.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.create_if_missing: 0 2024-02-19T23:32:33.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.paranoid_checks: 1 2024-02-19T23:32:33.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.env: 0x55ff6c1e5080 2024-02-19T23:32:33.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.fs: Posix File System 2024-02-19T23:32:33.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.info_log: 0x55ff6dcdc560 2024-02-19T23:32:33.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-19T23:32:33.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.statistics: (nil) 2024-02-19T23:32:33.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.use_fsync: 0 2024-02-19T23:32:33.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.max_log_file_size: 0 2024-02-19T23:32:33.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-19T23:32:33.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-19T23:32:33.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-19T23:32:33.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-19T23:32:33.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.allow_fallocate: 1 2024-02-19T23:32:33.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-19T23:32:33.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-19T23:32:33.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.use_direct_reads: 0 2024-02-19T23:32:33.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-19T23:32:33.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-19T23:32:33.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.db_log_dir: 2024-02-19T23:32:33.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi023/store.db 2024-02-19T23:32:33.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-19T23:32:33.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.max_subcompactions: 1 2024-02-19T23:32:33.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.max_background_flushes: -1 2024-02-19T23:32:33.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-19T23:32:33.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-19T23:32:33.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-19T23:32:33.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-19T23:32:33.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-19T23:32:33.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-19T23:32:33.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-19T23:32:33.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.write_buffer_manager: 0x55ff6e94e450 2024-02-19T23:32:33.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-19T23:32:33.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-19T23:32:33.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-19T23:32:33.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-19T23:32:33.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-19T23:32:33.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-19T23:32:33.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-19T23:32:33.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-19T23:32:33.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-19T23:32:33.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.unordered_write: 0 2024-02-19T23:32:33.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-19T23:32:33.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-19T23:32:33.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-19T23:32:33.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-19T23:32:33.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.row_cache: None 2024-02-19T23:32:33.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.wal_filter: None 2024-02-19T23:32:33.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-19T23:32:33.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-19T23:32:33.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.preserve_deletes: 0 2024-02-19T23:32:33.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.two_write_queues: 0 2024-02-19T23:32:33.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-19T23:32:33.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.atomic_flush: 0 2024-02-19T23:32:33.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-19T23:32:33.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-19T23:32:33.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-19T23:32:33.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.log_readahead_size: 0 2024-02-19T23:32:33.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-19T23:32:33.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.max_background_jobs: 2 2024-02-19T23:32:33.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.max_background_compactions: -1 2024-02-19T23:32:33.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-19T23:32:33.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-19T23:32:33.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-19T23:32:33.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-19T23:32:33.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-19T23:32:33.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-19T23:32:33.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-19T23:32:33.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-19T23:32:33.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.max_open_files: -1 2024-02-19T23:32:33.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-19T23:32:33.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-19T23:32:33.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-19T23:32:33.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-19T23:32:33.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Compression algorithms supported: 2024-02-19T23:32:33.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-19T23:32:33.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: kZSTD supported: 0 2024-02-19T23:32:33.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: kXpressCompression supported: 0 2024-02-19T23:32:33.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-19T23:32:33.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: kLZ4Compression supported: 1 2024-02-19T23:32:33.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: kBZip2Compression supported: 0 2024-02-19T23:32:33.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: kZlibCompression supported: 1 2024-02-19T23:32:33.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: kSnappyCompression supported: 1 2024-02-19T23:32:33.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-19T23:32:33.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi023/store.db/MANIFEST-000005 2024-02-19T23:32:33.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-19T23:32:33.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-19T23:32:33.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.merge_operator: 2024-02-19T23:32:33.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.compaction_filter: None 2024-02-19T23:32:33.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-19T23:32:33.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-19T23:32:33.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-19T23:32:33.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ff6dc7fd10) 2024-02-19T23:32:33.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: cache_index_and_filter_blocks: 1 2024-02-19T23:32:33.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-19T23:32:33.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-19T23:32:33.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: pin_top_level_index_and_filter: 1 2024-02-19T23:32:33.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: index_type: 0 2024-02-19T23:32:33.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: data_block_index_type: 0 2024-02-19T23:32:33.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: index_shortening: 1 2024-02-19T23:32:33.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: data_block_hash_table_util_ratio: 0.750000 2024-02-19T23:32:33.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: hash_index_allow_collision: 1 2024-02-19T23:32:33.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: checksum: 1 2024-02-19T23:32:33.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: no_block_cache: 0 2024-02-19T23:32:33.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: block_cache: 0x55ff6dcb6f10 2024-02-19T23:32:33.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: block_cache_name: BinnedLRUCache 2024-02-19T23:32:33.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: block_cache_options: 2024-02-19T23:32:33.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: capacity : 536870912 2024-02-19T23:32:33.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: num_shard_bits : 4 2024-02-19T23:32:33.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: strict_capacity_limit : 0 2024-02-19T23:32:33.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: high_pri_pool_ratio: 0.000 2024-02-19T23:32:33.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: block_cache_compressed: (nil) 2024-02-19T23:32:33.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: persistent_cache: (nil) 2024-02-19T23:32:33.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: block_size: 4096 2024-02-19T23:32:33.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: block_size_deviation: 10 2024-02-19T23:32:33.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: block_restart_interval: 16 2024-02-19T23:32:33.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: index_block_restart_interval: 1 2024-02-19T23:32:33.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: metadata_block_size: 4096 2024-02-19T23:32:33.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: partition_filters: 0 2024-02-19T23:32:33.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: use_delta_encoding: 1 2024-02-19T23:32:33.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-19T23:32:33.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: whole_key_filtering: 1 2024-02-19T23:32:33.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: verify_compression: 0 2024-02-19T23:32:33.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: read_amp_bytes_per_bit: 0 2024-02-19T23:32:33.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: format_version: 2 2024-02-19T23:32:33.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: enable_index_compression: 1 2024-02-19T23:32:33.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: block_align: 0 2024-02-19T23:32:33.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-19T23:32:33.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-19T23:32:33.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.compression: NoCompression 2024-02-19T23:32:33.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-19T23:32:33.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-19T23:32:33.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-19T23:32:33.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.num_levels: 7 2024-02-19T23:32:33.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-19T23:32:33.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-19T23:32:33.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-19T23:32:33.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-19T23:32:33.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-19T23:32:33.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-19T23:32:33.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-19T23:32:33.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-19T23:32:33.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-19T23:32:33.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-19T23:32:33.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-19T23:32:33.504 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-19T23:32:33.504 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-19T23:32:33.504 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-19T23:32:33.504 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-19T23:32:33.504 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-19T23:32:33.504 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-19T23:32:33.504 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-19T23:32:33.504 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-19T23:32:33.504 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-19T23:32:33.504 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-19T23:32:33.504 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-19T23:32:33.504 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-19T23:32:33.504 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-19T23:32:33.504 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-19T23:32:33.505 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-19T23:32:33.505 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-19T23:32:33.505 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-19T23:32:33.505 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-19T23:32:33.505 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-19T23:32:33.505 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-19T23:32:33.505 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-19T23:32:33.505 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-19T23:32:33.505 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-19T23:32:33.505 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-19T23:32:33.505 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-19T23:32:33.505 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-19T23:32:33.505 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-19T23:32:33.505 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-19T23:32:33.506 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-19T23:32:33.506 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-19T23:32:33.506 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-19T23:32:33.506 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-19T23:32:33.506 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-19T23:32:33.506 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-19T23:32:33.506 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-19T23:32:33.506 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-19T23:32:33.506 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.table_properties_collectors: 2024-02-19T23:32:33.506 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.inplace_update_support: 0 2024-02-19T23:32:33.506 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-19T23:32:33.506 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-19T23:32:33.506 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-19T23:32:33.506 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-19T23:32:33.506 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.bloom_locality: 0 2024-02-19T23:32:33.507 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.max_successive_merges: 0 2024-02-19T23:32:33.507 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-19T23:32:33.507 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-19T23:32:33.507 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-19T23:32:33.507 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-19T23:32:33.508 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.ttl: 2592000 2024-02-19T23:32:33.508 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.249+0000 7f5d65bcb880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-19T23:32:33.508 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.253+0000 7f5d65bcb880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi023/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-19T23:32:33.508 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.253+0000 7f5d65bcb880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-02-19T23:32:33.508 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.253+0000 7f5d65bcb880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708385553257491, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-19T23:32:33.508 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.253+0000 7f5d65bcb880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-02-19T23:32:33.508 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.253+0000 7f5d65bcb880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-19T23:32:33.508 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.257+0000 7f5d65bcb880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708385553260024, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83738, "table_properties": {"data_size": 82005, "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": 9462, "raw_average_key_size": 47, "raw_value_size": 76560, "raw_average_value_size": 382, "num_data_blocks": 11, "num_entries": 200, "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": 1708385553, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-19T23:32:33.508 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.257+0000 7f5d65bcb880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-02-19T23:32:33.508 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.257+0000 7f5d65bcb880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708385553261294, "job": 1, "event": "recovery_finished"} 2024-02-19T23:32:33.508 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.261+0000 7f5d65bcb880 4 rocksdb: DB pointer 0x55ff6dd7f800 2024-02-19T23:32:33.508 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.261+0000 7f5d4c9bd700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-19T23:32:33.508 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.261+0000 7f5d4c9bd700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-19T23:32:33.509 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: ** DB Stats ** 2024-02-19T23:32:33.509 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:32:33.509 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-19T23:32:33.509 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-19T23:32:33.509 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-19T23:32:33.509 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-19T23:32:33.509 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-19T23:32:33.509 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-19T23:32:33.509 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: ** Compaction Stats [default] ** 2024-02-19T23:32:33.509 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-19T23:32:33.509 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:32:33.509 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: L0 2/0 83.47 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 47.7 0.00 0.00 1 0.002 0 0 2024-02-19T23:32:33.509 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: Sum 2/0 83.47 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 47.7 0.00 0.00 1 0.002 0 0 2024-02-19T23:32:33.509 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 47.7 0.00 0.00 1 0.002 0 0 2024-02-19T23:32:33.509 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: ** Compaction Stats [default] ** 2024-02-19T23:32:33.509 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-19T23:32:33.509 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:32:33.510 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 47.7 0.00 0.00 1 0.002 0 0 2024-02-19T23:32:33.510 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:32:33.510 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-19T23:32:33.510 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-19T23:32:33.510 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: AddFile(Total Files): cumulative 0, interval 0 2024-02-19T23:32:33.510 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-19T23:32:33.510 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: AddFile(Keys): cumulative 0, interval 0 2024-02-19T23:32:33.510 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: Cumulative compaction: 0.00 GB write, 8.73 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T23:32:33.510 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: Interval compaction: 0.00 GB write, 8.73 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T23:32:33.510 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-19T23:32:33.510 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: ** File Read Latency Histogram By Level [default] ** 2024-02-19T23:32:33.510 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: ** Compaction Stats [default] ** 2024-02-19T23:32:33.510 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-19T23:32:33.510 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:32:33.510 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: L0 2/0 83.47 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 47.7 0.00 0.00 1 0.002 0 0 2024-02-19T23:32:33.510 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: Sum 2/0 83.47 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 47.7 0.00 0.00 1 0.002 0 0 2024-02-19T23:32:33.510 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-19T23:32:33.511 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: ** Compaction Stats [default] ** 2024-02-19T23:32:33.511 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-19T23:32:33.511 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:32:33.511 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 47.7 0.00 0.00 1 0.002 0 0 2024-02-19T23:32:33.511 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:32:33.511 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-19T23:32:33.511 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-19T23:32:33.511 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: AddFile(Total Files): cumulative 0, interval 0 2024-02-19T23:32:33.511 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-19T23:32:33.511 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: AddFile(Keys): cumulative 0, interval 0 2024-02-19T23:32:33.511 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: Cumulative compaction: 0.00 GB write, 8.69 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T23:32:33.511 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T23:32:33.511 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-19T23:32:33.511 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: ** File Read Latency Histogram By Level [default] ** 2024-02-19T23:32:33.511 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.261+0000 7f5d65bcb880 0 starting mon.smithi023 rank 0 at public addrs [v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0] at bind addrs [v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi023 fsid ad14672a-cf7e-11ee-95bb-87774f69a715 2024-02-19T23:32:33.511 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.261+0000 7f5d65bcb880 1 mon.smithi023@-1(???) e1 preinit fsid ad14672a-cf7e-11ee-95bb-87774f69a715 2024-02-19T23:32:33.512 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.261+0000 7f5d65bcb880 0 mon.smithi023@-1(???).mds e1 new map 2024-02-19T23:32:33.512 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.261+0000 7f5d65bcb880 0 mon.smithi023@-1(???).mds e1 print_map 2024-02-19T23:32:33.512 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: e1 2024-02-19T23:32:33.512 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-19T23:32:33.512 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-19T23:32:33.512 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: legacy client fscid: -1 2024-02-19T23:32:33.512 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: 2024-02-19T23:32:33.512 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: No filesystems configured 2024-02-19T23:32:33.512 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.261+0000 7f5d65bcb880 0 mon.smithi023@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-19T23:32:33.512 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.261+0000 7f5d65bcb880 0 mon.smithi023@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-19T23:32:33.512 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: audit 2024-02-19T23:32:30.543715+0000 mon.smithi023 (mon.0) 10 : audit [DBG] from='client.? 172.21.15.23:0/1168696233' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:32:33.512 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: debug 2024-02-19T23:32:33.261+0000 7f5d65bcb880 1 mon.smithi023@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-19T23:32:33.512 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: cluster 2024-02-19T23:32:33.271253+0000 mon.smithi023 (mon.0) 1 : cluster [INF] mon.smithi023 is new leader, mons smithi023 in quorum (ranks 0) 2024-02-19T23:32:33.512 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: cluster 2024-02-19T23:32:33.271340+0000 mon.smithi023 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi023=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0]} removed_ranks: {} 2024-02-19T23:32:33.512 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: cluster 2024-02-19T23:32:33.271899+0000 mon.smithi023 (mon.0) 3 : cluster [DBG] fsmap 2024-02-19T23:32:33.513 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: cluster 2024-02-19T23:32:33.271943+0000 mon.smithi023 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-19T23:32:33.513 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:33 smithi023 bash[16423]: cluster 2024-02-19T23:32:33.272568+0000 mon.smithi023 (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-19T23:32:34.188 INFO:teuthology.orchestra.run.smithi023.stderr:Wrote config to /etc/ceph/ceph.conf 2024-02-19T23:32:34.188 INFO:teuthology.orchestra.run.smithi023.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-19T23:32:34.188 INFO:teuthology.orchestra.run.smithi023.stderr:Creating mgr... 2024-02-19T23:32:34.189 INFO:teuthology.orchestra.run.smithi023.stderr:Verifying port 9283 ... 2024-02-19T23:32:34.337 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Failed to reset failed state of unit ceph-ad14672a-cf7e-11ee-95bb-87774f69a715@mgr.smithi023.vhqanb.service: Unit ceph-ad14672a-cf7e-11ee-95bb-87774f69a715@mgr.smithi023.vhqanb.service is not loaded. 2024-02-19T23:32:34.347 INFO:teuthology.orchestra.run.smithi023.stderr:systemctl: Created symlink /etc/systemd/system/ceph-ad14672a-cf7e-11ee-95bb-87774f69a715.target.wants/ceph-ad14672a-cf7e-11ee-95bb-87774f69a715@mgr.smithi023.vhqanb.service -> /etc/systemd/system/ceph-ad14672a-cf7e-11ee-95bb-87774f69a715@.service. 2024-02-19T23:32:34.470 INFO:teuthology.orchestra.run.smithi023.stderr:firewalld does not appear to be present 2024-02-19T23:32:34.470 INFO:teuthology.orchestra.run.smithi023.stderr:Not possible to enable service . firewalld.service is not available 2024-02-19T23:32:34.470 INFO:teuthology.orchestra.run.smithi023.stderr:firewalld does not appear to be present 2024-02-19T23:32:34.470 INFO:teuthology.orchestra.run.smithi023.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-02-19T23:32:34.470 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mgr to start... 2024-02-19T23:32:34.471 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mgr... 2024-02-19T23:32:34.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:34 smithi023 bash[16423]: audit 2024-02-19T23:32:33.613699+0000 mon.smithi023 (mon.0) 6 : audit [INF] from='client.? 172.21.15.23:0/735771088' entity='client.admin' 2024-02-19T23:32:36.279 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-02-19T23:32:36.279 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2024-02-19T23:32:36.279 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsid": "ad14672a-cf7e-11ee-95bb-87774f69a715", 2024-02-19T23:32:36.279 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "health": { 2024-02-19T23:32:36.279 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-19T23:32:36.280 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "checks": {}, 2024-02-19T23:32:36.280 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mutes": [] 2024-02-19T23:32:36.280 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-19T23:32:36.280 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-19T23:32:36.280 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum": [ 2024-02-19T23:32:36.280 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 0 2024-02-19T23:32:36.280 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2024-02-19T23:32:36.280 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-19T23:32:36.280 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "smithi023" 2024-02-19T23:32:36.280 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2024-02-19T23:32:36.280 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-02-19T23:32:36.280 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "monmap": { 2024-02-19T23:32:36.280 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:32:36.280 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-19T23:32:36.280 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-19T23:32:36.281 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-19T23:32:36.281 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osdmap": { 2024-02-19T23:32:36.281 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:32:36.281 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-19T23:32:36.281 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-19T23:32:36.281 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-19T23:32:36.281 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-19T23:32:36.281 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-19T23:32:36.281 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-19T23:32:36.281 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-19T23:32:36.281 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgmap": { 2024-02-19T23:32:36.281 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-19T23:32:36.281 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-19T23:32:36.281 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-19T23:32:36.281 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-19T23:32:36.281 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-19T23:32:36.282 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-19T23:32:36.282 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-19T23:32:36.282 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-19T23:32:36.282 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-19T23:32:36.282 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsmap": { 2024-02-19T23:32:36.282 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:32:36.282 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-19T23:32:36.282 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-19T23:32:36.282 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-19T23:32:36.282 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-19T23:32:36.282 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "available": false, 2024-02-19T23:32:36.282 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-19T23:32:36.282 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modules": [ 2024-02-19T23:32:36.282 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "iostat", 2024-02-19T23:32:36.282 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "nfs", 2024-02-19T23:32:36.283 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "restful" 2024-02-19T23:32:36.283 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2024-02-19T23:32:36.283 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2024-02-19T23:32:36.283 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-19T23:32:36.283 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "servicemap": { 2024-02-19T23:32:36.283 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:32:36.283 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modified": "2024-02-19T23:32:26.883461+0000", 2024-02-19T23:32:36.283 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2024-02-19T23:32:36.283 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-19T23:32:36.283 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-19T23:32:36.283 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2024-02-19T23:32:36.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:36 smithi023 bash[16423]: audit 2024-02-19T23:32:36.269603+0000 mon.smithi023 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.23:0/3888000817' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-19T23:32:36.793 INFO:teuthology.orchestra.run.smithi023.stderr:mgr not available, waiting (1/15)... 2024-02-19T23:32:40.025 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-02-19T23:32:40.025 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2024-02-19T23:32:40.025 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsid": "ad14672a-cf7e-11ee-95bb-87774f69a715", 2024-02-19T23:32:40.025 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "health": { 2024-02-19T23:32:40.025 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-19T23:32:40.025 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "checks": {}, 2024-02-19T23:32:40.025 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mutes": [] 2024-02-19T23:32:40.025 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-19T23:32:40.025 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-19T23:32:40.025 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum": [ 2024-02-19T23:32:40.025 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 0 2024-02-19T23:32:40.026 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2024-02-19T23:32:40.026 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-19T23:32:40.026 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "smithi023" 2024-02-19T23:32:40.026 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2024-02-19T23:32:40.026 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_age": 6, 2024-02-19T23:32:40.026 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "monmap": { 2024-02-19T23:32:40.026 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:32:40.026 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-19T23:32:40.026 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-19T23:32:40.026 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-19T23:32:40.026 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osdmap": { 2024-02-19T23:32:40.026 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:32:40.026 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-19T23:32:40.026 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-19T23:32:40.026 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-19T23:32:40.026 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-19T23:32:40.032 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-19T23:32:40.032 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-19T23:32:40.032 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-19T23:32:40.032 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgmap": { 2024-02-19T23:32:40.032 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-19T23:32:40.032 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-19T23:32:40.032 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-19T23:32:40.032 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-19T23:32:40.032 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-19T23:32:40.032 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-19T23:32:40.032 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-19T23:32:40.032 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-19T23:32:40.033 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-19T23:32:40.033 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsmap": { 2024-02-19T23:32:40.033 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:32:40.033 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-19T23:32:40.033 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-19T23:32:40.033 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-19T23:32:40.033 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-19T23:32:40.033 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "available": false, 2024-02-19T23:32:40.033 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-19T23:32:40.033 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modules": [ 2024-02-19T23:32:40.033 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "iostat", 2024-02-19T23:32:40.033 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "nfs", 2024-02-19T23:32:40.033 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "restful" 2024-02-19T23:32:40.033 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2024-02-19T23:32:40.033 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2024-02-19T23:32:40.034 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-19T23:32:40.034 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "servicemap": { 2024-02-19T23:32:40.034 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:32:40.034 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modified": "2024-02-19T23:32:26.883461+0000", 2024-02-19T23:32:40.034 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2024-02-19T23:32:40.034 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-19T23:32:40.034 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-19T23:32:40.034 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2024-02-19T23:32:40.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:40 smithi023 bash[16423]: audit 2024-02-19T23:32:40.018672+0000 mon.smithi023 (mon.0) 8 : audit [DBG] from='client.? 172.21.15.23:0/221843613' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-19T23:32:40.552 INFO:teuthology.orchestra.run.smithi023.stderr:mgr not available, waiting (2/15)... 2024-02-19T23:32:42.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:42 smithi023 bash[16423]: cluster 2024-02-19T23:32:42.569579+0000 mon.smithi023 (mon.0) 9 : cluster [INF] Activating manager daemon smithi023.vhqanb 2024-02-19T23:32:42.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:42 smithi023 bash[16423]: cluster 2024-02-19T23:32:42.574014+0000 mon.smithi023 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi023.vhqanb(active, starting, since 0.00458712s) 2024-02-19T23:32:42.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:42 smithi023 bash[16423]: audit 2024-02-19T23:32:42.577658+0000 mon.smithi023 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.23:0/2573929105' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-19T23:32:42.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:42 smithi023 bash[16423]: audit 2024-02-19T23:32:42.578088+0000 mon.smithi023 (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.23:0/2573929105' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-19T23:32:42.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:42 smithi023 bash[16423]: audit 2024-02-19T23:32:42.578394+0000 mon.smithi023 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.23:0/2573929105' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-19T23:32:42.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:42 smithi023 bash[16423]: audit 2024-02-19T23:32:42.578574+0000 mon.smithi023 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.23:0/2573929105' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-19T23:32:42.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:42 smithi023 bash[16423]: audit 2024-02-19T23:32:42.579293+0000 mon.smithi023 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.23:0/2573929105' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mgr metadata", "who": "smithi023.vhqanb", "id": "smithi023.vhqanb"}]: dispatch 2024-02-19T23:32:42.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:42 smithi023 bash[16423]: cluster 2024-02-19T23:32:42.583595+0000 mon.smithi023 (mon.0) 16 : cluster [INF] Manager daemon smithi023.vhqanb is now available 2024-02-19T23:32:42.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:42 smithi023 bash[16423]: audit 2024-02-19T23:32:42.601981+0000 mon.smithi023 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.23:0/2573929105' entity='mgr.smithi023.vhqanb' 2024-02-19T23:32:42.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:42 smithi023 bash[16423]: audit 2024-02-19T23:32:42.607620+0000 mon.smithi023 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.23:0/2573929105' entity='mgr.smithi023.vhqanb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.vhqanb/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:32:42.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:42 smithi023 bash[16423]: audit 2024-02-19T23:32:42.611362+0000 mon.smithi023 (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.23:0/2573929105' entity='mgr.smithi023.vhqanb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.vhqanb/trash_purge_schedule"}]: dispatch 2024-02-19T23:32:42.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:42 smithi023 bash[16423]: audit 2024-02-19T23:32:42.616679+0000 mon.smithi023 (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.23:0/2573929105' entity='mgr.smithi023.vhqanb' 2024-02-19T23:32:42.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:42 smithi023 bash[16423]: audit 2024-02-19T23:32:42.619326+0000 mon.smithi023 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.23:0/2573929105' entity='mgr.smithi023.vhqanb' 2024-02-19T23:32:44.180 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-02-19T23:32:44.180 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2024-02-19T23:32:44.180 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsid": "ad14672a-cf7e-11ee-95bb-87774f69a715", 2024-02-19T23:32:44.180 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "health": { 2024-02-19T23:32:44.180 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-02-19T23:32:44.180 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "checks": {}, 2024-02-19T23:32:44.180 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mutes": [] 2024-02-19T23:32:44.180 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-19T23:32:44.180 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-02-19T23:32:44.181 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum": [ 2024-02-19T23:32:44.181 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 0 2024-02-19T23:32:44.181 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2024-02-19T23:32:44.181 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_names": [ 2024-02-19T23:32:44.181 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "smithi023" 2024-02-19T23:32:44.181 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2024-02-19T23:32:44.181 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "quorum_age": 10, 2024-02-19T23:32:44.181 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "monmap": { 2024-02-19T23:32:44.181 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:32:44.181 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-02-19T23:32:44.181 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_mons": 1 2024-02-19T23:32:44.181 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-19T23:32:44.181 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osdmap": { 2024-02-19T23:32:44.181 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:32:44.182 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_osds": 0, 2024-02-19T23:32:44.182 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-02-19T23:32:44.182 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-02-19T23:32:44.182 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-02-19T23:32:44.182 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-02-19T23:32:44.182 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-02-19T23:32:44.182 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-19T23:32:44.182 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgmap": { 2024-02-19T23:32:44.182 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-02-19T23:32:44.182 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-02-19T23:32:44.182 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_pools": 0, 2024-02-19T23:32:44.182 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_objects": 0, 2024-02-19T23:32:44.183 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-02-19T23:32:44.183 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-02-19T23:32:44.183 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-02-19T23:32:44.183 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "bytes_total": 0 2024-02-19T23:32:44.183 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-19T23:32:44.183 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "fsmap": { 2024-02-19T23:32:44.183 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:32:44.183 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "by_rank": [], 2024-02-19T23:32:44.183 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "up:standby": 0 2024-02-19T23:32:44.183 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-19T23:32:44.184 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mgrmap": { 2024-02-19T23:32:44.184 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "available": true, 2024-02-19T23:32:44.184 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-02-19T23:32:44.184 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modules": [ 2024-02-19T23:32:44.184 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "iostat", 2024-02-19T23:32:44.184 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "nfs", 2024-02-19T23:32:44.184 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "restful" 2024-02-19T23:32:44.184 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ], 2024-02-19T23:32:44.184 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2024-02-19T23:32:44.184 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-19T23:32:44.184 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "servicemap": { 2024-02-19T23:32:44.184 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 1, 2024-02-19T23:32:44.185 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "modified": "2024-02-19T23:32:26.883461+0000", 2024-02-19T23:32:44.185 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "services": {} 2024-02-19T23:32:44.185 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: }, 2024-02-19T23:32:44.185 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "progress_events": {} 2024-02-19T23:32:44.185 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2024-02-19T23:32:44.733 INFO:teuthology.orchestra.run.smithi023.stderr:mgr is available 2024-02-19T23:32:44.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:44 smithi023 bash[16423]: cluster 2024-02-19T23:32:43.579582+0000 mon.smithi023 (mon.0) 22 : cluster [DBG] mgrmap e3: smithi023.vhqanb(active, since 1.01015s) 2024-02-19T23:32:44.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:44 smithi023 bash[16423]: audit 2024-02-19T23:32:44.170053+0000 mon.smithi023 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.23:0/1659010078' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-19T23:32:45.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:45 smithi023 bash[16423]: cluster 2024-02-19T23:32:44.590882+0000 mon.smithi023 (mon.0) 24 : cluster [DBG] mgrmap e4: smithi023.vhqanb(active, since 2s) 2024-02-19T23:32:46.168 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-02-19T23:32:46.168 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [global] 2024-02-19T23:32:46.168 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: fsid = ad14672a-cf7e-11ee-95bb-87774f69a715 2024-02-19T23:32:46.168 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: log_to_journald = false 2024-02-19T23:32:46.168 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-02-19T23:32:46.168 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-02-19T23:32:46.168 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-02-19T23:32:46.168 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-02-19T23:32:46.168 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-02-19T23:32:46.168 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [mgr] 2024-02-19T23:32:46.168 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-02-19T23:32:46.169 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 2024-02-19T23:32:46.169 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: [osd] 2024-02-19T23:32:46.169 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-02-19T23:32:46.169 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-02-19T23:32:46.681 INFO:teuthology.orchestra.run.smithi023.stderr:Enabling cephadm module... 2024-02-19T23:32:46.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:46 smithi023 bash[16423]: audit 2024-02-19T23:32:46.162082+0000 mon.smithi023 (mon.0) 25 : audit [INF] from='client.? 172.21.15.23:0/171722244' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-19T23:32:48.646 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:48 smithi023 bash[16423]: audit 2024-02-19T23:32:48.284054+0000 mon.smithi023 (mon.0) 26 : audit [INF] from='client.? 172.21.15.23:0/2002993476' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-19T23:32:49.706 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:49 smithi023 bash[16423]: audit 2024-02-19T23:32:48.345481+0000 mon.smithi023 (mon.0) 27 : audit [INF] from='client.? 172.21.15.23:0/2002993476' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-19T23:32:49.706 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:49 smithi023 bash[16423]: cluster 2024-02-19T23:32:48.345626+0000 mon.smithi023 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi023.vhqanb(active, since 5s) 2024-02-19T23:32:50.462 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2024-02-19T23:32:50.462 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 5, 2024-02-19T23:32:50.463 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "available": true, 2024-02-19T23:32:50.463 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "active_name": "smithi023.vhqanb", 2024-02-19T23:32:50.463 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-19T23:32:50.463 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2024-02-19T23:32:50.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:50 smithi023 bash[16423]: audit 2024-02-19T23:32:50.458662+0000 mon.smithi023 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.23:0/396136590' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-19T23:32:51.050 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for the mgr to restart... 2024-02-19T23:32:51.050 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mgr epoch 5... 2024-02-19T23:32:55.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:54 smithi023 bash[16423]: cluster 2024-02-19T23:32:54.941767+0000 mon.smithi023 (mon.0) 30 : cluster [INF] Active manager daemon smithi023.vhqanb restarted 2024-02-19T23:32:55.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:54 smithi023 bash[16423]: cluster 2024-02-19T23:32:54.942026+0000 mon.smithi023 (mon.0) 31 : cluster [INF] Activating manager daemon smithi023.vhqanb 2024-02-19T23:32:55.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:54 smithi023 bash[16423]: cluster 2024-02-19T23:32:54.956696+0000 mon.smithi023 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-19T23:32:55.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:54 smithi023 bash[16423]: cluster 2024-02-19T23:32:54.956988+0000 mon.smithi023 (mon.0) 33 : cluster [DBG] mgrmap e6: smithi023.vhqanb(active, starting, since 0.0150587s) 2024-02-19T23:32:55.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:54 smithi023 bash[16423]: audit 2024-02-19T23:32:54.959652+0000 mon.smithi023 (mon.0) 34 : audit [DBG] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-19T23:32:55.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:54 smithi023 bash[16423]: audit 2024-02-19T23:32:54.961450+0000 mon.smithi023 (mon.0) 35 : audit [DBG] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mgr metadata", "who": "smithi023.vhqanb", "id": "smithi023.vhqanb"}]: dispatch 2024-02-19T23:32:55.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:54 smithi023 bash[16423]: audit 2024-02-19T23:32:54.962877+0000 mon.smithi023 (mon.0) 36 : audit [DBG] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-19T23:32:55.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:54 smithi023 bash[16423]: audit 2024-02-19T23:32:54.963259+0000 mon.smithi023 (mon.0) 37 : audit [DBG] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-19T23:32:55.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:54 smithi023 bash[16423]: audit 2024-02-19T23:32:54.963675+0000 mon.smithi023 (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-19T23:32:55.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:54 smithi023 bash[16423]: cluster 2024-02-19T23:32:54.968625+0000 mon.smithi023 (mon.0) 39 : cluster [INF] Manager daemon smithi023.vhqanb is now available 2024-02-19T23:32:55.978 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2024-02-19T23:32:55.978 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-02-19T23:32:55.979 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "initialized": true 2024-02-19T23:32:55.979 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2024-02-19T23:32:56.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:55 smithi023 bash[16423]: cephadm 2024-02-19T23:32:54.987266+0000 mgr.smithi023.vhqanb (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-02-19T23:32:56.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:55 smithi023 bash[16423]: audit 2024-02-19T23:32:54.993395+0000 mon.smithi023 (mon.0) 40 : audit [INF] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' 2024-02-19T23:32:56.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:55 smithi023 bash[16423]: audit 2024-02-19T23:32:55.122737+0000 mon.smithi023 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' 2024-02-19T23:32:56.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:55 smithi023 bash[16423]: audit 2024-02-19T23:32:55.124894+0000 mon.smithi023 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:32:56.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:55 smithi023 bash[16423]: audit 2024-02-19T23:32:55.127605+0000 mon.smithi023 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:32:56.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:55 smithi023 bash[16423]: audit 2024-02-19T23:32:55.131313+0000 mon.smithi023 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:32:56.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:55 smithi023 bash[16423]: audit 2024-02-19T23:32:55.158047+0000 mon.smithi023 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.vhqanb/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:32:56.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:55 smithi023 bash[16423]: audit 2024-02-19T23:32:55.162691+0000 mon.smithi023 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.vhqanb/trash_purge_schedule"}]: dispatch 2024-02-19T23:32:56.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:55 smithi023 bash[16423]: cluster 2024-02-19T23:32:55.956568+0000 mon.smithi023 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi023.vhqanb(active, since 1.01463s) 2024-02-19T23:32:56.572 INFO:teuthology.orchestra.run.smithi023.stderr:mgr epoch 5 is available 2024-02-19T23:32:56.572 INFO:teuthology.orchestra.run.smithi023.stderr:Setting orchestrator backend to cephadm... 2024-02-19T23:32:57.326 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:57 smithi023 bash[16423]: audit 2024-02-19T23:32:55.956173+0000 mgr.smithi023.vhqanb (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-19T23:32:57.326 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:57 smithi023 bash[16423]: audit 2024-02-19T23:32:55.974729+0000 mgr.smithi023.vhqanb (mgr.14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-19T23:32:58.240 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:58 smithi023 bash[16423]: cluster 2024-02-19T23:32:57.002572+0000 mon.smithi023 (mon.0) 48 : cluster [DBG] mgrmap e8: smithi023.vhqanb(active, since 2s) 2024-02-19T23:32:58.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:58 smithi023 bash[16423]: audit 2024-02-19T23:32:57.936235+0000 mon.smithi023 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' 2024-02-19T23:32:58.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:58 smithi023 bash[16423]: audit 2024-02-19T23:32:57.963320+0000 mon.smithi023 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:32:59.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:32:59 smithi023 bash[16423]: audit 2024-02-19T23:32:57.926964+0000 mgr.smithi023.vhqanb (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:32:59.813 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: value unchanged 2024-02-19T23:33:00.358 INFO:teuthology.orchestra.run.smithi023.stderr:Generating ssh key... 2024-02-19T23:33:00.740 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:00 smithi023 bash[16423]: audit 2024-02-19T23:32:59.810452+0000 mgr.smithi023.vhqanb (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:33:03.350 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:03 smithi023 bash[16423]: audit 2024-02-19T23:33:01.779559+0000 mgr.smithi023.vhqanb (mgr.14116) 6 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:33:03.350 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:03 smithi023 bash[16423]: cephadm 2024-02-19T23:33:01.779956+0000 mgr.smithi023.vhqanb (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-02-19T23:33:03.350 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:03 smithi023 bash[16423]: audit 2024-02-19T23:33:02.042308+0000 mon.smithi023 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' 2024-02-19T23:33:03.350 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:03 smithi023 bash[16423]: audit 2024-02-19T23:33:02.053075+0000 mon.smithi023 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' 2024-02-19T23:33:03.932 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC66aW9Ha8y1iqgQPAwk4AQigchnYLSK9tZsHD/D88RPE+qfhz/g2N3tgNsH/C/d4gQWq3Yz7wGiXfoGvjM6ohInYGdEoMxAHtKTRRqKQ71f4/pQAzH71zKMeDXBtYiNTID0su9QIdh8v3PlIP5w5m7cwomfWbHi5eo5qI0++8O60sqT4w0Y/TvSedNMcBKIkpeBj+iaBUWUrQvvfYqQnhFn5Fm+i9MtWnsZhWSAkEv/rp4M+I36TD/PMjYh8N/ud3ulu9Kx2wBbJAl275SJSYj3ENbSbovJEdezCMgPPlmVgTATZjiPub3kjcV68dZJ1kJI300pYWAAqDDAZpvInEgBlQ6BdMlgPwI/zABcubkUu+oCz0hVQLI3cpZ9w2tT6eVVSy9p2NIT9hGPSoG0folO/QrgNsk4kHmyw2e9xiup3LFnikFM1fAJajJaoNxWuQQ9jW2hcuJufEKUiX3J3kazCcipoHguZDvp1iny/vYm8zmaQiixY7lS1eOwqulsJ8= ceph-ad14672a-cf7e-11ee-95bb-87774f69a715 2024-02-19T23:33:04.470 INFO:teuthology.orchestra.run.smithi023.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-02-19T23:33:04.470 INFO:teuthology.orchestra.run.smithi023.stderr:Adding key to root@localhost authorized_keys... 2024-02-19T23:33:04.470 INFO:teuthology.orchestra.run.smithi023.stderr:Adding host smithi023... 2024-02-19T23:33:04.740 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:04 smithi023 bash[16423]: audit 2024-02-19T23:33:03.928723+0000 mgr.smithi023.vhqanb (mgr.14116) 8 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:33:06.740 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:06 smithi023 bash[16423]: audit 2024-02-19T23:33:06.070622+0000 mgr.smithi023.vhqanb (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi023", "addr": "172.21.15.23", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:33:06.913 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Added host 'smithi023' with addr '172.21.15.23' 2024-02-19T23:33:07.678 INFO:teuthology.orchestra.run.smithi023.stderr:Deploying mon service with default placement... 2024-02-19T23:33:08.240 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:07 smithi023 bash[16423]: audit 2024-02-19T23:33:06.909109+0000 mon.smithi023 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' 2024-02-19T23:33:08.240 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:07 smithi023 bash[16423]: cephadm 2024-02-19T23:33:06.909852+0000 mgr.smithi023.vhqanb (mgr.14116) 10 : cephadm [INF] Added host smithi023 2024-02-19T23:33:08.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:07 smithi023 bash[16423]: audit 2024-02-19T23:33:06.953632+0000 mon.smithi023 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:33:09.592 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Scheduled mon update... 2024-02-19T23:33:10.222 INFO:teuthology.orchestra.run.smithi023.stderr:Deploying mgr service with default placement... 2024-02-19T23:33:10.877 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:10 smithi023 bash[16423]: audit 2024-02-19T23:33:09.578676+0000 mgr.smithi023.vhqanb (mgr.14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:33:10.877 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:10 smithi023 bash[16423]: cephadm 2024-02-19T23:33:09.580634+0000 mgr.smithi023.vhqanb (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-02-19T23:33:10.878 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:10 smithi023 bash[16423]: audit 2024-02-19T23:33:09.589208+0000 mon.smithi023 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' 2024-02-19T23:33:10.878 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:10 smithi023 bash[16423]: audit 2024-02-19T23:33:09.805980+0000 mon.smithi023 (mon.0) 56 : audit [INF] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' 2024-02-19T23:33:10.878 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:10 smithi023 bash[16423]: audit 2024-02-19T23:33:10.114499+0000 mon.smithi023 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' 2024-02-19T23:33:11.581 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-02-19T23:33:12.104 INFO:teuthology.orchestra.run.smithi023.stderr:Deploying crash service with default placement... 2024-02-19T23:33:12.886 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:12 smithi023 bash[16423]: audit 2024-02-19T23:33:11.567534+0000 mgr.smithi023.vhqanb (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:33:12.886 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:12 smithi023 bash[16423]: cephadm 2024-02-19T23:33:11.568606+0000 mgr.smithi023.vhqanb (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-02-19T23:33:12.886 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:12 smithi023 bash[16423]: audit 2024-02-19T23:33:11.577887+0000 mon.smithi023 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' 2024-02-19T23:33:13.524 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Scheduled crash update... 2024-02-19T23:33:14.042 INFO:teuthology.orchestra.run.smithi023.stderr:Deploying prometheus service with default placement... 2024-02-19T23:33:14.806 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:14 smithi023 bash[16423]: audit 2024-02-19T23:33:13.509855+0000 mgr.smithi023.vhqanb (mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:33:14.806 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:14 smithi023 bash[16423]: cephadm 2024-02-19T23:33:13.511342+0000 mgr.smithi023.vhqanb (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-02-19T23:33:14.806 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:14 smithi023 bash[16423]: audit 2024-02-19T23:33:13.520686+0000 mon.smithi023 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' 2024-02-19T23:33:15.437 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-02-19T23:33:16.057 INFO:teuthology.orchestra.run.smithi023.stderr:Deploying grafana service with default placement... 2024-02-19T23:33:16.740 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:16 smithi023 bash[16423]: cluster 2024-02-19T23:33:14.964527+0000 mgr.smithi023.vhqanb (mgr.14116) 17 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:33:16.740 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:16 smithi023 bash[16423]: audit 2024-02-19T23:33:15.269214+0000 mon.smithi023 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' 2024-02-19T23:33:16.740 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:16 smithi023 bash[16423]: audit 2024-02-19T23:33:15.433911+0000 mon.smithi023 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' 2024-02-19T23:33:17.559 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-02-19T23:33:17.623 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:17 smithi023 bash[16423]: audit 2024-02-19T23:33:15.425221+0000 mgr.smithi023.vhqanb (mgr.14116) 18 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:33:17.623 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:17 smithi023 bash[16423]: cephadm 2024-02-19T23:33:15.426340+0000 mgr.smithi023.vhqanb (mgr.14116) 19 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-02-19T23:33:18.105 INFO:teuthology.orchestra.run.smithi023.stderr:Deploying node-exporter service with default placement... 2024-02-19T23:33:18.740 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:18 smithi023 bash[16423]: cluster 2024-02-19T23:33:16.964995+0000 mgr.smithi023.vhqanb (mgr.14116) 20 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:33:18.740 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:18 smithi023 bash[16423]: audit 2024-02-19T23:33:17.556312+0000 mon.smithi023 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' 2024-02-19T23:33:19.675 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-02-19T23:33:19.740 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:19 smithi023 bash[16423]: audit 2024-02-19T23:33:17.545183+0000 mgr.smithi023.vhqanb (mgr.14116) 21 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:33:19.740 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:19 smithi023 bash[16423]: cephadm 2024-02-19T23:33:17.546425+0000 mgr.smithi023.vhqanb (mgr.14116) 22 : cephadm [INF] Saving service grafana spec with placement count:1 2024-02-19T23:33:20.210 INFO:teuthology.orchestra.run.smithi023.stderr:Deploying alertmanager service with default placement... 2024-02-19T23:33:20.740 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:20 smithi023 bash[16423]: cluster 2024-02-19T23:33:18.965354+0000 mgr.smithi023.vhqanb (mgr.14116) 23 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:33:20.740 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:20 smithi023 bash[16423]: audit 2024-02-19T23:33:19.671868+0000 mon.smithi023 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' 2024-02-19T23:33:21.727 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-02-19T23:33:21.740 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:21 smithi023 bash[16423]: audit 2024-02-19T23:33:19.659520+0000 mgr.smithi023.vhqanb (mgr.14116) 24 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:33:21.740 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:21 smithi023 bash[16423]: cephadm 2024-02-19T23:33:19.661719+0000 mgr.smithi023.vhqanb (mgr.14116) 25 : cephadm [INF] Saving service node-exporter spec with placement * 2024-02-19T23:33:22.730 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:22 smithi023 bash[16423]: cluster 2024-02-19T23:33:20.965796+0000 mgr.smithi023.vhqanb (mgr.14116) 26 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:33:22.731 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:22 smithi023 bash[16423]: audit 2024-02-19T23:33:21.724347+0000 mon.smithi023 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.23:0/2576546988' entity='mgr.smithi023.vhqanb' 2024-02-19T23:33:23.642 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:23 smithi023 bash[16423]: audit 2024-02-19T23:33:21.711803+0000 mgr.smithi023.vhqanb (mgr.14116) 27 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:33:23.642 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:23 smithi023 bash[16423]: cephadm 2024-02-19T23:33:21.713418+0000 mgr.smithi023.vhqanb (mgr.14116) 28 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-02-19T23:33:24.740 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:24 smithi023 bash[16423]: cluster 2024-02-19T23:33:22.966283+0000 mgr.smithi023.vhqanb (mgr.14116) 29 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:33:24.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:24 smithi023 bash[16423]: audit 2024-02-19T23:33:24.220935+0000 mon.smithi023 (mon.0) 65 : audit [INF] from='client.? 172.21.15.23:0/3820931087' entity='client.admin' 2024-02-19T23:33:26.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:26 smithi023 bash[16423]: cluster 2024-02-19T23:33:24.966738+0000 mgr.smithi023.vhqanb (mgr.14116) 30 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:33:26.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:26 smithi023 bash[16423]: audit 2024-02-19T23:33:26.171699+0000 mon.smithi023 (mon.0) 66 : audit [INF] from='client.? 172.21.15.23:0/892610794' entity='client.admin' 2024-02-19T23:33:26.733 INFO:teuthology.orchestra.run.smithi023.stderr:Enabling the dashboard module... 2024-02-19T23:33:28.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:28 smithi023 bash[16423]: cluster 2024-02-19T23:33:26.967209+0000 mgr.smithi023.vhqanb (mgr.14116) 31 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:33:28.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:28 smithi023 bash[16423]: audit 2024-02-19T23:33:28.208296+0000 mon.smithi023 (mon.0) 67 : audit [INF] from='client.? 172.21.15.23:0/2446206474' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-19T23:33:29.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:29 smithi023 bash[16423]: audit 2024-02-19T23:33:28.335223+0000 mon.smithi023 (mon.0) 68 : audit [INF] from='client.? 172.21.15.23:0/2446206474' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-19T23:33:29.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:29 smithi023 bash[16423]: cluster 2024-02-19T23:33:28.335370+0000 mon.smithi023 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi023.vhqanb(active, since 33s) 2024-02-19T23:33:30.396 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2024-02-19T23:33:30.396 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "epoch": 9, 2024-02-19T23:33:30.396 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "available": true, 2024-02-19T23:33:30.396 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "active_name": "smithi023.vhqanb", 2024-02-19T23:33:30.396 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "num_standby": 0 2024-02-19T23:33:30.396 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2024-02-19T23:33:30.740 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:30 smithi023 bash[16423]: audit 2024-02-19T23:33:30.391107+0000 mon.smithi023 (mon.0) 70 : audit [DBG] from='client.? 172.21.15.23:0/4204718142' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-02-19T23:33:30.978 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for the mgr to restart... 2024-02-19T23:33:30.979 INFO:teuthology.orchestra.run.smithi023.stderr:Waiting for mgr epoch 9... 2024-02-19T23:33:35.222 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:34 smithi023 bash[16423]: cluster 2024-02-19T23:33:34.945542+0000 mon.smithi023 (mon.0) 71 : cluster [INF] Active manager daemon smithi023.vhqanb restarted 2024-02-19T23:33:35.222 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:34 smithi023 bash[16423]: cluster 2024-02-19T23:33:34.946009+0000 mon.smithi023 (mon.0) 72 : cluster [INF] Activating manager daemon smithi023.vhqanb 2024-02-19T23:33:35.222 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:34 smithi023 bash[16423]: cluster 2024-02-19T23:33:34.953037+0000 mon.smithi023 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-19T23:33:35.222 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:34 smithi023 bash[16423]: cluster 2024-02-19T23:33:34.953209+0000 mon.smithi023 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi023.vhqanb(active, starting, since 0.00737675s) 2024-02-19T23:33:35.222 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:34 smithi023 bash[16423]: audit 2024-02-19T23:33:34.955961+0000 mon.smithi023 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-19T23:33:35.223 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:34 smithi023 bash[16423]: audit 2024-02-19T23:33:34.957907+0000 mon.smithi023 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mgr metadata", "who": "smithi023.vhqanb", "id": "smithi023.vhqanb"}]: dispatch 2024-02-19T23:33:35.223 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:34 smithi023 bash[16423]: audit 2024-02-19T23:33:34.959143+0000 mon.smithi023 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-19T23:33:35.223 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:34 smithi023 bash[16423]: audit 2024-02-19T23:33:34.959558+0000 mon.smithi023 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-19T23:33:35.223 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:34 smithi023 bash[16423]: audit 2024-02-19T23:33:34.960014+0000 mon.smithi023 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-19T23:33:35.223 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:34 smithi023 bash[16423]: cluster 2024-02-19T23:33:34.965694+0000 mon.smithi023 (mon.0) 80 : cluster [INF] Manager daemon smithi023.vhqanb is now available 2024-02-19T23:33:35.979 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: { 2024-02-19T23:33:35.979 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-02-19T23:33:35.979 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: "initialized": true 2024-02-19T23:33:35.979 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: } 2024-02-19T23:33:36.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:36 smithi023 bash[16423]: audit 2024-02-19T23:33:35.106706+0000 mon.smithi023 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:33:36.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:36 smithi023 bash[16423]: audit 2024-02-19T23:33:35.113438+0000 mon.smithi023 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:33:36.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:36 smithi023 bash[16423]: audit 2024-02-19T23:33:35.163645+0000 mon.smithi023 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.vhqanb/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:33:36.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:36 smithi023 bash[16423]: audit 2024-02-19T23:33:35.168141+0000 mon.smithi023 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.vhqanb/trash_purge_schedule"}]: dispatch 2024-02-19T23:33:36.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:36 smithi023 bash[16423]: cluster 2024-02-19T23:33:35.958529+0000 mon.smithi023 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi023.vhqanb(active, since 1.01268s) 2024-02-19T23:33:36.624 INFO:teuthology.orchestra.run.smithi023.stderr:mgr epoch 9 is available 2024-02-19T23:33:36.624 INFO:teuthology.orchestra.run.smithi023.stderr:Generating a dashboard self-signed certificate... 2024-02-19T23:33:37.333 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:37 smithi023 bash[16423]: audit 2024-02-19T23:33:35.957808+0000 mgr.smithi023.vhqanb (mgr.14156) 1 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-02-19T23:33:37.333 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:37 smithi023 bash[16423]: audit 2024-02-19T23:33:35.975965+0000 mgr.smithi023.vhqanb (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-02-19T23:33:38.054 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: Self-signed certificate created 2024-02-19T23:33:38.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:38 smithi023 bash[16423]: cluster 2024-02-19T23:33:37.006923+0000 mon.smithi023 (mon.0) 86 : cluster [DBG] mgrmap e12: smithi023.vhqanb(active, since 2s) 2024-02-19T23:33:38.649 INFO:teuthology.orchestra.run.smithi023.stderr:Creating initial admin user... 2024-02-19T23:33:39.391 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:39 smithi023 bash[16423]: audit 2024-02-19T23:33:37.999460+0000 mgr.smithi023.vhqanb (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:33:39.391 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:39 smithi023 bash[16423]: audit 2024-02-19T23:33:38.046690+0000 mon.smithi023 (mon.0) 87 : audit [INF] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' 2024-02-19T23:33:39.391 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:39 smithi023 bash[16423]: audit 2024-02-19T23:33:38.050820+0000 mon.smithi023 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' 2024-02-19T23:33:40.355 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$b9kdhKiCk7BmY.oWqBLDD.xZ9HNgokikRBK4ucnhrpnmGK6kZ6tN6", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1708385620, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-19T23:33:40.880 INFO:teuthology.orchestra.run.smithi023.stderr:Fetching dashboard port number... 2024-02-19T23:33:41.677 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:41 smithi023 bash[16423]: audit 2024-02-19T23:33:40.106610+0000 mgr.smithi023.vhqanb (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:33:41.678 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:41 smithi023 bash[16423]: audit 2024-02-19T23:33:40.352607+0000 mon.smithi023 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' 2024-02-19T23:33:42.267 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: 8443 2024-02-19T23:33:42.740 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:42 smithi023 bash[16423]: cluster 2024-02-19T23:33:41.361747+0000 mon.smithi023 (mon.0) 90 : cluster [DBG] mgrmap e13: smithi023.vhqanb(active, since 6s) 2024-02-19T23:33:42.740 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:42 smithi023 bash[16423]: audit 2024-02-19T23:33:41.983138+0000 mon.smithi023 (mon.0) 91 : audit [INF] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' 2024-02-19T23:33:42.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:42 smithi023 bash[16423]: audit 2024-02-19T23:33:42.263873+0000 mon.smithi023 (mon.0) 92 : audit [DBG] from='client.? 172.21.15.23:0/3019125251' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-19T23:33:42.853 INFO:teuthology.orchestra.run.smithi023.stderr:firewalld does not appear to be present 2024-02-19T23:33:42.853 INFO:teuthology.orchestra.run.smithi023.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-02-19T23:33:42.857 INFO:teuthology.orchestra.run.smithi023.stderr:Ceph Dashboard is now available at: 2024-02-19T23:33:42.857 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-02-19T23:33:42.858 INFO:teuthology.orchestra.run.smithi023.stderr: URL: https://smithi023.front.sepia.ceph.com:8443/ 2024-02-19T23:33:42.858 INFO:teuthology.orchestra.run.smithi023.stderr: User: admin 2024-02-19T23:33:42.858 INFO:teuthology.orchestra.run.smithi023.stderr: Password: 06vmznhy5d 2024-02-19T23:33:42.858 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-02-19T23:33:42.858 INFO:teuthology.orchestra.run.smithi023.stderr:Enabling autotune for osd_memory_target 2024-02-19T23:33:46.277 INFO:teuthology.orchestra.run.smithi023.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-02-19T23:33:46.756 INFO:teuthology.orchestra.run.smithi023.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-02-19T23:33:46.756 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-02-19T23:33:46.756 INFO:teuthology.orchestra.run.smithi023.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-19T23:33:46.757 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-02-19T23:33:46.757 INFO:teuthology.orchestra.run.smithi023.stderr:Or, if you are only running a single cluster on this host: 2024-02-19T23:33:46.757 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-02-19T23:33:46.757 INFO:teuthology.orchestra.run.smithi023.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-02-19T23:33:46.757 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-02-19T23:33:46.757 INFO:teuthology.orchestra.run.smithi023.stderr:Please consider enabling telemetry to help improve Ceph: 2024-02-19T23:33:46.757 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-02-19T23:33:46.757 INFO:teuthology.orchestra.run.smithi023.stderr: ceph telemetry on 2024-02-19T23:33:46.757 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-02-19T23:33:46.757 INFO:teuthology.orchestra.run.smithi023.stderr:For more information see: 2024-02-19T23:33:46.757 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-02-19T23:33:46.757 INFO:teuthology.orchestra.run.smithi023.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-02-19T23:33:46.757 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-02-19T23:33:46.757 INFO:teuthology.orchestra.run.smithi023.stderr:Bootstrap complete. 2024-02-19T23:33:46.797 INFO:tasks.cephadm:Fetching config... 2024-02-19T23:33:46.797 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-02-19T23:33:46.797 DEBUG:teuthology.orchestra.run.smithi023:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-19T23:33:46.802 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-19T23:33:46.802 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-02-19T23:33:46.802 DEBUG:teuthology.orchestra.run.smithi023:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-19T23:33:46.850 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-19T23:33:46.851 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-02-19T23:33:46.851 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/mon.smithi023/keyring of=/dev/stdout 2024-02-19T23:33:46.907 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-19T23:33:46.908 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-02-19T23:33:46.908 DEBUG:teuthology.orchestra.run.smithi023:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-19T23:33:46.955 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-19T23:33:46.955 DEBUG:teuthology.orchestra.run.smithi023:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC66aW9Ha8y1iqgQPAwk4AQigchnYLSK9tZsHD/D88RPE+qfhz/g2N3tgNsH/C/d4gQWq3Yz7wGiXfoGvjM6ohInYGdEoMxAHtKTRRqKQ71f4/pQAzH71zKMeDXBtYiNTID0su9QIdh8v3PlIP5w5m7cwomfWbHi5eo5qI0++8O60sqT4w0Y/TvSedNMcBKIkpeBj+iaBUWUrQvvfYqQnhFn5Fm+i9MtWnsZhWSAkEv/rp4M+I36TD/PMjYh8N/ud3ulu9Kx2wBbJAl275SJSYj3ENbSbovJEdezCMgPPlmVgTATZjiPub3kjcV68dZJ1kJI300pYWAAqDDAZpvInEgBlQ6BdMlgPwI/zABcubkUu+oCz0hVQLI3cpZ9w2tT6eVVSy9p2NIT9hGPSoG0folO/QrgNsk4kHmyw2e9xiup3LFnikFM1fAJajJaoNxWuQQ9jW2hcuJufEKUiX3J3kazCcipoHguZDvp1iny/vYm8zmaQiixY7lS1eOwqulsJ8= ceph-ad14672a-cf7e-11ee-95bb-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-19T23:33:47.021 INFO:teuthology.orchestra.run.smithi023.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC66aW9Ha8y1iqgQPAwk4AQigchnYLSK9tZsHD/D88RPE+qfhz/g2N3tgNsH/C/d4gQWq3Yz7wGiXfoGvjM6ohInYGdEoMxAHtKTRRqKQ71f4/pQAzH71zKMeDXBtYiNTID0su9QIdh8v3PlIP5w5m7cwomfWbHi5eo5qI0++8O60sqT4w0Y/TvSedNMcBKIkpeBj+iaBUWUrQvvfYqQnhFn5Fm+i9MtWnsZhWSAkEv/rp4M+I36TD/PMjYh8N/ud3ulu9Kx2wBbJAl275SJSYj3ENbSbovJEdezCMgPPlmVgTATZjiPub3kjcV68dZJ1kJI300pYWAAqDDAZpvInEgBlQ6BdMlgPwI/zABcubkUu+oCz0hVQLI3cpZ9w2tT6eVVSy9p2NIT9hGPSoG0folO/QrgNsk4kHmyw2e9xiup3LFnikFM1fAJajJaoNxWuQQ9jW2hcuJufEKUiX3J3kazCcipoHguZDvp1iny/vYm8zmaQiixY7lS1eOwqulsJ8= ceph-ad14672a-cf7e-11ee-95bb-87774f69a715 2024-02-19T23:33:47.032 DEBUG:teuthology.orchestra.run.smithi184:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC66aW9Ha8y1iqgQPAwk4AQigchnYLSK9tZsHD/D88RPE+qfhz/g2N3tgNsH/C/d4gQWq3Yz7wGiXfoGvjM6ohInYGdEoMxAHtKTRRqKQ71f4/pQAzH71zKMeDXBtYiNTID0su9QIdh8v3PlIP5w5m7cwomfWbHi5eo5qI0++8O60sqT4w0Y/TvSedNMcBKIkpeBj+iaBUWUrQvvfYqQnhFn5Fm+i9MtWnsZhWSAkEv/rp4M+I36TD/PMjYh8N/ud3ulu9Kx2wBbJAl275SJSYj3ENbSbovJEdezCMgPPlmVgTATZjiPub3kjcV68dZJ1kJI300pYWAAqDDAZpvInEgBlQ6BdMlgPwI/zABcubkUu+oCz0hVQLI3cpZ9w2tT6eVVSy9p2NIT9hGPSoG0folO/QrgNsk4kHmyw2e9xiup3LFnikFM1fAJajJaoNxWuQQ9jW2hcuJufEKUiX3J3kazCcipoHguZDvp1iny/vYm8zmaQiixY7lS1eOwqulsJ8= ceph-ad14672a-cf7e-11ee-95bb-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-19T23:33:47.053 INFO:teuthology.orchestra.run.smithi184.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC66aW9Ha8y1iqgQPAwk4AQigchnYLSK9tZsHD/D88RPE+qfhz/g2N3tgNsH/C/d4gQWq3Yz7wGiXfoGvjM6ohInYGdEoMxAHtKTRRqKQ71f4/pQAzH71zKMeDXBtYiNTID0su9QIdh8v3PlIP5w5m7cwomfWbHi5eo5qI0++8O60sqT4w0Y/TvSedNMcBKIkpeBj+iaBUWUrQvvfYqQnhFn5Fm+i9MtWnsZhWSAkEv/rp4M+I36TD/PMjYh8N/ud3ulu9Kx2wBbJAl275SJSYj3ENbSbovJEdezCMgPPlmVgTATZjiPub3kjcV68dZJ1kJI300pYWAAqDDAZpvInEgBlQ6BdMlgPwI/zABcubkUu+oCz0hVQLI3cpZ9w2tT6eVVSy9p2NIT9hGPSoG0folO/QrgNsk4kHmyw2e9xiup3LFnikFM1fAJajJaoNxWuQQ9jW2hcuJufEKUiX3J3kazCcipoHguZDvp1iny/vYm8zmaQiixY7lS1eOwqulsJ8= ceph-ad14672a-cf7e-11ee-95bb-87774f69a715 2024-02-19T23:33:47.063 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-02-19T23:33:47.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:47 smithi023 bash[16423]: audit 2024-02-19T23:33:46.271224+0000 mon.smithi023 (mon.0) 93 : audit [INF] from='client.? 172.21.15.23:0/3815297462' entity='client.admin' 2024-02-19T23:33:52.229 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-02-19T23:33:52.229 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-02-19T23:33:52.990 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:52 smithi023 bash[16423]: audit 2024-02-19T23:33:51.589647+0000 mon.smithi023 (mon.0) 94 : audit [INF] from='client.? 172.21.15.23:0/2484978089' entity='client.admin' 2024-02-19T23:33:55.990 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:55 smithi023 bash[16423]: audit 2024-02-19T23:33:54.679739+0000 mon.smithi023 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' 2024-02-19T23:33:55.990 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:55 smithi023 bash[16423]: audit 2024-02-19T23:33:55.013455+0000 mon.smithi023 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd/host:smithi023", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:33:55.990 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:55 smithi023 bash[16423]: audit 2024-02-19T23:33:55.019962+0000 mon.smithi023 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' 2024-02-19T23:33:55.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:55 smithi023 bash[16423]: cephadm 2024-02-19T23:33:55.036664+0000 mgr.smithi023.vhqanb (mgr.14156) 6 : cephadm [INF] Deploying daemon alertmanager.smithi023 on smithi023 2024-02-19T23:33:55.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:55 smithi023 bash[16423]: audit 2024-02-19T23:33:55.475223+0000 mon.smithi023 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' 2024-02-19T23:33:56.220 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi184 2024-02-19T23:33:56.220 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-02-19T23:33:56.220 DEBUG:teuthology.orchestra.run.smithi184:> dd of=/etc/ceph/ceph.conf 2024-02-19T23:33:56.227 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-02-19T23:33:56.227 DEBUG:teuthology.orchestra.run.smithi184:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-19T23:33:56.274 INFO:tasks.cephadm:Adding host smithi184 to orchestrator... 2024-02-19T23:33:56.274 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch host add smithi184 2024-02-19T23:33:56.990 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:56 smithi023 bash[16423]: audit 2024-02-19T23:33:55.468795+0000 mgr.smithi023.vhqanb (mgr.14156) 7 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:33:57.990 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:33:57 smithi023 bash[16423]: cluster 2024-02-19T23:33:56.960808+0000 mgr.smithi023.vhqanb (mgr.14156) 8 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:34:00.349 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:00 smithi023 bash[16423]: cluster 2024-02-19T23:33:58.961258+0000 mgr.smithi023.vhqanb (mgr.14156) 9 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:34:02.240 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:02 smithi023 bash[16423]: cluster 2024-02-19T23:34:00.961728+0000 mgr.smithi023.vhqanb (mgr.14156) 10 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:34:03.990 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:03 smithi023 bash[16423]: audit 2024-02-19T23:34:02.738564+0000 mon.smithi023 (mon.0) 99 : audit [INF] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:03.990 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:03 smithi023 bash[16423]: audit 2024-02-19T23:34:02.742414+0000 mon.smithi023 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi023", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-19T23:34:03.990 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:03 smithi023 bash[16423]: audit 2024-02-19T23:34:02.750271+0000 mon.smithi023 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi023", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-19T23:34:03.990 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:03 smithi023 bash[16423]: audit 2024-02-19T23:34:02.751711+0000 mon.smithi023 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:34:03.990 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:03 smithi023 bash[16423]: cephadm 2024-02-19T23:34:02.752910+0000 mgr.smithi023.vhqanb (mgr.14156) 11 : cephadm [INF] Deploying daemon crash.smithi023 on smithi023 2024-02-19T23:34:03.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:03 smithi023 bash[16423]: cluster 2024-02-19T23:34:02.962212+0000 mgr.smithi023.vhqanb (mgr.14156) 12 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:34:06.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:06 smithi023 bash[16423]: cluster 2024-02-19T23:34:04.962591+0000 mgr.smithi023.vhqanb (mgr.14156) 13 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:34:06.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:06 smithi023 bash[16423]: audit 2024-02-19T23:34:05.149290+0000 mon.smithi023 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:06.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:06 smithi023 bash[16423]: audit 2024-02-19T23:34:05.168790+0000 mon.smithi023 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:06.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:06 smithi023 bash[16423]: audit 2024-02-19T23:34:05.241048+0000 mon.smithi023 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:06.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:06 smithi023 bash[16423]: audit 2024-02-19T23:34:05.244707+0000 mon.smithi023 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:06.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:06 smithi023 bash[16423]: audit 2024-02-19T23:34:05.246829+0000 mon.smithi023 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-19T23:34:06.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:06 smithi023 bash[16423]: audit 2024-02-19T23:34:05.247703+0000 mgr.smithi023.vhqanb (mgr.14156) 14 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-02-19T23:34:06.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:06 smithi023 bash[16423]: audit 2024-02-19T23:34:05.251388+0000 mon.smithi023 (mon.0) 108 : audit [INF] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:06.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:06 smithi023 bash[16423]: cephadm 2024-02-19T23:34:05.266459+0000 mgr.smithi023.vhqanb (mgr.14156) 15 : cephadm [INF] Deploying daemon grafana.smithi023 on smithi023 2024-02-19T23:34:08.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:08 smithi023 bash[16423]: cluster 2024-02-19T23:34:06.963103+0000 mgr.smithi023.vhqanb (mgr.14156) 16 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:34:10.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:10 smithi023 bash[16423]: cluster 2024-02-19T23:34:08.963580+0000 mgr.smithi023.vhqanb (mgr.14156) 17 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:34:12.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:12 smithi023 bash[16423]: cluster 2024-02-19T23:34:10.963888+0000 mgr.smithi023.vhqanb (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:34:14.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:14 smithi023 bash[16423]: cluster 2024-02-19T23:34:12.964242+0000 mgr.smithi023.vhqanb (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:34:16.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:16 smithi023 bash[16423]: cluster 2024-02-19T23:34:14.964633+0000 mgr.smithi023.vhqanb (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:34:18.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:18 smithi023 bash[16423]: cluster 2024-02-19T23:34:16.965145+0000 mgr.smithi023.vhqanb (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:34:20.400 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:20 smithi023 bash[16423]: cluster 2024-02-19T23:34:18.965573+0000 mgr.smithi023.vhqanb (mgr.14156) 22 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:34:22.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:22 smithi023 bash[16423]: cluster 2024-02-19T23:34:20.966032+0000 mgr.smithi023.vhqanb (mgr.14156) 23 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:34:23.937 INFO:teuthology.orchestra.run.smithi184.stdout:Added host 'smithi184' with addr '172.21.15.184' 2024-02-19T23:34:23.990 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:23 smithi023 bash[16423]: audit 2024-02-19T23:34:22.688087+0000 mon.smithi023 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:23.990 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:23 smithi023 bash[16423]: cephadm 2024-02-19T23:34:22.692954+0000 mgr.smithi023.vhqanb (mgr.14156) 24 : cephadm [INF] Deploying daemon node-exporter.smithi023 on smithi023 2024-02-19T23:34:23.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:23 smithi023 bash[16423]: cluster 2024-02-19T23:34:22.966494+0000 mgr.smithi023.vhqanb (mgr.14156) 25 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:34:23.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:23 smithi023 bash[16423]: audit 2024-02-19T23:34:23.091647+0000 mgr.smithi023.vhqanb (mgr.14156) 26 : audit [DBG] from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi184", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:34:23.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:23 smithi023 bash[16423]: audit 2024-02-19T23:34:23.233146+0000 mon.smithi023 (mon.0) 110 : audit [INF] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:23.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:23 smithi023 bash[16423]: audit 2024-02-19T23:34:23.239028+0000 mon.smithi023 (mon.0) 111 : audit [INF] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-02-19T23:34:24.586 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch host ls --format=json 2024-02-19T23:34:25.109 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:24 smithi023 bash[16423]: audit 2024-02-19T23:34:23.933763+0000 mon.smithi023 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:25.109 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:24 smithi023 bash[16423]: audit 2024-02-19T23:34:24.242218+0000 mon.smithi023 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.23:0/1571147318' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-02-19T23:34:25.110 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:24 smithi023 bash[16423]: cluster 2024-02-19T23:34:24.242404+0000 mon.smithi023 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi023.vhqanb(active, since 49s) 2024-02-19T23:34:30.986 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:30 smithi023 bash[16423]: cluster 2024-02-19T23:34:30.877023+0000 mon.smithi023 (mon.0) 115 : cluster [INF] Active manager daemon smithi023.vhqanb restarted 2024-02-19T23:34:30.986 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:30 smithi023 bash[16423]: cluster 2024-02-19T23:34:30.877255+0000 mon.smithi023 (mon.0) 116 : cluster [INF] Activating manager daemon smithi023.vhqanb 2024-02-19T23:34:30.986 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:30 smithi023 bash[16423]: cluster 2024-02-19T23:34:30.882016+0000 mon.smithi023 (mon.0) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-19T23:34:30.986 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:30 smithi023 bash[16423]: cluster 2024-02-19T23:34:30.882200+0000 mon.smithi023 (mon.0) 118 : cluster [DBG] mgrmap e15: smithi023.vhqanb(active, starting, since 0.00502749s) 2024-02-19T23:34:30.986 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:30 smithi023 bash[16423]: audit 2024-02-19T23:34:30.884680+0000 mon.smithi023 (mon.0) 119 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-19T23:34:30.987 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:30 smithi023 bash[16423]: audit 2024-02-19T23:34:30.886455+0000 mon.smithi023 (mon.0) 120 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mgr metadata", "who": "smithi023.vhqanb", "id": "smithi023.vhqanb"}]: dispatch 2024-02-19T23:34:30.987 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:30 smithi023 bash[16423]: audit 2024-02-19T23:34:30.887799+0000 mon.smithi023 (mon.0) 121 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-19T23:34:30.987 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:30 smithi023 bash[16423]: audit 2024-02-19T23:34:30.888155+0000 mon.smithi023 (mon.0) 122 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-19T23:34:30.987 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:30 smithi023 bash[16423]: audit 2024-02-19T23:34:30.888380+0000 mon.smithi023 (mon.0) 123 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-19T23:34:30.987 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:30 smithi023 bash[16423]: cluster 2024-02-19T23:34:30.891364+0000 mon.smithi023 (mon.0) 124 : cluster [INF] Manager daemon smithi023.vhqanb is now available 2024-02-19T23:34:31.891 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-02-19T23:34:31.891 INFO:teuthology.orchestra.run.smithi184.stdout:[{"addr": "172.21.15.23", "hostname": "smithi023", "labels": [], "status": ""}, {"addr": "172.21.15.184", "hostname": "smithi184", "labels": [], "status": ""}] 2024-02-19T23:34:32.048 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:31 smithi023 bash[16423]: audit 2024-02-19T23:34:31.032994+0000 mon.smithi023 (mon.0) 125 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:34:32.048 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:31 smithi023 bash[16423]: audit 2024-02-19T23:34:31.035126+0000 mon.smithi023 (mon.0) 126 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:34:32.048 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:31 smithi023 bash[16423]: audit 2024-02-19T23:34:31.081288+0000 mon.smithi023 (mon.0) 127 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:32.048 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:31 smithi023 bash[16423]: audit 2024-02-19T23:34:31.097993+0000 mon.smithi023 (mon.0) 128 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.vhqanb/mirror_snapshot_schedule"}]: dispatch 2024-02-19T23:34:32.048 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:31 smithi023 bash[16423]: audit 2024-02-19T23:34:31.101407+0000 mon.smithi023 (mon.0) 129 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi023.vhqanb/trash_purge_schedule"}]: dispatch 2024-02-19T23:34:32.048 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:31 smithi023 bash[16423]: audit 2024-02-19T23:34:31.682627+0000 mon.smithi023 (mon.0) 130 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:32.048 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:31 smithi023 bash[16423]: cluster 2024-02-19T23:34:31.887527+0000 mon.smithi023 (mon.0) 131 : cluster [DBG] mgrmap e16: smithi023.vhqanb(active, since 1.01033s) 2024-02-19T23:34:32.531 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-19T23:34:32.531 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph osd crush tunables default 2024-02-19T23:34:33.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:32 smithi023 bash[16423]: audit 2024-02-19T23:34:31.887342+0000 mgr.smithi023.vhqanb (mgr.14182) 1 : audit [DBG] from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:34:34.106 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:33 smithi023 bash[16423]: cluster 2024-02-19T23:34:32.942226+0000 mon.smithi023 (mon.0) 132 : cluster [DBG] mgrmap e17: smithi023.vhqanb(active, since 2s) 2024-02-19T23:34:34.106 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:33 smithi023 bash[16423]: audit 2024-02-19T23:34:33.520448+0000 mon.smithi023 (mon.0) 133 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:37.053 INFO:teuthology.orchestra.run.smithi023.stderr:adjusted tunables profile to default 2024-02-19T23:34:37.459 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:37 smithi023 bash[16423]: audit 2024-02-19T23:34:36.992331+0000 mon.smithi023 (mon.0) 134 : audit [INF] from='client.? 172.21.15.23:0/4176781705' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-19T23:34:37.459 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:37 smithi023 bash[16423]: audit 2024-02-19T23:34:37.037532+0000 mon.smithi023 (mon.0) 135 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:37.874 INFO:tasks.cephadm:Adding mon.smithi023 on smithi023 2024-02-19T23:34:37.874 INFO:tasks.cephadm:Adding mon.smithi184 on smithi184 2024-02-19T23:34:37.874 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch apply mon '2;smithi023:172.21.15.23=smithi023;smithi184:172.21.15.184=smithi184' 2024-02-19T23:34:38.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:38 smithi023 bash[16423]: audit 2024-02-19T23:34:37.045739+0000 mon.smithi023 (mon.0) 136 : audit [INF] from='client.? 172.21.15.23:0/4176781705' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-19T23:34:38.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:38 smithi023 bash[16423]: cluster 2024-02-19T23:34:37.045849+0000 mon.smithi023 (mon.0) 137 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-19T23:34:38.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:38 smithi023 bash[16423]: audit 2024-02-19T23:34:37.331453+0000 mon.smithi023 (mon.0) 138 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd/host:smithi023", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:34:40.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:40 smithi023 bash[16423]: audit 2024-02-19T23:34:39.373186+0000 mon.smithi023 (mon.0) 139 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:40.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:40 smithi023 bash[16423]: audit 2024-02-19T23:34:39.682973+0000 mon.smithi023 (mon.0) 140 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:40.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:40 smithi023 bash[16423]: audit 2024-02-19T23:34:39.685074+0000 mon.smithi023 (mon.0) 141 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd/host:smithi184", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:34:40.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:40 smithi023 bash[16423]: audit 2024-02-19T23:34:39.686948+0000 mon.smithi023 (mon.0) 142 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:34:40.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:40 smithi023 bash[16423]: audit 2024-02-19T23:34:39.688580+0000 mon.smithi023 (mon.0) 143 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:34:40.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:40 smithi023 bash[16423]: cephadm 2024-02-19T23:34:39.691356+0000 mgr.smithi023.vhqanb (mgr.14182) 2 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2024-02-19T23:34:40.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:40 smithi023 bash[16423]: cephadm 2024-02-19T23:34:39.691881+0000 mgr.smithi023.vhqanb (mgr.14182) 3 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-02-19T23:34:40.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:40 smithi023 bash[16423]: cephadm 2024-02-19T23:34:39.720179+0000 mgr.smithi023.vhqanb (mgr.14182) 4 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.client.admin.keyring 2024-02-19T23:34:40.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:40 smithi023 bash[16423]: audit 2024-02-19T23:34:39.770912+0000 mon.smithi023 (mon.0) 144 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:40.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:40 smithi023 bash[16423]: cephadm 2024-02-19T23:34:39.853994+0000 mgr.smithi023.vhqanb (mgr.14182) 5 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.client.admin.keyring 2024-02-19T23:34:40.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:40 smithi023 bash[16423]: audit 2024-02-19T23:34:39.903115+0000 mon.smithi023 (mon.0) 145 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:40.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:40 smithi023 bash[16423]: audit 2024-02-19T23:34:39.914264+0000 mon.smithi023 (mon.0) 146 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:40.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:40 smithi023 bash[16423]: audit 2024-02-19T23:34:39.917150+0000 mon.smithi023 (mon.0) 147 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi184", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-19T23:34:40.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:40 smithi023 bash[16423]: audit 2024-02-19T23:34:39.925803+0000 mon.smithi023 (mon.0) 148 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi184", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-02-19T23:34:40.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:40 smithi023 bash[16423]: audit 2024-02-19T23:34:39.927079+0000 mon.smithi023 (mon.0) 149 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:34:40.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:40 smithi023 bash[16423]: cephadm 2024-02-19T23:34:39.928237+0000 mgr.smithi023.vhqanb (mgr.14182) 6 : cephadm [INF] Deploying daemon crash.smithi184 on smithi184 2024-02-19T23:34:41.651 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled mon update... 2024-02-19T23:34:42.351 DEBUG:teuthology.orchestra.run.smithi184:mon.smithi184> sudo journalctl -f -n 0 -u ceph-ad14672a-cf7e-11ee-95bb-87774f69a715@mon.smithi184.service 2024-02-19T23:34:42.353 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:34:42.353 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:34:42.596 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:-- Logs begin at Sun 2022-10-16 12:17:23 UTC. -- 2024-02-19T23:34:42.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:42 smithi023 bash[16423]: audit 2024-02-19T23:34:41.632885+0000 mgr.smithi023.vhqanb (mgr.14182) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi023:172.21.15.23=smithi023;smithi184:172.21.15.184=smithi184", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:34:42.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:42 smithi023 bash[16423]: cephadm 2024-02-19T23:34:41.638709+0000 mgr.smithi023.vhqanb (mgr.14182) 8 : cephadm [INF] Saving service mon spec with placement smithi023:172.21.15.23=smithi023;smithi184:172.21.15.184=smithi184;count:2 2024-02-19T23:34:42.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:42 smithi023 bash[16423]: audit 2024-02-19T23:34:41.647441+0000 mon.smithi023 (mon.0) 150 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:42.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:42 smithi023 bash[16423]: audit 2024-02-19T23:34:42.644034+0000 mon.smithi023 (mon.0) 151 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:43.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:43 smithi023 bash[16423]: audit 2024-02-19T23:34:42.649669+0000 mon.smithi023 (mon.0) 152 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi184.fjxveu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-19T23:34:43.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:43 smithi023 bash[16423]: audit 2024-02-19T23:34:42.659499+0000 mon.smithi023 (mon.0) 153 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi184.fjxveu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-19T23:34:43.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:43 smithi023 bash[16423]: audit 2024-02-19T23:34:42.661143+0000 mon.smithi023 (mon.0) 154 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-19T23:34:43.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:43 smithi023 bash[16423]: audit 2024-02-19T23:34:42.663101+0000 mon.smithi023 (mon.0) 155 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:34:43.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:43 smithi023 bash[16423]: cephadm 2024-02-19T23:34:42.664577+0000 mgr.smithi023.vhqanb (mgr.14182) 9 : cephadm [INF] Deploying daemon mgr.smithi184.fjxveu on smithi184 2024-02-19T23:34:46.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:46 smithi023 bash[16423]: audit 2024-02-19T23:34:45.601216+0000 mon.smithi023 (mon.0) 156 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:46.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:46 smithi023 bash[16423]: audit 2024-02-19T23:34:45.606470+0000 mon.smithi023 (mon.0) 157 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-19T23:34:46.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:46 smithi023 bash[16423]: audit 2024-02-19T23:34:45.608237+0000 mon.smithi023 (mon.0) 158 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-19T23:34:46.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:46 smithi023 bash[16423]: audit 2024-02-19T23:34:45.610011+0000 mon.smithi023 (mon.0) 159 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:34:46.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:46 smithi023 bash[16423]: cephadm 2024-02-19T23:34:45.611579+0000 mgr.smithi023.vhqanb (mgr.14182) 10 : cephadm [INF] Deploying daemon mon.smithi184 on smithi184 2024-02-19T23:34:46.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:46 smithi023 bash[16423]: audit 2024-02-19T23:34:46.092752+0000 mon.smithi023 (mon.0) 160 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:47.142 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-02-19T23:34:47.142 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":1,"fsid":"ad14672a-cf7e-11ee-95bb-87774f69a715","modified":"2024-02-19T23:32:22.989364Z","created":"2024-02-19T23:32:22.989364Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-02-19T23:34:47.145 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 1 2024-02-19T23:34:47.990 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:47 smithi023 bash[16423]: audit 2024-02-19T23:34:47.139304+0000 mon.smithi023 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.184:0/2550772062' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:34:48.935 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-19T23:34:48.935 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph mon dump -f json 2024-02-19T23:34:50.435 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:50 smithi184 systemd[1]: Started Ceph mon.smithi184 for ad14672a-cf7e-11ee-95bb-87774f69a715. 2024-02-19T23:34:51.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:51 smithi023 bash[16423]: audit 2024-02-19T23:34:50.409792+0000 mon.smithi023 (mon.0) 162 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:51.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:51 smithi023 bash[16423]: cephadm 2024-02-19T23:34:50.413761+0000 mgr.smithi023.vhqanb (mgr.14182) 11 : cephadm [INF] Deploying daemon node-exporter.smithi184 on smithi184 2024-02-19T23:34:51.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:51 smithi023 bash[16423]: cluster 2024-02-19T23:34:50.889487+0000 mgr.smithi023.vhqanb (mgr.14182) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:34:51.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:51 smithi023 bash[16423]: audit 2024-02-19T23:34:51.015668+0000 mon.smithi023 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:51.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:51 smithi023 bash[16423]: cephadm 2024-02-19T23:34:51.041095+0000 mgr.smithi023.vhqanb (mgr.14182) 13 : cephadm [INF] Deploying daemon prometheus.smithi184 on smithi184 2024-02-19T23:34:51.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:51 smithi023 bash[16423]: audit 2024-02-19T23:34:51.105833+0000 mon.smithi023 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:52.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.620+0000 7fe23851b880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-19T23:34:52.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.620+0000 7fe23851b880 0 ceph version 16.2.14-549-g19854089 (19854089e18d4f65dda2b6cd74e737367c2514bd) pacific (stable), process ceph-mon, pid 7 2024-02-19T23:34:52.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.620+0000 7fe23851b880 0 pidfile_write: ignore empty --pid-file 2024-02-19T23:34:52.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 0 load: jerasure load: lrc load: isa 2024-02-19T23:34:52.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: RocksDB version: 6.8.1 2024-02-19T23:34:52.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-19T23:34:52.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Compile date Feb 19 2024 2024-02-19T23:34:52.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: DB SUMMARY 2024-02-19T23:34:52.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: CURRENT file: CURRENT 2024-02-19T23:34:52.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-19T23:34:52.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-02-19T23:34:52.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi184/store.db dir, Total Num: 0, files: 2024-02-19T23:34:52.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi184/store.db: 000003.log size: 511 ; 2024-02-19T23:34:52.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.error_if_exists: 0 2024-02-19T23:34:52.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.create_if_missing: 0 2024-02-19T23:34:52.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.paranoid_checks: 1 2024-02-19T23:34:52.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.env: 0x561c8133f080 2024-02-19T23:34:52.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.fs: Posix File System 2024-02-19T23:34:52.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.info_log: 0x561c82196560 2024-02-19T23:34:52.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-19T23:34:52.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.statistics: (nil) 2024-02-19T23:34:52.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.use_fsync: 0 2024-02-19T23:34:52.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.max_log_file_size: 0 2024-02-19T23:34:52.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-19T23:34:52.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-19T23:34:52.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-19T23:34:52.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-19T23:34:52.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.allow_fallocate: 1 2024-02-19T23:34:52.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-19T23:34:52.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-19T23:34:52.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.use_direct_reads: 0 2024-02-19T23:34:52.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-19T23:34:52.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-19T23:34:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.db_log_dir: 2024-02-19T23:34:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi184/store.db 2024-02-19T23:34:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-19T23:34:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.max_subcompactions: 1 2024-02-19T23:34:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.max_background_flushes: -1 2024-02-19T23:34:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-19T23:34:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-19T23:34:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-19T23:34:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-19T23:34:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-19T23:34:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-19T23:34:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-19T23:34:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.write_buffer_manager: 0x561c82e08450 2024-02-19T23:34:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-19T23:34:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-19T23:34:52.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-19T23:34:52.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-19T23:34:52.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-19T23:34:52.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-19T23:34:52.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-19T23:34:52.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-19T23:34:52.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-19T23:34:52.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.unordered_write: 0 2024-02-19T23:34:52.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-19T23:34:52.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-19T23:34:52.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-19T23:34:52.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-19T23:34:52.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.row_cache: None 2024-02-19T23:34:52.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.wal_filter: None 2024-02-19T23:34:52.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-19T23:34:52.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-19T23:34:52.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.preserve_deletes: 0 2024-02-19T23:34:52.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.two_write_queues: 0 2024-02-19T23:34:52.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-19T23:34:52.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.atomic_flush: 0 2024-02-19T23:34:52.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-19T23:34:52.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-19T23:34:52.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-19T23:34:52.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.log_readahead_size: 0 2024-02-19T23:34:52.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-19T23:34:52.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.max_background_jobs: 2 2024-02-19T23:34:52.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.max_background_compactions: -1 2024-02-19T23:34:52.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-19T23:34:52.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-19T23:34:52.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-19T23:34:52.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-19T23:34:52.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-19T23:34:52.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-19T23:34:52.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-19T23:34:52.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-19T23:34:52.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.max_open_files: -1 2024-02-19T23:34:52.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-19T23:34:52.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-19T23:34:52.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-19T23:34:52.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-19T23:34:52.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Compression algorithms supported: 2024-02-19T23:34:52.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-19T23:34:52.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: kZSTD supported: 0 2024-02-19T23:34:52.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: kXpressCompression supported: 0 2024-02-19T23:34:52.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-19T23:34:52.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: kLZ4Compression supported: 1 2024-02-19T23:34:52.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: kBZip2Compression supported: 0 2024-02-19T23:34:52.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: kZlibCompression supported: 1 2024-02-19T23:34:52.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: kSnappyCompression supported: 1 2024-02-19T23:34:52.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-19T23:34:52.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi184/store.db/MANIFEST-000001 2024-02-19T23:34:52.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-19T23:34:52.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-19T23:34:52.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.merge_operator: 2024-02-19T23:34:52.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.compaction_filter: None 2024-02-19T23:34:52.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-19T23:34:52.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-19T23:34:52.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-19T23:34:52.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x561c82139d10) 2024-02-19T23:34:52.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: cache_index_and_filter_blocks: 1 2024-02-19T23:34:52.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-19T23:34:52.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-19T23:34:52.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: pin_top_level_index_and_filter: 1 2024-02-19T23:34:52.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: index_type: 0 2024-02-19T23:34:52.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: data_block_index_type: 0 2024-02-19T23:34:52.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: index_shortening: 1 2024-02-19T23:34:52.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: data_block_hash_table_util_ratio: 0.750000 2024-02-19T23:34:52.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: hash_index_allow_collision: 1 2024-02-19T23:34:52.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: checksum: 1 2024-02-19T23:34:52.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: no_block_cache: 0 2024-02-19T23:34:52.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: block_cache: 0x561c82170f10 2024-02-19T23:34:52.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: block_cache_name: BinnedLRUCache 2024-02-19T23:34:52.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: block_cache_options: 2024-02-19T23:34:52.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: capacity : 536870912 2024-02-19T23:34:52.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: num_shard_bits : 4 2024-02-19T23:34:52.768 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: strict_capacity_limit : 0 2024-02-19T23:34:52.768 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: high_pri_pool_ratio: 0.000 2024-02-19T23:34:52.768 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: block_cache_compressed: (nil) 2024-02-19T23:34:52.768 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: persistent_cache: (nil) 2024-02-19T23:34:52.768 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: block_size: 4096 2024-02-19T23:34:52.768 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: block_size_deviation: 10 2024-02-19T23:34:52.768 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: block_restart_interval: 16 2024-02-19T23:34:52.768 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: index_block_restart_interval: 1 2024-02-19T23:34:52.768 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: metadata_block_size: 4096 2024-02-19T23:34:52.768 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: partition_filters: 0 2024-02-19T23:34:52.768 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: use_delta_encoding: 1 2024-02-19T23:34:52.768 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-19T23:34:52.768 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: whole_key_filtering: 1 2024-02-19T23:34:52.768 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: verify_compression: 0 2024-02-19T23:34:52.768 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: read_amp_bytes_per_bit: 0 2024-02-19T23:34:52.769 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: format_version: 2 2024-02-19T23:34:52.769 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: enable_index_compression: 1 2024-02-19T23:34:52.769 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: block_align: 0 2024-02-19T23:34:52.769 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-19T23:34:52.769 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-19T23:34:52.769 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.compression: NoCompression 2024-02-19T23:34:52.769 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-19T23:34:52.769 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-19T23:34:52.769 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-19T23:34:52.769 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.num_levels: 7 2024-02-19T23:34:52.769 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-19T23:34:52.769 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-19T23:34:52.769 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-19T23:34:52.769 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-19T23:34:52.769 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-19T23:34:52.769 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-19T23:34:52.770 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-19T23:34:52.770 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-19T23:34:52.770 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-19T23:34:52.770 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-19T23:34:52.770 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-19T23:34:52.770 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-19T23:34:52.770 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-19T23:34:52.770 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-19T23:34:52.770 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-19T23:34:52.770 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-19T23:34:52.770 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-19T23:34:52.770 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-19T23:34:52.770 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-19T23:34:52.770 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-19T23:34:52.770 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-19T23:34:52.770 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-19T23:34:52.770 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-19T23:34:52.771 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-19T23:34:52.771 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-19T23:34:52.771 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-19T23:34:52.771 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-19T23:34:52.771 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-19T23:34:52.771 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-19T23:34:52.771 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-19T23:34:52.771 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-19T23:34:52.771 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-19T23:34:52.771 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-19T23:34:52.771 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-19T23:34:52.771 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-19T23:34:52.771 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-19T23:34:52.771 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-19T23:34:52.771 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-19T23:34:52.771 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-19T23:34:52.772 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-19T23:34:52.772 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-19T23:34:52.772 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-19T23:34:52.772 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-19T23:34:52.772 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-19T23:34:52.772 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-19T23:34:52.772 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-19T23:34:52.772 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-19T23:34:52.772 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.table_properties_collectors: 2024-02-19T23:34:52.772 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.inplace_update_support: 0 2024-02-19T23:34:52.772 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-19T23:34:52.772 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-19T23:34:52.772 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-19T23:34:52.772 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-19T23:34:52.772 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.bloom_locality: 0 2024-02-19T23:34:52.772 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.max_successive_merges: 0 2024-02-19T23:34:52.773 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-19T23:34:52.773 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-19T23:34:52.773 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-19T23:34:52.773 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-19T23:34:52.773 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.ttl: 2592000 2024-02-19T23:34:52.774 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.624+0000 7fe23851b880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-19T23:34:52.774 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.628+0000 7fe23851b880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi184/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-19T23:34:52.774 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.628+0000 7fe23851b880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-02-19T23:34:52.774 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.628+0000 7fe23851b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708385692631525, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-02-19T23:34:52.774 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.628+0000 7fe23851b880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-02-19T23:34:52.774 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.628+0000 7fe23851b880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-02-19T23:34:52.774 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.632+0000 7fe23851b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708385692632558, "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": 1708385692, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-19T23:34:52.774 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.632+0000 7fe23851b880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-02-19T23:34:52.774 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.632+0000 7fe23851b880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1708385692633114, "job": 1, "event": "recovery_finished"} 2024-02-19T23:34:52.774 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.632+0000 7fe23851b880 4 rocksdb: DB pointer 0x561c82239800 2024-02-19T23:34:52.774 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.632+0000 7fe21f30d700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-19T23:34:52.774 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.632+0000 7fe21f30d700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-19T23:34:52.774 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: ** DB Stats ** 2024-02-19T23:34:52.774 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:34:52.774 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-19T23:34:52.775 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-19T23:34:52.775 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-19T23:34:52.775 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-19T23:34:52.775 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-19T23:34:52.775 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-19T23:34:52.775 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: ** Compaction Stats [default] ** 2024-02-19T23:34:52.775 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-19T23:34:52.775 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:34:52.775 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.5 0.00 0.00 1 0.001 0 0 2024-02-19T23:34:52.775 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.5 0.00 0.00 1 0.001 0 0 2024-02-19T23:34:52.775 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.5 0.00 0.00 1 0.001 0 0 2024-02-19T23:34:52.775 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: ** Compaction Stats [default] ** 2024-02-19T23:34:52.775 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-19T23:34:52.775 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:34:52.775 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.5 0.00 0.00 1 0.001 0 0 2024-02-19T23:34:52.776 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:34:52.776 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-19T23:34:52.776 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-19T23:34:52.776 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: AddFile(Total Files): cumulative 0, interval 0 2024-02-19T23:34:52.776 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-19T23:34:52.776 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: AddFile(Keys): cumulative 0, interval 0 2024-02-19T23:34:52.776 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: Cumulative compaction: 0.00 GB write, 0.17 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T23:34:52.776 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: Interval compaction: 0.00 GB write, 0.17 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T23:34:52.776 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-19T23:34:52.776 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: ** File Read Latency Histogram By Level [default] ** 2024-02-19T23:34:52.776 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: ** Compaction Stats [default] ** 2024-02-19T23:34:52.776 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-19T23:34:52.776 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:34:52.777 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.5 0.00 0.00 1 0.001 0 0 2024-02-19T23:34:52.777 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.5 0.00 0.00 1 0.001 0 0 2024-02-19T23:34:52.777 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-02-19T23:34:52.777 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: ** Compaction Stats [default] ** 2024-02-19T23:34:52.777 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-02-19T23:34:52.777 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-19T23:34:52.777 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.5 0.00 0.00 1 0.001 0 0 2024-02-19T23:34:52.777 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-19T23:34:52.777 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-19T23:34:52.777 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-19T23:34:52.777 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: AddFile(Total Files): cumulative 0, interval 0 2024-02-19T23:34:52.777 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-19T23:34:52.777 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: AddFile(Keys): cumulative 0, interval 0 2024-02-19T23:34:52.777 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: Cumulative compaction: 0.00 GB write, 0.17 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T23:34:52.777 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-19T23:34:52.777 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-02-19T23:34:52.778 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: ** File Read Latency Histogram By Level [default] ** 2024-02-19T23:34:52.778 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.632+0000 7fe23851b880 0 mon.smithi184 does not exist in monmap, will attempt to join an existing cluster 2024-02-19T23:34:52.778 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.632+0000 7fe23851b880 0 using public_addr v2:172.21.15.184:0/0 -> [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] 2024-02-19T23:34:52.778 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.636+0000 7fe23851b880 0 starting mon.smithi184 rank -1 at public addrs [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] at bind addrs [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi184 fsid ad14672a-cf7e-11ee-95bb-87774f69a715 2024-02-19T23:34:52.778 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.636+0000 7fe23851b880 1 mon.smithi184@-1(???) e0 preinit fsid ad14672a-cf7e-11ee-95bb-87774f69a715 2024-02-19T23:34:52.778 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.668+0000 7fe221b12700 0 mon.smithi184@-1(synchronizing).mds e1 new map 2024-02-19T23:34:52.778 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.668+0000 7fe221b12700 0 mon.smithi184@-1(synchronizing).mds e1 print_map 2024-02-19T23:34:52.778 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: e1 2024-02-19T23:34:52.778 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: enable_multiple, ever_enabled_multiple: 1,1 2024-02-19T23:34:52.778 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-02-19T23:34:52.778 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: legacy client fscid: -1 2024-02-19T23:34:52.778 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: 2024-02-19T23:34:52.778 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: No filesystems configured 2024-02-19T23:34:52.778 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.668+0000 7fe221b12700 1 mon.smithi184@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-19T23:34:52.778 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.672+0000 7fe221b12700 1 mon.smithi184@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-02-19T23:34:52.779 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.672+0000 7fe221b12700 1 mon.smithi184@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-19T23:34:52.779 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.672+0000 7fe221b12700 1 mon.smithi184@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-19T23:34:52.779 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.672+0000 7fe221b12700 1 mon.smithi184@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-19T23:34:52.779 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.672+0000 7fe221b12700 1 mon.smithi184@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-19T23:34:52.779 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: audit 2024-02-19T23:34:50.409792+0000 mon.smithi023 (mon.0) 162 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:52.779 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: cephadm 2024-02-19T23:34:50.413761+0000 mgr.smithi023.vhqanb (mgr.14182) 11 : cephadm [INF] Deploying daemon node-exporter.smithi184 on smithi184 2024-02-19T23:34:52.779 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: cluster 2024-02-19T23:34:50.889487+0000 mgr.smithi023.vhqanb (mgr.14182) 12 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:34:52.779 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: audit 2024-02-19T23:34:51.015668+0000 mon.smithi023 (mon.0) 163 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:52.779 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: cephadm 2024-02-19T23:34:51.041095+0000 mgr.smithi023.vhqanb (mgr.14182) 13 : cephadm [INF] Deploying daemon prometheus.smithi184 on smithi184 2024-02-19T23:34:52.779 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: audit 2024-02-19T23:34:51.105833+0000 mon.smithi023 (mon.0) 164 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:34:52.779 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.672+0000 7fe221b12700 1 mon.smithi184@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-02-19T23:34:52.779 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.672+0000 7fe221b12700 0 mon.smithi184@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-19T23:34:52.779 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.672+0000 7fe221b12700 0 mon.smithi184@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-19T23:34:52.779 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.672+0000 7fe221b12700 0 mon.smithi184@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-19T23:34:52.779 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.672+0000 7fe221b12700 0 mon.smithi184@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-02-19T23:34:52.779 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:52 smithi184 bash[20261]: debug 2024-02-19T23:34:52.672+0000 7fe221b12700 1 mon.smithi184@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-02-19T23:34:58.047 INFO:teuthology.orchestra.run.smithi184.stdout: 2024-02-19T23:34:58.047 INFO:teuthology.orchestra.run.smithi184.stdout:{"epoch":2,"fsid":"ad14672a-cf7e-11ee-95bb-87774f69a715","modified":"2024-02-19T23:34:52.678734Z","created":"2024-02-19T23:32:22.989364Z","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":"smithi023","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:3300","nonce":0},{"type":"v1","addr":"172.21.15.23:6789","nonce":0}]},"addr":"172.21.15.23:6789/0","public_addr":"172.21.15.23:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi184","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:3300","nonce":0},{"type":"v1","addr":"172.21.15.184:6789","nonce":0}]},"addr":"172.21.15.184:6789/0","public_addr":"172.21.15.184:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-02-19T23:34:58.051 INFO:teuthology.orchestra.run.smithi184.stderr:dumped monmap epoch 2 2024-02-19T23:34:58.106 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:57 smithi184 bash[20261]: audit 2024-02-19T23:34:52.685532+0000 mon.smithi023 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-19T23:34:58.106 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:57 smithi184 bash[20261]: cluster 2024-02-19T23:34:52.685839+0000 mon.smithi023 (mon.0) 167 : cluster [INF] mon.smithi023 calling monitor election 2024-02-19T23:34:58.106 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:57 smithi184 bash[20261]: audit 2024-02-19T23:34:52.708904+0000 mon.smithi023 (mon.0) 168 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-02-19T23:34:58.106 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:57 smithi184 bash[20261]: cluster 2024-02-19T23:34:52.889899+0000 mgr.smithi023.vhqanb (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:34:58.106 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:57 smithi184 bash[20261]: audit 2024-02-19T23:34:53.678043+0000 mon.smithi023 (mon.0) 169 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-02-19T23:34:58.106 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:57 smithi184 bash[20261]: audit 2024-02-19T23:34:54.026445+0000 mon.smithi023 (mon.0) 170 : audit [DBG] from='mgr.? 172.21.15.184:0/2643271391' entity='mgr.smithi184.fjxveu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi184.fjxveu/crt"}]: dispatch 2024-02-19T23:34:58.106 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:57 smithi184 bash[20261]: audit 2024-02-19T23:34:54.678409+0000 mon.smithi023 (mon.0) 171 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-02-19T23:34:58.107 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:57 smithi184 bash[20261]: cluster 2024-02-19T23:34:54.681589+0000 mon.smithi184 (mon.1) 1 : cluster [INF] mon.smithi184 calling monitor election 2024-02-19T23:34:58.107 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:57 smithi184 bash[20261]: cluster 2024-02-19T23:34:54.890295+0000 mgr.smithi023.vhqanb (mgr.14182) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:34:58.107 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:57 smithi184 bash[20261]: audit 2024-02-19T23:34:55.678997+0000 mon.smithi023 (mon.0) 172 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-02-19T23:34:58.107 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:57 smithi184 bash[20261]: audit 2024-02-19T23:34:56.678683+0000 mon.smithi023 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-02-19T23:34:58.107 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:57 smithi184 bash[20261]: cluster 2024-02-19T23:34:56.890680+0000 mgr.smithi023.vhqanb (mgr.14182) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:34:58.107 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:57 smithi184 bash[20261]: audit 2024-02-19T23:34:57.678949+0000 mon.smithi023 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-02-19T23:34:58.107 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:57 smithi184 bash[20261]: cluster 2024-02-19T23:34:57.712534+0000 mon.smithi023 (mon.0) 175 : cluster [INF] mon.smithi023 is new leader, mons smithi023,smithi184 in quorum (ranks 0,1) 2024-02-19T23:34:58.107 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:57 smithi184 bash[20261]: cluster 2024-02-19T23:34:57.718926+0000 mon.smithi023 (mon.0) 176 : cluster [DBG] monmap e2: 2 mons at {smithi023=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],smithi184=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0]} removed_ranks: {} 2024-02-19T23:34:58.107 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:57 smithi184 bash[20261]: cluster 2024-02-19T23:34:57.719974+0000 mon.smithi023 (mon.0) 177 : cluster [DBG] fsmap 2024-02-19T23:34:58.107 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:57 smithi184 bash[20261]: cluster 2024-02-19T23:34:57.720036+0000 mon.smithi023 (mon.0) 178 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-19T23:34:58.107 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:57 smithi184 bash[20261]: cluster 2024-02-19T23:34:57.720411+0000 mon.smithi023 (mon.0) 179 : cluster [DBG] mgrmap e17: smithi023.vhqanb(active, since 26s) 2024-02-19T23:34:58.107 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:57 smithi184 bash[20261]: cluster 2024-02-19T23:34:57.720694+0000 mon.smithi023 (mon.0) 180 : cluster [INF] overall HEALTH_OK 2024-02-19T23:34:58.107 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:57 smithi184 bash[20261]: cluster 2024-02-19T23:34:57.721710+0000 mon.smithi023 (mon.0) 181 : cluster [DBG] Standby manager daemon smithi184.fjxveu started 2024-02-19T23:34:58.107 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:57 smithi184 bash[20261]: audit 2024-02-19T23:34:57.725185+0000 mon.smithi023 (mon.0) 182 : audit [DBG] from='mgr.? 172.21.15.184:0/2643271391' entity='mgr.smithi184.fjxveu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-19T23:34:58.107 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:57 smithi184 bash[20261]: audit 2024-02-19T23:34:57.728670+0000 mon.smithi023 (mon.0) 183 : audit [DBG] from='mgr.? 172.21.15.184:0/2643271391' entity='mgr.smithi184.fjxveu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi184.fjxveu/key"}]: dispatch 2024-02-19T23:34:58.108 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:57 smithi184 bash[20261]: audit 2024-02-19T23:34:57.729583+0000 mon.smithi023 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.184:0/2643271391' entity='mgr.smithi184.fjxveu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-19T23:34:58.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:57 smithi023 bash[16423]: audit 2024-02-19T23:34:52.685532+0000 mon.smithi023 (mon.0) 166 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-19T23:34:58.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:57 smithi023 bash[16423]: cluster 2024-02-19T23:34:52.685839+0000 mon.smithi023 (mon.0) 167 : cluster [INF] mon.smithi023 calling monitor election 2024-02-19T23:34:58.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:57 smithi023 bash[16423]: audit 2024-02-19T23:34:52.708904+0000 mon.smithi023 (mon.0) 168 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-02-19T23:34:58.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:57 smithi023 bash[16423]: cluster 2024-02-19T23:34:52.889899+0000 mgr.smithi023.vhqanb (mgr.14182) 14 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:34:58.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:57 smithi023 bash[16423]: audit 2024-02-19T23:34:53.678043+0000 mon.smithi023 (mon.0) 169 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-02-19T23:34:58.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:57 smithi023 bash[16423]: audit 2024-02-19T23:34:54.026445+0000 mon.smithi023 (mon.0) 170 : audit [DBG] from='mgr.? 172.21.15.184:0/2643271391' entity='mgr.smithi184.fjxveu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi184.fjxveu/crt"}]: dispatch 2024-02-19T23:34:58.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:57 smithi023 bash[16423]: audit 2024-02-19T23:34:54.678409+0000 mon.smithi023 (mon.0) 171 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-02-19T23:34:58.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:57 smithi023 bash[16423]: cluster 2024-02-19T23:34:54.681589+0000 mon.smithi184 (mon.1) 1 : cluster [INF] mon.smithi184 calling monitor election 2024-02-19T23:34:58.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:57 smithi023 bash[16423]: cluster 2024-02-19T23:34:54.890295+0000 mgr.smithi023.vhqanb (mgr.14182) 15 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:34:58.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:57 smithi023 bash[16423]: audit 2024-02-19T23:34:55.678997+0000 mon.smithi023 (mon.0) 172 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-02-19T23:34:58.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:57 smithi023 bash[16423]: audit 2024-02-19T23:34:56.678683+0000 mon.smithi023 (mon.0) 173 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-02-19T23:34:58.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:57 smithi023 bash[16423]: cluster 2024-02-19T23:34:56.890680+0000 mgr.smithi023.vhqanb (mgr.14182) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:34:58.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:57 smithi023 bash[16423]: audit 2024-02-19T23:34:57.678949+0000 mon.smithi023 (mon.0) 174 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-02-19T23:34:58.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:57 smithi023 bash[16423]: cluster 2024-02-19T23:34:57.712534+0000 mon.smithi023 (mon.0) 175 : cluster [INF] mon.smithi023 is new leader, mons smithi023,smithi184 in quorum (ranks 0,1) 2024-02-19T23:34:58.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:57 smithi023 bash[16423]: cluster 2024-02-19T23:34:57.718926+0000 mon.smithi023 (mon.0) 176 : cluster [DBG] monmap e2: 2 mons at {smithi023=[v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0],smithi184=[v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0]} removed_ranks: {} 2024-02-19T23:34:58.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:57 smithi023 bash[16423]: cluster 2024-02-19T23:34:57.719974+0000 mon.smithi023 (mon.0) 177 : cluster [DBG] fsmap 2024-02-19T23:34:58.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:57 smithi023 bash[16423]: cluster 2024-02-19T23:34:57.720036+0000 mon.smithi023 (mon.0) 178 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-19T23:34:58.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:57 smithi023 bash[16423]: cluster 2024-02-19T23:34:57.720411+0000 mon.smithi023 (mon.0) 179 : cluster [DBG] mgrmap e17: smithi023.vhqanb(active, since 26s) 2024-02-19T23:34:58.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:57 smithi023 bash[16423]: cluster 2024-02-19T23:34:57.720694+0000 mon.smithi023 (mon.0) 180 : cluster [INF] overall HEALTH_OK 2024-02-19T23:34:58.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:57 smithi023 bash[16423]: cluster 2024-02-19T23:34:57.721710+0000 mon.smithi023 (mon.0) 181 : cluster [DBG] Standby manager daemon smithi184.fjxveu started 2024-02-19T23:34:58.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:57 smithi023 bash[16423]: audit 2024-02-19T23:34:57.725185+0000 mon.smithi023 (mon.0) 182 : audit [DBG] from='mgr.? 172.21.15.184:0/2643271391' entity='mgr.smithi184.fjxveu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-19T23:34:58.243 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:57 smithi023 bash[16423]: audit 2024-02-19T23:34:57.728670+0000 mon.smithi023 (mon.0) 183 : audit [DBG] from='mgr.? 172.21.15.184:0/2643271391' entity='mgr.smithi184.fjxveu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi184.fjxveu/key"}]: dispatch 2024-02-19T23:34:58.243 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:57 smithi023 bash[16423]: audit 2024-02-19T23:34:57.729583+0000 mon.smithi023 (mon.0) 184 : audit [DBG] from='mgr.? 172.21.15.184:0/2643271391' entity='mgr.smithi184.fjxveu' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-19T23:34:59.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:58 smithi023 bash[16423]: cluster 2024-02-19T23:34:57.795332+0000 mon.smithi023 (mon.0) 185 : cluster [DBG] mgrmap e18: smithi023.vhqanb(active, since 26s), standbys: smithi184.fjxveu 2024-02-19T23:34:59.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:58 smithi023 bash[16423]: audit 2024-02-19T23:34:57.795516+0000 mon.smithi023 (mon.0) 186 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mgr metadata", "who": "smithi184.fjxveu", "id": "smithi184.fjxveu"}]: dispatch 2024-02-19T23:34:59.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:58 smithi023 bash[16423]: audit 2024-02-19T23:34:58.044277+0000 mon.smithi023 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.184:0/530775663' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:34:59.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:58 smithi023 bash[16423]: audit 2024-02-19T23:34:58.679287+0000 mon.smithi023 (mon.0) 188 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-02-19T23:34:59.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:58 smithi184 bash[20261]: cluster 2024-02-19T23:34:57.795332+0000 mon.smithi023 (mon.0) 185 : cluster [DBG] mgrmap e18: smithi023.vhqanb(active, since 26s), standbys: smithi184.fjxveu 2024-02-19T23:34:59.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:58 smithi184 bash[20261]: audit 2024-02-19T23:34:57.795516+0000 mon.smithi023 (mon.0) 186 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mgr metadata", "who": "smithi184.fjxveu", "id": "smithi184.fjxveu"}]: dispatch 2024-02-19T23:34:59.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:58 smithi184 bash[20261]: audit 2024-02-19T23:34:58.044277+0000 mon.smithi023 (mon.0) 187 : audit [DBG] from='client.? 172.21.15.184:0/530775663' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-19T23:34:59.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:58 smithi184 bash[20261]: audit 2024-02-19T23:34:58.679287+0000 mon.smithi023 (mon.0) 188 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-02-19T23:34:59.489 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-19T23:34:59.489 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph config generate-minimal-conf 2024-02-19T23:35:00.240 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:34:59 smithi023 bash[16423]: cluster 2024-02-19T23:34:58.891116+0000 mgr.smithi023.vhqanb (mgr.14182) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:00.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:34:59 smithi184 bash[20261]: cluster 2024-02-19T23:34:58.891116+0000 mgr.smithi023.vhqanb (mgr.14182) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:02.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:01 smithi023 bash[16423]: cluster 2024-02-19T23:35:00.891628+0000 mgr.smithi023.vhqanb (mgr.14182) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:02.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:01 smithi184 bash[20261]: cluster 2024-02-19T23:35:00.891628+0000 mgr.smithi023.vhqanb (mgr.14182) 18 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:03.210 INFO:teuthology.orchestra.run.smithi023.stdout:# minimal ceph.conf for ad14672a-cf7e-11ee-95bb-87774f69a715 2024-02-19T23:35:03.210 INFO:teuthology.orchestra.run.smithi023.stdout:[global] 2024-02-19T23:35:03.210 INFO:teuthology.orchestra.run.smithi023.stdout: fsid = ad14672a-cf7e-11ee-95bb-87774f69a715 2024-02-19T23:35:03.210 INFO:teuthology.orchestra.run.smithi023.stdout: mon_host = [v2:172.21.15.23:3300/0,v1:172.21.15.23:6789/0] [v2:172.21.15.184:3300/0,v1:172.21.15.184:6789/0] 2024-02-19T23:35:03.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:03 smithi184 bash[20261]: cluster 2024-02-19T23:35:02.892137+0000 mgr.smithi023.vhqanb (mgr.14182) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:03.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:03 smithi184 bash[20261]: audit 2024-02-19T23:35:03.207257+0000 mon.smithi023 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.23:0/1204535631' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:35:03.759 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-19T23:35:03.759 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-02-19T23:35:03.759 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/ceph/ceph.conf 2024-02-19T23:35:03.771 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-02-19T23:35:03.771 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-19T23:35:03.827 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-02-19T23:35:03.828 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.conf 2024-02-19T23:35:03.843 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-02-19T23:35:03.843 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-19T23:35:03.900 INFO:tasks.cephadm:Deploying OSDs... 2024-02-19T23:35:03.900 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-02-19T23:35:03.900 DEBUG:teuthology.orchestra.run.smithi023:> dd if=/scratch_devs of=/dev/stdout 2024-02-19T23:35:03.907 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-19T23:35:03.907 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/nvme1n1 2024-02-19T23:35:03.960 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/nvme1n1 2024-02-19T23:35:03.960 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-19T23:35:03.960 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 473 Links: 1 Device type: 103,2 2024-02-19T23:35:03.960 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-19T23:35:03.960 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2024-02-19 23:33:48.986380312 +0000 2024-02-19T23:35:03.960 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2024-02-19 23:29:05.195111466 +0000 2024-02-19T23:35:03.960 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2024-02-19 23:29:05.195111466 +0000 2024-02-19T23:35:03.961 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2024-02-19T23:35:03.961 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-19T23:35:03.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:03 smithi023 bash[16423]: cluster 2024-02-19T23:35:02.892137+0000 mgr.smithi023.vhqanb (mgr.14182) 19 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:03.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:03 smithi023 bash[16423]: audit 2024-02-19T23:35:03.207257+0000 mon.smithi023 (mon.0) 189 : audit [DBG] from='client.? 172.21.15.23:0/1204535631' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:35:04.004 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2024-02-19T23:35:04.004 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2024-02-19T23:35:04.004 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000492668 s, 1.0 MB/s 2024-02-19T23:35:04.005 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-19T23:35:04.054 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/nvme2n1 2024-02-19T23:35:04.108 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/nvme2n1 2024-02-19T23:35:04.108 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-19T23:35:04.108 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2024-02-19T23:35:04.108 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-19T23:35:04.108 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2024-02-19 23:33:49.002380253 +0000 2024-02-19T23:35:04.108 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2024-02-19 23:29:05.307164782 +0000 2024-02-19T23:35:04.108 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2024-02-19 23:29:05.307164782 +0000 2024-02-19T23:35:04.108 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2024-02-19T23:35:04.109 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-19T23:35:04.161 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2024-02-19T23:35:04.161 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2024-02-19T23:35:04.161 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000495873 s, 1.0 MB/s 2024-02-19T23:35:04.162 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-19T23:35:04.213 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/nvme3n1 2024-02-19T23:35:04.264 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/nvme3n1 2024-02-19T23:35:04.264 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-19T23:35:04.264 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 485 Links: 1 Device type: 103,6 2024-02-19T23:35:04.264 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-19T23:35:04.264 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2024-02-19 23:33:49.014380198 +0000 2024-02-19T23:35:04.265 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2024-02-19 23:29:05.423220003 +0000 2024-02-19T23:35:04.265 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2024-02-19 23:29:05.423220003 +0000 2024-02-19T23:35:04.265 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2024-02-19T23:35:04.265 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-19T23:35:04.317 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2024-02-19T23:35:04.318 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2024-02-19T23:35:04.318 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000465871 s, 1.1 MB/s 2024-02-19T23:35:04.319 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-19T23:35:04.370 DEBUG:teuthology.orchestra.run.smithi023:> stat /dev/nvme4n1 2024-02-19T23:35:04.424 INFO:teuthology.orchestra.run.smithi023.stdout: File: /dev/nvme4n1 2024-02-19T23:35:04.424 INFO:teuthology.orchestra.run.smithi023.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-19T23:35:04.424 INFO:teuthology.orchestra.run.smithi023.stdout:Device: 6h/6d Inode: 490 Links: 1 Device type: 103,8 2024-02-19T23:35:04.424 INFO:teuthology.orchestra.run.smithi023.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-19T23:35:04.424 INFO:teuthology.orchestra.run.smithi023.stdout:Access: 2024-02-19 23:33:49.030380122 +0000 2024-02-19T23:35:04.425 INFO:teuthology.orchestra.run.smithi023.stdout:Modify: 2024-02-19 23:29:05.539275223 +0000 2024-02-19T23:35:04.425 INFO:teuthology.orchestra.run.smithi023.stdout:Change: 2024-02-19 23:29:05.539275223 +0000 2024-02-19T23:35:04.425 INFO:teuthology.orchestra.run.smithi023.stdout: Birth: - 2024-02-19T23:35:04.425 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-19T23:35:04.479 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records in 2024-02-19T23:35:04.479 INFO:teuthology.orchestra.run.smithi023.stderr:1+0 records out 2024-02-19T23:35:04.480 INFO:teuthology.orchestra.run.smithi023.stderr:512 bytes copied, 0.000567384 s, 902 kB/s 2024-02-19T23:35:04.480 DEBUG:teuthology.orchestra.run.smithi023:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-19T23:35:04.530 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-02-19T23:35:04.530 DEBUG:teuthology.orchestra.run.smithi184:> dd if=/scratch_devs of=/dev/stdout 2024-02-19T23:35:04.536 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-02-19T23:35:04.536 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/nvme1n1 2024-02-19T23:35:04.582 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/nvme1n1 2024-02-19T23:35:04.582 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-19T23:35:04.583 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 473 Links: 1 Device type: 103,2 2024-02-19T23:35:04.583 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-19T23:35:04.583 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-02-19 23:34:37.492418431 +0000 2024-02-19T23:35:04.583 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-02-19 23:29:06.604057563 +0000 2024-02-19T23:35:04.583 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-02-19 23:29:06.604057563 +0000 2024-02-19T23:35:04.583 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-02-19T23:35:04.583 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-02-19T23:35:04.638 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-02-19T23:35:04.638 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-02-19T23:35:04.638 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000387257 s, 1.3 MB/s 2024-02-19T23:35:04.639 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-02-19T23:35:04.689 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/nvme2n1 2024-02-19T23:35:04.740 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/nvme2n1 2024-02-19T23:35:04.740 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-19T23:35:04.740 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 479 Links: 1 Device type: 103,4 2024-02-19T23:35:04.740 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-19T23:35:04.740 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-02-19 23:34:37.512417951 +0000 2024-02-19T23:35:04.740 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-02-19 23:29:06.720112785 +0000 2024-02-19T23:35:04.740 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-02-19 23:29:06.720112785 +0000 2024-02-19T23:35:04.740 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-02-19T23:35:04.740 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-02-19T23:35:04.794 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-02-19T23:35:04.794 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-02-19T23:35:04.794 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000450516 s, 1.1 MB/s 2024-02-19T23:35:04.795 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-02-19T23:35:04.845 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/nvme3n1 2024-02-19T23:35:04.896 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/nvme3n1 2024-02-19T23:35:04.896 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-19T23:35:04.896 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 485 Links: 1 Device type: 103,6 2024-02-19T23:35:04.896 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-19T23:35:04.896 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-02-19 23:34:37.524417663 +0000 2024-02-19T23:35:04.896 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-02-19 23:29:06.832166102 +0000 2024-02-19T23:35:04.896 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-02-19 23:29:06.832166102 +0000 2024-02-19T23:35:04.897 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-02-19T23:35:04.897 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-02-19T23:35:04.950 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-02-19T23:35:04.951 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-02-19T23:35:04.951 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.0004441 s, 1.2 MB/s 2024-02-19T23:35:04.952 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-02-19T23:35:05.001 DEBUG:teuthology.orchestra.run.smithi184:> stat /dev/nvme4n1 2024-02-19T23:35:05.052 INFO:teuthology.orchestra.run.smithi184.stdout: File: /dev/nvme4n1 2024-02-19T23:35:05.052 INFO:teuthology.orchestra.run.smithi184.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-02-19T23:35:05.052 INFO:teuthology.orchestra.run.smithi184.stdout:Device: 6h/6d Inode: 491 Links: 1 Device type: 103,8 2024-02-19T23:35:05.052 INFO:teuthology.orchestra.run.smithi184.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-02-19T23:35:05.052 INFO:teuthology.orchestra.run.smithi184.stdout:Access: 2024-02-19 23:34:37.544417182 +0000 2024-02-19T23:35:05.052 INFO:teuthology.orchestra.run.smithi184.stdout:Modify: 2024-02-19 23:29:06.932213708 +0000 2024-02-19T23:35:05.052 INFO:teuthology.orchestra.run.smithi184.stdout:Change: 2024-02-19 23:29:06.932213708 +0000 2024-02-19T23:35:05.052 INFO:teuthology.orchestra.run.smithi184.stdout: Birth: - 2024-02-19T23:35:05.052 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-02-19T23:35:05.107 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records in 2024-02-19T23:35:05.108 INFO:teuthology.orchestra.run.smithi184.stderr:1+0 records out 2024-02-19T23:35:05.108 INFO:teuthology.orchestra.run.smithi184.stderr:512 bytes copied, 0.000444473 s, 1.2 MB/s 2024-02-19T23:35:05.109 DEBUG:teuthology.orchestra.run.smithi184:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-02-19T23:35:05.157 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-02-19T23:35:05.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:05 smithi184 bash[20261]: audit 2024-02-19T23:35:04.353920+0000 mon.smithi023 (mon.0) 190 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:35:05.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:05 smithi184 bash[20261]: audit 2024-02-19T23:35:04.356885+0000 mon.smithi023 (mon.0) 191 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:35:05.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:05 smithi184 bash[20261]: cluster 2024-02-19T23:35:04.892583+0000 mgr.smithi023.vhqanb (mgr.14182) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:05.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:05 smithi023 bash[16423]: audit 2024-02-19T23:35:04.353920+0000 mon.smithi023 (mon.0) 190 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:35:05.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:05 smithi023 bash[16423]: audit 2024-02-19T23:35:04.356885+0000 mon.smithi023 (mon.0) 191 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:35:05.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:05 smithi023 bash[16423]: cluster 2024-02-19T23:35:04.892583+0000 mgr.smithi023.vhqanb (mgr.14182) 20 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:07.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:07 smithi023 bash[16423]: audit 2024-02-19T23:35:06.117103+0000 mon.smithi023 (mon.0) 192 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:35:07.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:07 smithi184 bash[20261]: audit 2024-02-19T23:35:06.117103+0000 mon.smithi023 (mon.0) 192 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:35:08.457 INFO:teuthology.orchestra.run.smithi184.stdout:Scheduled osd.all-available-devices update... 2024-02-19T23:35:08.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:08 smithi023 bash[16423]: cluster 2024-02-19T23:35:06.892969+0000 mgr.smithi023.vhqanb (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:08.507 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:08 smithi184 bash[20261]: cluster 2024-02-19T23:35:06.892969+0000 mgr.smithi023.vhqanb (mgr.14182) 21 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:09.065 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-19T23:35:09.066 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:35:09.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:09 smithi184 bash[20261]: audit 2024-02-19T23:35:08.441072+0000 mgr.smithi023.vhqanb (mgr.14182) 22 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:35:09.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:09 smithi184 bash[20261]: cephadm 2024-02-19T23:35:08.445490+0000 mgr.smithi023.vhqanb (mgr.14182) 23 : cephadm [INF] Marking host: smithi023 for OSDSpec preview refresh. 2024-02-19T23:35:09.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:09 smithi184 bash[20261]: cephadm 2024-02-19T23:35:08.445797+0000 mgr.smithi023.vhqanb (mgr.14182) 24 : cephadm [INF] Marking host: smithi184 for OSDSpec preview refresh. 2024-02-19T23:35:09.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:09 smithi184 bash[20261]: cephadm 2024-02-19T23:35:08.446607+0000 mgr.smithi023.vhqanb (mgr.14182) 25 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-19T23:35:09.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:09 smithi184 bash[20261]: audit 2024-02-19T23:35:08.453789+0000 mon.smithi023 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:35:09.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:09 smithi184 bash[20261]: cluster 2024-02-19T23:35:08.893398+0000 mgr.smithi023.vhqanb (mgr.14182) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:09.859 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:09 smithi023 bash[16423]: audit 2024-02-19T23:35:08.441072+0000 mgr.smithi023.vhqanb (mgr.14182) 22 : audit [DBG] from='client.24103 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:35:09.859 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:09 smithi023 bash[16423]: cephadm 2024-02-19T23:35:08.445490+0000 mgr.smithi023.vhqanb (mgr.14182) 23 : cephadm [INF] Marking host: smithi023 for OSDSpec preview refresh. 2024-02-19T23:35:09.859 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:09 smithi023 bash[16423]: cephadm 2024-02-19T23:35:08.445797+0000 mgr.smithi023.vhqanb (mgr.14182) 24 : cephadm [INF] Marking host: smithi184 for OSDSpec preview refresh. 2024-02-19T23:35:09.859 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:09 smithi023 bash[16423]: cephadm 2024-02-19T23:35:08.446607+0000 mgr.smithi023.vhqanb (mgr.14182) 25 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-02-19T23:35:09.859 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:09 smithi023 bash[16423]: audit 2024-02-19T23:35:08.453789+0000 mon.smithi023 (mon.0) 193 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:35:09.859 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:09 smithi023 bash[16423]: cluster 2024-02-19T23:35:08.893398+0000 mgr.smithi023.vhqanb (mgr.14182) 26 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:12.208 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:35:12.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:11 smithi023 bash[16423]: cluster 2024-02-19T23:35:10.893860+0000 mgr.smithi023.vhqanb (mgr.14182) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:12.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:11 smithi023 bash[16423]: audit 2024-02-19T23:35:11.405115+0000 mon.smithi023 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:35:12.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:11 smithi023 bash[16423]: audit 2024-02-19T23:35:11.417060+0000 mon.smithi023 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:35:12.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:11 smithi023 bash[16423]: audit 2024-02-19T23:35:11.419239+0000 mon.smithi023 (mon.0) 196 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:35:12.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:11 smithi023 bash[16423]: audit 2024-02-19T23:35:11.421040+0000 mon.smithi023 (mon.0) 197 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:35:12.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:11 smithi023 bash[16423]: audit 2024-02-19T23:35:11.454285+0000 mon.smithi023 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:35:12.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:11 smithi023 bash[16423]: audit 2024-02-19T23:35:11.490376+0000 mon.smithi023 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:35:12.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:11 smithi023 bash[16423]: audit 2024-02-19T23:35:11.497035+0000 mon.smithi023 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:35:12.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:11 smithi023 bash[16423]: audit 2024-02-19T23:35:11.505750+0000 mon.smithi023 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:35:12.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:11 smithi023 bash[16423]: audit 2024-02-19T23:35:11.513040+0000 mon.smithi023 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-19T23:35:12.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:11 smithi023 bash[16423]: audit 2024-02-19T23:35:11.516494+0000 mon.smithi023 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-19T23:35:12.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:11 smithi023 bash[16423]: audit 2024-02-19T23:35:11.516890+0000 mon.smithi023 (mon.0) 204 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:35:12.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:11 smithi023 bash[16423]: audit 2024-02-19T23:35:11.518095+0000 mon.smithi023 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:35:12.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:11 smithi184 bash[20261]: cluster 2024-02-19T23:35:10.893860+0000 mgr.smithi023.vhqanb (mgr.14182) 27 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:12.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:11 smithi184 bash[20261]: audit 2024-02-19T23:35:11.405115+0000 mon.smithi023 (mon.0) 194 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:35:12.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:11 smithi184 bash[20261]: audit 2024-02-19T23:35:11.417060+0000 mon.smithi023 (mon.0) 195 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:35:12.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:11 smithi184 bash[20261]: audit 2024-02-19T23:35:11.419239+0000 mon.smithi023 (mon.0) 196 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:35:12.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:11 smithi184 bash[20261]: audit 2024-02-19T23:35:11.421040+0000 mon.smithi023 (mon.0) 197 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:35:12.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:11 smithi184 bash[20261]: audit 2024-02-19T23:35:11.454285+0000 mon.smithi023 (mon.0) 198 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:35:12.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:11 smithi184 bash[20261]: audit 2024-02-19T23:35:11.490376+0000 mon.smithi023 (mon.0) 199 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:35:12.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:11 smithi184 bash[20261]: audit 2024-02-19T23:35:11.497035+0000 mon.smithi023 (mon.0) 200 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:35:12.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:11 smithi184 bash[20261]: audit 2024-02-19T23:35:11.505750+0000 mon.smithi023 (mon.0) 201 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:35:12.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:11 smithi184 bash[20261]: audit 2024-02-19T23:35:11.513040+0000 mon.smithi023 (mon.0) 202 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-19T23:35:12.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:11 smithi184 bash[20261]: audit 2024-02-19T23:35:11.516494+0000 mon.smithi023 (mon.0) 203 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-19T23:35:12.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:11 smithi184 bash[20261]: audit 2024-02-19T23:35:11.516890+0000 mon.smithi023 (mon.0) 204 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:35:12.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:11 smithi184 bash[20261]: audit 2024-02-19T23:35:11.518095+0000 mon.smithi023 (mon.0) 205 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:35:12.867 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-19T23:35:13.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:12 smithi023 bash[16423]: cephadm 2024-02-19T23:35:11.423414+0000 mgr.smithi023.vhqanb (mgr.14182) 28 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2024-02-19T23:35:13.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:12 smithi023 bash[16423]: cephadm 2024-02-19T23:35:11.424177+0000 mgr.smithi023.vhqanb (mgr.14182) 29 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-02-19T23:35:13.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:12 smithi023 bash[16423]: audit 2024-02-19T23:35:12.205634+0000 mon.smithi023 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.23:0/3458510003' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:35:13.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:12 smithi184 bash[20261]: cephadm 2024-02-19T23:35:11.423414+0000 mgr.smithi023.vhqanb (mgr.14182) 28 : cephadm [INF] Updating smithi023:/etc/ceph/ceph.conf 2024-02-19T23:35:13.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:12 smithi184 bash[20261]: cephadm 2024-02-19T23:35:11.424177+0000 mgr.smithi023.vhqanb (mgr.14182) 29 : cephadm [INF] Updating smithi184:/etc/ceph/ceph.conf 2024-02-19T23:35:13.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:12 smithi184 bash[20261]: audit 2024-02-19T23:35:12.205634+0000 mon.smithi023 (mon.0) 206 : audit [DBG] from='client.? 172.21.15.23:0/3458510003' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:35:13.868 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:35:14.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:13 smithi023 bash[16423]: cluster 2024-02-19T23:35:12.894363+0000 mgr.smithi023.vhqanb (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:14.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:13 smithi184 bash[20261]: cluster 2024-02-19T23:35:12.894363+0000 mgr.smithi023.vhqanb (mgr.14182) 30 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:16.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:15 smithi023 bash[16423]: cluster 2024-02-19T23:35:14.894872+0000 mgr.smithi023.vhqanb (mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:16.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:15 smithi184 bash[20261]: cluster 2024-02-19T23:35:14.894872+0000 mgr.smithi023.vhqanb (mgr.14182) 31 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:17.391 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:35:18.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:17 smithi023 bash[16423]: cluster 2024-02-19T23:35:16.895310+0000 mgr.smithi023.vhqanb (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:18.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:17 smithi023 bash[16423]: audit 2024-02-19T23:35:17.388959+0000 mon.smithi023 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.23:0/3560277925' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:35:18.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:17 smithi184 bash[20261]: cluster 2024-02-19T23:35:16.895310+0000 mgr.smithi023.vhqanb (mgr.14182) 32 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:18.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:17 smithi184 bash[20261]: audit 2024-02-19T23:35:17.388959+0000 mon.smithi023 (mon.0) 207 : audit [DBG] from='client.? 172.21.15.23:0/3560277925' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:35:18.347 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-02-19T23:35:19.348 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:35:20.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:19 smithi023 bash[16423]: cluster 2024-02-19T23:35:18.895792+0000 mgr.smithi023.vhqanb (mgr.14182) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:20.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:19 smithi184 bash[20261]: cluster 2024-02-19T23:35:18.895792+0000 mgr.smithi023.vhqanb (mgr.14182) 33 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:21.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:20 smithi023 bash[16423]: audit 2024-02-19T23:35:20.097338+0000 mon.smithi184 (mon.1) 2 : audit [INF] from='client.? 172.21.15.184:0/963502701' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c374e93-8238-4410-99ac-5a99c2f1631f"}]: dispatch 2024-02-19T23:35:21.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:20 smithi023 bash[16423]: audit 2024-02-19T23:35:20.097390+0000 mon.smithi023 (mon.0) 208 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c374e93-8238-4410-99ac-5a99c2f1631f"}]: dispatch 2024-02-19T23:35:21.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:20 smithi023 bash[16423]: audit 2024-02-19T23:35:20.107905+0000 mon.smithi023 (mon.0) 209 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2c374e93-8238-4410-99ac-5a99c2f1631f"}]': finished 2024-02-19T23:35:21.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:20 smithi023 bash[16423]: cluster 2024-02-19T23:35:20.108030+0000 mon.smithi023 (mon.0) 210 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-19T23:35:21.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:20 smithi023 bash[16423]: audit 2024-02-19T23:35:20.108238+0000 mon.smithi023 (mon.0) 211 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:35:21.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:20 smithi023 bash[16423]: audit 2024-02-19T23:35:20.936288+0000 mon.smithi023 (mon.0) 212 : audit [INF] from='client.? 172.21.15.23:0/2396069788' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "01ecf250-fd66-4adf-a796-4dd2caad7bb0"}]: dispatch 2024-02-19T23:35:21.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:20 smithi023 bash[16423]: audit 2024-02-19T23:35:20.946594+0000 mon.smithi023 (mon.0) 213 : audit [INF] from='client.? 172.21.15.23:0/2396069788' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "01ecf250-fd66-4adf-a796-4dd2caad7bb0"}]': finished 2024-02-19T23:35:21.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:20 smithi023 bash[16423]: cluster 2024-02-19T23:35:20.946681+0000 mon.smithi023 (mon.0) 214 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-19T23:35:21.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:20 smithi023 bash[16423]: audit 2024-02-19T23:35:20.946851+0000 mon.smithi023 (mon.0) 215 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:35:21.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:20 smithi023 bash[16423]: audit 2024-02-19T23:35:20.947461+0000 mon.smithi023 (mon.0) 216 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:35:21.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:20 smithi184 bash[20261]: audit 2024-02-19T23:35:20.097338+0000 mon.smithi184 (mon.1) 2 : audit [INF] from='client.? 172.21.15.184:0/963502701' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c374e93-8238-4410-99ac-5a99c2f1631f"}]: dispatch 2024-02-19T23:35:21.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:20 smithi184 bash[20261]: audit 2024-02-19T23:35:20.097390+0000 mon.smithi023 (mon.0) 208 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "2c374e93-8238-4410-99ac-5a99c2f1631f"}]: dispatch 2024-02-19T23:35:21.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:20 smithi184 bash[20261]: audit 2024-02-19T23:35:20.107905+0000 mon.smithi023 (mon.0) 209 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "2c374e93-8238-4410-99ac-5a99c2f1631f"}]': finished 2024-02-19T23:35:21.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:20 smithi184 bash[20261]: cluster 2024-02-19T23:35:20.108030+0000 mon.smithi023 (mon.0) 210 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-02-19T23:35:21.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:20 smithi184 bash[20261]: audit 2024-02-19T23:35:20.108238+0000 mon.smithi023 (mon.0) 211 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:35:21.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:20 smithi184 bash[20261]: audit 2024-02-19T23:35:20.936288+0000 mon.smithi023 (mon.0) 212 : audit [INF] from='client.? 172.21.15.23:0/2396069788' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "01ecf250-fd66-4adf-a796-4dd2caad7bb0"}]: dispatch 2024-02-19T23:35:21.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:20 smithi184 bash[20261]: audit 2024-02-19T23:35:20.946594+0000 mon.smithi023 (mon.0) 213 : audit [INF] from='client.? 172.21.15.23:0/2396069788' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "01ecf250-fd66-4adf-a796-4dd2caad7bb0"}]': finished 2024-02-19T23:35:21.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:20 smithi184 bash[20261]: cluster 2024-02-19T23:35:20.946681+0000 mon.smithi023 (mon.0) 214 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-02-19T23:35:21.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:20 smithi184 bash[20261]: audit 2024-02-19T23:35:20.946851+0000 mon.smithi023 (mon.0) 215 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:35:21.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:20 smithi184 bash[20261]: audit 2024-02-19T23:35:20.947461+0000 mon.smithi023 (mon.0) 216 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:35:22.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:22 smithi023 bash[16423]: cluster 2024-02-19T23:35:20.896208+0000 mgr.smithi023.vhqanb (mgr.14182) 34 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:22.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:22 smithi023 bash[16423]: audit 2024-02-19T23:35:21.165751+0000 mon.smithi184 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.184:0/3288733347' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:35:22.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:22 smithi184 bash[20261]: cluster 2024-02-19T23:35:20.896208+0000 mgr.smithi023.vhqanb (mgr.14182) 34 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:22.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:22 smithi184 bash[20261]: audit 2024-02-19T23:35:21.165751+0000 mon.smithi184 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.184:0/3288733347' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:35:23.159 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:35:23.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:23 smithi023 bash[16423]: audit 2024-02-19T23:35:22.997419+0000 mon.smithi023 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.23:0/2017311596' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:35:23.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:23 smithi184 bash[20261]: audit 2024-02-19T23:35:22.997419+0000 mon.smithi023 (mon.0) 217 : audit [DBG] from='client.? 172.21.15.23:0/2017311596' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:35:23.792 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1708385720,"num_remapped_pgs":0} 2024-02-19T23:35:24.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:24 smithi023 bash[16423]: cluster 2024-02-19T23:35:22.896611+0000 mgr.smithi023.vhqanb (mgr.14182) 35 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:24.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:24 smithi023 bash[16423]: audit 2024-02-19T23:35:23.156775+0000 mon.smithi023 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.23:0/3468609635' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:35:24.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:24 smithi023 bash[16423]: audit 2024-02-19T23:35:23.893998+0000 mon.smithi184 (mon.1) 4 : audit [INF] from='client.? 172.21.15.184:0/784623679' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4ce5ade-b796-494e-9dc4-7ead456f9d86"}]: dispatch 2024-02-19T23:35:24.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:24 smithi023 bash[16423]: audit 2024-02-19T23:35:23.894039+0000 mon.smithi023 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4ce5ade-b796-494e-9dc4-7ead456f9d86"}]: dispatch 2024-02-19T23:35:24.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:24 smithi023 bash[16423]: audit 2024-02-19T23:35:23.906103+0000 mon.smithi023 (mon.0) 220 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e4ce5ade-b796-494e-9dc4-7ead456f9d86"}]': finished 2024-02-19T23:35:24.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:24 smithi023 bash[16423]: cluster 2024-02-19T23:35:23.906248+0000 mon.smithi023 (mon.0) 221 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-19T23:35:24.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:24 smithi023 bash[16423]: audit 2024-02-19T23:35:23.906538+0000 mon.smithi023 (mon.0) 222 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:35:24.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:24 smithi023 bash[16423]: audit 2024-02-19T23:35:23.907360+0000 mon.smithi023 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:35:24.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:24 smithi023 bash[16423]: audit 2024-02-19T23:35:23.907931+0000 mon.smithi023 (mon.0) 224 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:35:24.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:24 smithi184 bash[20261]: cluster 2024-02-19T23:35:22.896611+0000 mgr.smithi023.vhqanb (mgr.14182) 35 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:24.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:24 smithi184 bash[20261]: audit 2024-02-19T23:35:23.156775+0000 mon.smithi023 (mon.0) 218 : audit [DBG] from='client.? 172.21.15.23:0/3468609635' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:35:24.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:24 smithi184 bash[20261]: audit 2024-02-19T23:35:23.893998+0000 mon.smithi184 (mon.1) 4 : audit [INF] from='client.? 172.21.15.184:0/784623679' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4ce5ade-b796-494e-9dc4-7ead456f9d86"}]: dispatch 2024-02-19T23:35:24.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:24 smithi184 bash[20261]: audit 2024-02-19T23:35:23.894039+0000 mon.smithi023 (mon.0) 219 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e4ce5ade-b796-494e-9dc4-7ead456f9d86"}]: dispatch 2024-02-19T23:35:24.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:24 smithi184 bash[20261]: audit 2024-02-19T23:35:23.906103+0000 mon.smithi023 (mon.0) 220 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e4ce5ade-b796-494e-9dc4-7ead456f9d86"}]': finished 2024-02-19T23:35:24.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:24 smithi184 bash[20261]: cluster 2024-02-19T23:35:23.906248+0000 mon.smithi023 (mon.0) 221 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-02-19T23:35:24.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:24 smithi184 bash[20261]: audit 2024-02-19T23:35:23.906538+0000 mon.smithi023 (mon.0) 222 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:35:24.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:24 smithi184 bash[20261]: audit 2024-02-19T23:35:23.907360+0000 mon.smithi023 (mon.0) 223 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:35:24.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:24 smithi184 bash[20261]: audit 2024-02-19T23:35:23.907931+0000 mon.smithi023 (mon.0) 224 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:35:24.793 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:35:25.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:25 smithi023 bash[16423]: audit 2024-02-19T23:35:24.902473+0000 mon.smithi184 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.184:0/2085122144' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:35:25.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:25 smithi184 bash[20261]: audit 2024-02-19T23:35:24.902473+0000 mon.smithi184 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.184:0/2085122144' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:35:26.332 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:26 smithi023 bash[16423]: cluster 2024-02-19T23:35:24.897041+0000 mgr.smithi023.vhqanb (mgr.14182) 36 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:26.332 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:26 smithi023 bash[16423]: audit 2024-02-19T23:35:25.793187+0000 mon.smithi023 (mon.0) 225 : audit [INF] from='client.? 172.21.15.23:0/2716909578' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aa017a48-eb1f-44e6-bc0a-3d2ecba7d735"}]: dispatch 2024-02-19T23:35:26.332 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:26 smithi023 bash[16423]: audit 2024-02-19T23:35:25.798441+0000 mon.smithi023 (mon.0) 226 : audit [INF] from='client.? 172.21.15.23:0/2716909578' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aa017a48-eb1f-44e6-bc0a-3d2ecba7d735"}]': finished 2024-02-19T23:35:26.332 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:26 smithi023 bash[16423]: cluster 2024-02-19T23:35:25.798488+0000 mon.smithi023 (mon.0) 227 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-19T23:35:26.333 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:26 smithi023 bash[16423]: audit 2024-02-19T23:35:25.798697+0000 mon.smithi023 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:35:26.333 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:26 smithi023 bash[16423]: audit 2024-02-19T23:35:25.799446+0000 mon.smithi023 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:35:26.333 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:26 smithi023 bash[16423]: audit 2024-02-19T23:35:25.799904+0000 mon.smithi023 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:35:26.333 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:26 smithi023 bash[16423]: audit 2024-02-19T23:35:25.800333+0000 mon.smithi023 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:35:26.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:26 smithi184 bash[20261]: cluster 2024-02-19T23:35:24.897041+0000 mgr.smithi023.vhqanb (mgr.14182) 36 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:26.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:26 smithi184 bash[20261]: audit 2024-02-19T23:35:25.793187+0000 mon.smithi023 (mon.0) 225 : audit [INF] from='client.? 172.21.15.23:0/2716909578' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "aa017a48-eb1f-44e6-bc0a-3d2ecba7d735"}]: dispatch 2024-02-19T23:35:26.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:26 smithi184 bash[20261]: audit 2024-02-19T23:35:25.798441+0000 mon.smithi023 (mon.0) 226 : audit [INF] from='client.? 172.21.15.23:0/2716909578' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "aa017a48-eb1f-44e6-bc0a-3d2ecba7d735"}]': finished 2024-02-19T23:35:26.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:26 smithi184 bash[20261]: cluster 2024-02-19T23:35:25.798488+0000 mon.smithi023 (mon.0) 227 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-02-19T23:35:26.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:26 smithi184 bash[20261]: audit 2024-02-19T23:35:25.798697+0000 mon.smithi023 (mon.0) 228 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:35:26.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:26 smithi184 bash[20261]: audit 2024-02-19T23:35:25.799446+0000 mon.smithi023 (mon.0) 229 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:35:26.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:26 smithi184 bash[20261]: audit 2024-02-19T23:35:25.799904+0000 mon.smithi023 (mon.0) 230 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:35:26.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:26 smithi184 bash[20261]: audit 2024-02-19T23:35:25.800333+0000 mon.smithi023 (mon.0) 231 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:35:28.317 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:35:28.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:28 smithi023 bash[16423]: cluster 2024-02-19T23:35:26.897358+0000 mgr.smithi023.vhqanb (mgr.14182) 37 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:28.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:28 smithi023 bash[16423]: audit 2024-02-19T23:35:27.218540+0000 mon.smithi023 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.23:0/2736650674' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:35:28.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:28 smithi023 bash[16423]: audit 2024-02-19T23:35:27.616660+0000 mon.smithi023 (mon.0) 233 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7eedf425-f2fd-4054-8832-67d66d35df85"}]: dispatch 2024-02-19T23:35:28.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:28 smithi023 bash[16423]: audit 2024-02-19T23:35:27.616673+0000 mon.smithi184 (mon.1) 6 : audit [INF] from='client.? 172.21.15.184:0/2532165740' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7eedf425-f2fd-4054-8832-67d66d35df85"}]: dispatch 2024-02-19T23:35:28.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:28 smithi023 bash[16423]: audit 2024-02-19T23:35:27.627033+0000 mon.smithi023 (mon.0) 234 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7eedf425-f2fd-4054-8832-67d66d35df85"}]': finished 2024-02-19T23:35:28.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:28 smithi023 bash[16423]: cluster 2024-02-19T23:35:27.627115+0000 mon.smithi023 (mon.0) 235 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-19T23:35:28.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:28 smithi023 bash[16423]: audit 2024-02-19T23:35:27.627350+0000 mon.smithi023 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:35:28.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:28 smithi023 bash[16423]: audit 2024-02-19T23:35:27.628280+0000 mon.smithi023 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:35:28.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:28 smithi023 bash[16423]: audit 2024-02-19T23:35:27.628689+0000 mon.smithi023 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:35:28.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:28 smithi023 bash[16423]: audit 2024-02-19T23:35:27.629077+0000 mon.smithi023 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:35:28.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:28 smithi023 bash[16423]: audit 2024-02-19T23:35:27.629455+0000 mon.smithi023 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:35:28.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:28 smithi184 bash[20261]: cluster 2024-02-19T23:35:26.897358+0000 mgr.smithi023.vhqanb (mgr.14182) 37 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:28.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:28 smithi184 bash[20261]: audit 2024-02-19T23:35:27.218540+0000 mon.smithi023 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.23:0/2736650674' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:35:28.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:28 smithi184 bash[20261]: audit 2024-02-19T23:35:27.616660+0000 mon.smithi023 (mon.0) 233 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7eedf425-f2fd-4054-8832-67d66d35df85"}]: dispatch 2024-02-19T23:35:28.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:28 smithi184 bash[20261]: audit 2024-02-19T23:35:27.616673+0000 mon.smithi184 (mon.1) 6 : audit [INF] from='client.? 172.21.15.184:0/2532165740' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7eedf425-f2fd-4054-8832-67d66d35df85"}]: dispatch 2024-02-19T23:35:28.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:28 smithi184 bash[20261]: audit 2024-02-19T23:35:27.627033+0000 mon.smithi023 (mon.0) 234 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7eedf425-f2fd-4054-8832-67d66d35df85"}]': finished 2024-02-19T23:35:28.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:28 smithi184 bash[20261]: cluster 2024-02-19T23:35:27.627115+0000 mon.smithi023 (mon.0) 235 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-02-19T23:35:28.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:28 smithi184 bash[20261]: audit 2024-02-19T23:35:27.627350+0000 mon.smithi023 (mon.0) 236 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:35:28.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:28 smithi184 bash[20261]: audit 2024-02-19T23:35:27.628280+0000 mon.smithi023 (mon.0) 237 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:35:28.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:28 smithi184 bash[20261]: audit 2024-02-19T23:35:27.628689+0000 mon.smithi023 (mon.0) 238 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:35:28.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:28 smithi184 bash[20261]: audit 2024-02-19T23:35:27.629077+0000 mon.smithi023 (mon.0) 239 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:35:28.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:28 smithi184 bash[20261]: audit 2024-02-19T23:35:27.629455+0000 mon.smithi023 (mon.0) 240 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:35:28.943 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":10,"num_osds":5,"num_up_osds":0,"osd_up_since":0,"num_in_osds":5,"osd_in_since":1708385727,"num_remapped_pgs":0} 2024-02-19T23:35:29.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:29 smithi023 bash[16423]: audit 2024-02-19T23:35:28.313883+0000 mon.smithi023 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.23:0/4099188968' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:35:29.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:29 smithi023 bash[16423]: audit 2024-02-19T23:35:28.658735+0000 mon.smithi023 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.184:0/4075660559' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:35:29.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:29 smithi184 bash[20261]: audit 2024-02-19T23:35:28.313883+0000 mon.smithi023 (mon.0) 241 : audit [DBG] from='client.? 172.21.15.23:0/4099188968' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:35:29.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:29 smithi184 bash[20261]: audit 2024-02-19T23:35:28.658735+0000 mon.smithi023 (mon.0) 242 : audit [DBG] from='client.? 172.21.15.184:0/4075660559' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:35:29.945 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:35:30.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:30 smithi023 bash[16423]: cluster 2024-02-19T23:35:28.897759+0000 mgr.smithi023.vhqanb (mgr.14182) 38 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:30.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:30 smithi023 bash[16423]: audit 2024-02-19T23:35:30.003866+0000 mon.smithi023 (mon.0) 243 : audit [INF] from='client.? 172.21.15.23:0/2367243667' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "610fb05c-82c1-4045-82e1-39c00828401c"}]: dispatch 2024-02-19T23:35:30.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:30 smithi023 bash[16423]: audit 2024-02-19T23:35:30.013828+0000 mon.smithi023 (mon.0) 244 : audit [INF] from='client.? 172.21.15.23:0/2367243667' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "610fb05c-82c1-4045-82e1-39c00828401c"}]': finished 2024-02-19T23:35:30.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:30 smithi023 bash[16423]: cluster 2024-02-19T23:35:30.013923+0000 mon.smithi023 (mon.0) 245 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-19T23:35:30.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:30 smithi023 bash[16423]: audit 2024-02-19T23:35:30.014085+0000 mon.smithi023 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:35:30.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:30 smithi023 bash[16423]: audit 2024-02-19T23:35:30.014565+0000 mon.smithi023 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:35:30.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:30 smithi023 bash[16423]: audit 2024-02-19T23:35:30.014857+0000 mon.smithi023 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:35:30.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:30 smithi023 bash[16423]: audit 2024-02-19T23:35:30.015131+0000 mon.smithi023 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:35:30.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:30 smithi023 bash[16423]: audit 2024-02-19T23:35:30.015396+0000 mon.smithi023 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:35:30.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:30 smithi023 bash[16423]: audit 2024-02-19T23:35:30.015677+0000 mon.smithi023 (mon.0) 251 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:35:30.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:30 smithi184 bash[20261]: cluster 2024-02-19T23:35:28.897759+0000 mgr.smithi023.vhqanb (mgr.14182) 38 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:30.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:30 smithi184 bash[20261]: audit 2024-02-19T23:35:30.003866+0000 mon.smithi023 (mon.0) 243 : audit [INF] from='client.? 172.21.15.23:0/2367243667' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "610fb05c-82c1-4045-82e1-39c00828401c"}]: dispatch 2024-02-19T23:35:30.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:30 smithi184 bash[20261]: audit 2024-02-19T23:35:30.013828+0000 mon.smithi023 (mon.0) 244 : audit [INF] from='client.? 172.21.15.23:0/2367243667' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "610fb05c-82c1-4045-82e1-39c00828401c"}]': finished 2024-02-19T23:35:30.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:30 smithi184 bash[20261]: cluster 2024-02-19T23:35:30.013923+0000 mon.smithi023 (mon.0) 245 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-02-19T23:35:30.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:30 smithi184 bash[20261]: audit 2024-02-19T23:35:30.014085+0000 mon.smithi023 (mon.0) 246 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:35:30.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:30 smithi184 bash[20261]: audit 2024-02-19T23:35:30.014565+0000 mon.smithi023 (mon.0) 247 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:35:30.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:30 smithi184 bash[20261]: audit 2024-02-19T23:35:30.014857+0000 mon.smithi023 (mon.0) 248 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:35:30.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:30 smithi184 bash[20261]: audit 2024-02-19T23:35:30.015131+0000 mon.smithi023 (mon.0) 249 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:35:30.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:30 smithi184 bash[20261]: audit 2024-02-19T23:35:30.015396+0000 mon.smithi023 (mon.0) 250 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:35:30.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:30 smithi184 bash[20261]: audit 2024-02-19T23:35:30.015677+0000 mon.smithi023 (mon.0) 251 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:35:32.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:32 smithi023 bash[16423]: cluster 2024-02-19T23:35:30.898193+0000 mgr.smithi023.vhqanb (mgr.14182) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:32.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:32 smithi023 bash[16423]: audit 2024-02-19T23:35:31.391960+0000 mon.smithi023 (mon.0) 252 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0bf60baa-eccb-4aac-b12c-7008d12ef3a7"}]: dispatch 2024-02-19T23:35:32.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:32 smithi023 bash[16423]: audit 2024-02-19T23:35:31.391994+0000 mon.smithi184 (mon.1) 7 : audit [INF] from='client.? 172.21.15.184:0/1048505175' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0bf60baa-eccb-4aac-b12c-7008d12ef3a7"}]: dispatch 2024-02-19T23:35:32.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:32 smithi023 bash[16423]: audit 2024-02-19T23:35:31.399915+0000 mon.smithi023 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0bf60baa-eccb-4aac-b12c-7008d12ef3a7"}]': finished 2024-02-19T23:35:32.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:32 smithi023 bash[16423]: cluster 2024-02-19T23:35:31.400099+0000 mon.smithi023 (mon.0) 254 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-19T23:35:32.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:32 smithi023 bash[16423]: audit 2024-02-19T23:35:31.400379+0000 mon.smithi023 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:35:32.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:32 smithi023 bash[16423]: audit 2024-02-19T23:35:31.400953+0000 mon.smithi023 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:35:32.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:32 smithi023 bash[16423]: audit 2024-02-19T23:35:31.401202+0000 mon.smithi023 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:35:32.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:32 smithi023 bash[16423]: audit 2024-02-19T23:35:31.401448+0000 mon.smithi023 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:35:32.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:32 smithi023 bash[16423]: audit 2024-02-19T23:35:31.401721+0000 mon.smithi023 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:35:32.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:32 smithi023 bash[16423]: audit 2024-02-19T23:35:31.401949+0000 mon.smithi023 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:35:32.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:32 smithi023 bash[16423]: audit 2024-02-19T23:35:31.402226+0000 mon.smithi023 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:35:32.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:32 smithi023 bash[16423]: audit 2024-02-19T23:35:31.717454+0000 mon.smithi023 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.23:0/3515838920' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:35:32.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:32 smithi184 bash[20261]: cluster 2024-02-19T23:35:30.898193+0000 mgr.smithi023.vhqanb (mgr.14182) 39 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:32.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:32 smithi184 bash[20261]: audit 2024-02-19T23:35:31.391960+0000 mon.smithi023 (mon.0) 252 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0bf60baa-eccb-4aac-b12c-7008d12ef3a7"}]: dispatch 2024-02-19T23:35:32.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:32 smithi184 bash[20261]: audit 2024-02-19T23:35:31.391994+0000 mon.smithi184 (mon.1) 7 : audit [INF] from='client.? 172.21.15.184:0/1048505175' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "0bf60baa-eccb-4aac-b12c-7008d12ef3a7"}]: dispatch 2024-02-19T23:35:32.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:32 smithi184 bash[20261]: audit 2024-02-19T23:35:31.399915+0000 mon.smithi023 (mon.0) 253 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "0bf60baa-eccb-4aac-b12c-7008d12ef3a7"}]': finished 2024-02-19T23:35:32.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:32 smithi184 bash[20261]: cluster 2024-02-19T23:35:31.400099+0000 mon.smithi023 (mon.0) 254 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-02-19T23:35:32.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:32 smithi184 bash[20261]: audit 2024-02-19T23:35:31.400379+0000 mon.smithi023 (mon.0) 255 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:35:32.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:32 smithi184 bash[20261]: audit 2024-02-19T23:35:31.400953+0000 mon.smithi023 (mon.0) 256 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:35:32.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:32 smithi184 bash[20261]: audit 2024-02-19T23:35:31.401202+0000 mon.smithi023 (mon.0) 257 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:35:32.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:32 smithi184 bash[20261]: audit 2024-02-19T23:35:31.401448+0000 mon.smithi023 (mon.0) 258 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:35:32.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:32 smithi184 bash[20261]: audit 2024-02-19T23:35:31.401721+0000 mon.smithi023 (mon.0) 259 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:35:32.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:32 smithi184 bash[20261]: audit 2024-02-19T23:35:31.401949+0000 mon.smithi023 (mon.0) 260 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:35:32.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:32 smithi184 bash[20261]: audit 2024-02-19T23:35:31.402226+0000 mon.smithi023 (mon.0) 261 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:35:32.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:32 smithi184 bash[20261]: audit 2024-02-19T23:35:31.717454+0000 mon.smithi023 (mon.0) 262 : audit [DBG] from='client.? 172.21.15.23:0/3515838920' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:35:33.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:33 smithi023 bash[16423]: audit 2024-02-19T23:35:32.462229+0000 mon.smithi184 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.184:0/843094799' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:35:33.378 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:35:33.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:33 smithi184 bash[20261]: audit 2024-02-19T23:35:32.462229+0000 mon.smithi184 (mon.1) 8 : audit [DBG] from='client.? 172.21.15.184:0/843094799' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:35:33.978 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":12,"num_osds":7,"num_up_osds":0,"osd_up_since":0,"num_in_osds":7,"osd_in_since":1708385731,"num_remapped_pgs":0} 2024-02-19T23:35:34.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:34 smithi023 bash[16423]: cluster 2024-02-19T23:35:32.898752+0000 mgr.smithi023.vhqanb (mgr.14182) 40 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:34.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:34 smithi023 bash[16423]: audit 2024-02-19T23:35:33.375289+0000 mon.smithi023 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.23:0/337462223' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:35:34.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:34 smithi184 bash[20261]: cluster 2024-02-19T23:35:32.898752+0000 mgr.smithi023.vhqanb (mgr.14182) 40 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:34.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:34 smithi184 bash[20261]: audit 2024-02-19T23:35:33.375289+0000 mon.smithi023 (mon.0) 263 : audit [DBG] from='client.? 172.21.15.23:0/337462223' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:35:34.979 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:35:35.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:35 smithi023 bash[16423]: audit 2024-02-19T23:35:34.520795+0000 mon.smithi023 (mon.0) 264 : audit [INF] from='client.? 172.21.15.23:0/1788683188' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8599a4e9-455a-4063-8a41-4c74942338aa"}]: dispatch 2024-02-19T23:35:35.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:35 smithi023 bash[16423]: audit 2024-02-19T23:35:34.529880+0000 mon.smithi023 (mon.0) 265 : audit [INF] from='client.? 172.21.15.23:0/1788683188' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8599a4e9-455a-4063-8a41-4c74942338aa"}]': finished 2024-02-19T23:35:35.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:35 smithi023 bash[16423]: cluster 2024-02-19T23:35:34.529922+0000 mon.smithi023 (mon.0) 266 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-19T23:35:35.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:35 smithi023 bash[16423]: audit 2024-02-19T23:35:34.530103+0000 mon.smithi023 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:35:35.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:35 smithi023 bash[16423]: audit 2024-02-19T23:35:34.530753+0000 mon.smithi023 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:35:35.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:35 smithi023 bash[16423]: audit 2024-02-19T23:35:34.531138+0000 mon.smithi023 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:35:35.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:35 smithi023 bash[16423]: audit 2024-02-19T23:35:34.531540+0000 mon.smithi023 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:35:35.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:35 smithi023 bash[16423]: audit 2024-02-19T23:35:34.531907+0000 mon.smithi023 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:35:35.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:35 smithi023 bash[16423]: audit 2024-02-19T23:35:34.532259+0000 mon.smithi023 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:35:35.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:35 smithi023 bash[16423]: audit 2024-02-19T23:35:34.532576+0000 mon.smithi023 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:35:35.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:35 smithi023 bash[16423]: audit 2024-02-19T23:35:34.533013+0000 mon.smithi023 (mon.0) 274 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:35:35.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:35 smithi184 bash[20261]: audit 2024-02-19T23:35:34.520795+0000 mon.smithi023 (mon.0) 264 : audit [INF] from='client.? 172.21.15.23:0/1788683188' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8599a4e9-455a-4063-8a41-4c74942338aa"}]: dispatch 2024-02-19T23:35:35.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:35 smithi184 bash[20261]: audit 2024-02-19T23:35:34.529880+0000 mon.smithi023 (mon.0) 265 : audit [INF] from='client.? 172.21.15.23:0/1788683188' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8599a4e9-455a-4063-8a41-4c74942338aa"}]': finished 2024-02-19T23:35:35.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:35 smithi184 bash[20261]: cluster 2024-02-19T23:35:34.529922+0000 mon.smithi023 (mon.0) 266 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-02-19T23:35:35.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:35 smithi184 bash[20261]: audit 2024-02-19T23:35:34.530103+0000 mon.smithi023 (mon.0) 267 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:35:35.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:35 smithi184 bash[20261]: audit 2024-02-19T23:35:34.530753+0000 mon.smithi023 (mon.0) 268 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:35:35.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:35 smithi184 bash[20261]: audit 2024-02-19T23:35:34.531138+0000 mon.smithi023 (mon.0) 269 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:35:35.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:35 smithi184 bash[20261]: audit 2024-02-19T23:35:34.531540+0000 mon.smithi023 (mon.0) 270 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:35:35.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:35 smithi184 bash[20261]: audit 2024-02-19T23:35:34.531907+0000 mon.smithi023 (mon.0) 271 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:35:35.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:35 smithi184 bash[20261]: audit 2024-02-19T23:35:34.532259+0000 mon.smithi023 (mon.0) 272 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:35:35.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:35 smithi184 bash[20261]: audit 2024-02-19T23:35:34.532576+0000 mon.smithi023 (mon.0) 273 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:35:35.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:35 smithi184 bash[20261]: audit 2024-02-19T23:35:34.533013+0000 mon.smithi023 (mon.0) 274 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:35:36.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:36 smithi023 bash[16423]: cluster 2024-02-19T23:35:34.899203+0000 mgr.smithi023.vhqanb (mgr.14182) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:36.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:36 smithi023 bash[16423]: audit 2024-02-19T23:35:35.583444+0000 mon.smithi023 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.23:0/2366345395' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:35:36.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:36 smithi184 bash[20261]: cluster 2024-02-19T23:35:34.899203+0000 mgr.smithi023.vhqanb (mgr.14182) 41 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:36.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:36 smithi184 bash[20261]: audit 2024-02-19T23:35:35.583444+0000 mon.smithi023 (mon.0) 275 : audit [DBG] from='client.? 172.21.15.23:0/2366345395' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-19T23:35:38.062 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:35:38.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:38 smithi023 bash[16423]: cluster 2024-02-19T23:35:36.899566+0000 mgr.smithi023.vhqanb (mgr.14182) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:38.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:38 smithi023 bash[16423]: audit 2024-02-19T23:35:38.059359+0000 mon.smithi023 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.23:0/51156395' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:35:38.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:38 smithi184 bash[20261]: cluster 2024-02-19T23:35:36.899566+0000 mgr.smithi023.vhqanb (mgr.14182) 42 : cluster [DBG] pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:38.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:38 smithi184 bash[20261]: audit 2024-02-19T23:35:38.059359+0000 mon.smithi023 (mon.0) 276 : audit [DBG] from='client.? 172.21.15.23:0/51156395' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:35:38.849 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708385734,"num_remapped_pgs":0} 2024-02-19T23:35:39.850 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:35:40.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:40 smithi023 bash[16423]: cluster 2024-02-19T23:35:38.900024+0000 mgr.smithi023.vhqanb (mgr.14182) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:40.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:40 smithi184 bash[20261]: cluster 2024-02-19T23:35:38.900024+0000 mgr.smithi023.vhqanb (mgr.14182) 43 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:42.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:42 smithi023 bash[16423]: cluster 2024-02-19T23:35:40.900439+0000 mgr.smithi023.vhqanb (mgr.14182) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:42.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:42 smithi184 bash[20261]: cluster 2024-02-19T23:35:40.900439+0000 mgr.smithi023.vhqanb (mgr.14182) 44 : cluster [DBG] pgmap v37: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:42.969 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:35:43.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:43 smithi023 bash[16423]: audit 2024-02-19T23:35:42.965685+0000 mon.smithi023 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.23:0/2338286361' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:35:43.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:43 smithi184 bash[20261]: audit 2024-02-19T23:35:42.965685+0000 mon.smithi023 (mon.0) 277 : audit [DBG] from='client.? 172.21.15.23:0/2338286361' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:35:43.613 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708385734,"num_remapped_pgs":0} 2024-02-19T23:35:44.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:44 smithi023 bash[16423]: cluster 2024-02-19T23:35:42.900834+0000 mgr.smithi023.vhqanb (mgr.14182) 45 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:44.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:44 smithi023 bash[16423]: audit 2024-02-19T23:35:43.961289+0000 mon.smithi023 (mon.0) 278 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-19T23:35:44.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:44 smithi023 bash[16423]: audit 2024-02-19T23:35:43.963134+0000 mon.smithi023 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:35:44.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:44 smithi184 bash[20261]: cluster 2024-02-19T23:35:42.900834+0000 mgr.smithi023.vhqanb (mgr.14182) 45 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:44.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:44 smithi184 bash[20261]: audit 2024-02-19T23:35:43.961289+0000 mon.smithi023 (mon.0) 278 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-19T23:35:44.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:44 smithi184 bash[20261]: audit 2024-02-19T23:35:43.963134+0000 mon.smithi023 (mon.0) 279 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:35:44.614 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:35:45.361 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:45 smithi184 bash[20261]: cephadm 2024-02-19T23:35:43.964854+0000 mgr.smithi023.vhqanb (mgr.14182) 46 : cephadm [INF] Deploying daemon osd.0 on smithi184 2024-02-19T23:35:45.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:45 smithi023 bash[16423]: cephadm 2024-02-19T23:35:43.964854+0000 mgr.smithi023.vhqanb (mgr.14182) 46 : cephadm [INF] Deploying daemon osd.0 on smithi184 2024-02-19T23:35:46.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:46 smithi023 bash[16423]: cluster 2024-02-19T23:35:44.901287+0000 mgr.smithi023.vhqanb (mgr.14182) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:46.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:46 smithi184 bash[20261]: cluster 2024-02-19T23:35:44.901287+0000 mgr.smithi023.vhqanb (mgr.14182) 47 : cluster [DBG] pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:48.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:48 smithi023 bash[16423]: cluster 2024-02-19T23:35:46.901728+0000 mgr.smithi023.vhqanb (mgr.14182) 48 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:48.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:48 smithi023 bash[16423]: audit 2024-02-19T23:35:47.740791+0000 mon.smithi023 (mon.0) 280 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:35:48.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:48 smithi023 bash[16423]: audit 2024-02-19T23:35:47.742470+0000 mon.smithi023 (mon.0) 281 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-19T23:35:48.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:48 smithi023 bash[16423]: audit 2024-02-19T23:35:47.743891+0000 mon.smithi023 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:35:48.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:48 smithi184 bash[20261]: cluster 2024-02-19T23:35:46.901728+0000 mgr.smithi023.vhqanb (mgr.14182) 48 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:48.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:48 smithi184 bash[20261]: audit 2024-02-19T23:35:47.740791+0000 mon.smithi023 (mon.0) 280 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:35:48.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:48 smithi184 bash[20261]: audit 2024-02-19T23:35:47.742470+0000 mon.smithi023 (mon.0) 281 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-19T23:35:48.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:48 smithi184 bash[20261]: audit 2024-02-19T23:35:47.743891+0000 mon.smithi023 (mon.0) 282 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:35:48.711 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:35:49.337 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:49 smithi184 bash[20261]: cephadm 2024-02-19T23:35:47.745279+0000 mgr.smithi023.vhqanb (mgr.14182) 49 : cephadm [INF] Deploying daemon osd.2 on smithi184 2024-02-19T23:35:49.337 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:49 smithi184 bash[20261]: audit 2024-02-19T23:35:48.708380+0000 mon.smithi023 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.23:0/2921871891' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:35:49.338 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:49 smithi184 bash[20261]: audit 2024-02-19T23:35:49.047417+0000 mon.smithi023 (mon.0) 284 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-19T23:35:49.338 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:49 smithi184 bash[20261]: audit 2024-02-19T23:35:49.049000+0000 mon.smithi023 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:35:49.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:49 smithi023 bash[16423]: cephadm 2024-02-19T23:35:47.745279+0000 mgr.smithi023.vhqanb (mgr.14182) 49 : cephadm [INF] Deploying daemon osd.2 on smithi184 2024-02-19T23:35:49.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:49 smithi023 bash[16423]: audit 2024-02-19T23:35:48.708380+0000 mon.smithi023 (mon.0) 283 : audit [DBG] from='client.? 172.21.15.23:0/2921871891' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:35:49.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:49 smithi023 bash[16423]: audit 2024-02-19T23:35:49.047417+0000 mon.smithi023 (mon.0) 284 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-19T23:35:49.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:49 smithi023 bash[16423]: audit 2024-02-19T23:35:49.049000+0000 mon.smithi023 (mon.0) 285 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:35:49.507 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708385734,"num_remapped_pgs":0} 2024-02-19T23:35:50.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:50 smithi023 bash[16423]: cluster 2024-02-19T23:35:48.902188+0000 mgr.smithi023.vhqanb (mgr.14182) 50 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:50.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:50 smithi023 bash[16423]: cephadm 2024-02-19T23:35:49.050465+0000 mgr.smithi023.vhqanb (mgr.14182) 51 : cephadm [INF] Deploying daemon osd.1 on smithi023 2024-02-19T23:35:50.508 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:35:50.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:50 smithi184 bash[20261]: cluster 2024-02-19T23:35:48.902188+0000 mgr.smithi023.vhqanb (mgr.14182) 50 : cluster [DBG] pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:50.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:50 smithi184 bash[20261]: cephadm 2024-02-19T23:35:49.050465+0000 mgr.smithi023.vhqanb (mgr.14182) 51 : cephadm [INF] Deploying daemon osd.1 on smithi023 2024-02-19T23:35:52.384 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:52 smithi023 bash[16423]: cluster 2024-02-19T23:35:50.902661+0000 mgr.smithi023.vhqanb (mgr.14182) 52 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:52.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:52 smithi184 bash[20261]: cluster 2024-02-19T23:35:50.902661+0000 mgr.smithi023.vhqanb (mgr.14182) 52 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:53.926 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:53 smithi023 bash[16423]: audit 2024-02-19T23:35:52.717299+0000 mon.smithi023 (mon.0) 286 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:35:53.927 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:53 smithi023 bash[16423]: audit 2024-02-19T23:35:52.718698+0000 mon.smithi023 (mon.0) 287 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-19T23:35:53.927 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:53 smithi023 bash[16423]: audit 2024-02-19T23:35:52.720255+0000 mon.smithi023 (mon.0) 288 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:35:53.927 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:53 smithi023 bash[16423]: cephadm 2024-02-19T23:35:52.721609+0000 mgr.smithi023.vhqanb (mgr.14182) 53 : cephadm [INF] Deploying daemon osd.4 on smithi184 2024-02-19T23:35:53.927 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:53 smithi023 bash[16423]: cluster 2024-02-19T23:35:52.903128+0000 mgr.smithi023.vhqanb (mgr.14182) 54 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:54.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:53 smithi184 bash[20261]: audit 2024-02-19T23:35:52.717299+0000 mon.smithi023 (mon.0) 286 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:35:54.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:53 smithi184 bash[20261]: audit 2024-02-19T23:35:52.718698+0000 mon.smithi023 (mon.0) 287 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-19T23:35:54.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:53 smithi184 bash[20261]: audit 2024-02-19T23:35:52.720255+0000 mon.smithi023 (mon.0) 288 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:35:54.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:53 smithi184 bash[20261]: cephadm 2024-02-19T23:35:52.721609+0000 mgr.smithi023.vhqanb (mgr.14182) 53 : cephadm [INF] Deploying daemon osd.4 on smithi184 2024-02-19T23:35:54.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:53 smithi184 bash[20261]: cluster 2024-02-19T23:35:52.903128+0000 mgr.smithi023.vhqanb (mgr.14182) 54 : cluster [DBG] pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:54.356 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:35:55.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:54 smithi023 bash[16423]: audit 2024-02-19T23:35:53.963783+0000 mon.smithi023 (mon.0) 289 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:35:55.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:54 smithi023 bash[16423]: audit 2024-02-19T23:35:53.964950+0000 mon.smithi023 (mon.0) 290 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-19T23:35:55.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:54 smithi023 bash[16423]: audit 2024-02-19T23:35:53.965950+0000 mon.smithi023 (mon.0) 291 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:35:55.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:54 smithi023 bash[16423]: cephadm 2024-02-19T23:35:53.966721+0000 mgr.smithi023.vhqanb (mgr.14182) 55 : cephadm [INF] Deploying daemon osd.3 on smithi023 2024-02-19T23:35:55.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:54 smithi023 bash[16423]: audit 2024-02-19T23:35:54.350206+0000 mon.smithi023 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.23:0/2653988439' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:35:55.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:54 smithi184 bash[20261]: audit 2024-02-19T23:35:53.963783+0000 mon.smithi023 (mon.0) 289 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:35:55.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:54 smithi184 bash[20261]: audit 2024-02-19T23:35:53.964950+0000 mon.smithi023 (mon.0) 290 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-19T23:35:55.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:54 smithi184 bash[20261]: audit 2024-02-19T23:35:53.965950+0000 mon.smithi023 (mon.0) 291 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:35:55.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:54 smithi184 bash[20261]: cephadm 2024-02-19T23:35:53.966721+0000 mgr.smithi023.vhqanb (mgr.14182) 55 : cephadm [INF] Deploying daemon osd.3 on smithi023 2024-02-19T23:35:55.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:54 smithi184 bash[20261]: audit 2024-02-19T23:35:54.350206+0000 mon.smithi023 (mon.0) 292 : audit [DBG] from='client.? 172.21.15.23:0/2653988439' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:35:55.320 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1708385734,"num_remapped_pgs":0} 2024-02-19T23:35:56.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:55 smithi023 bash[16423]: cluster 2024-02-19T23:35:54.903591+0000 mgr.smithi023.vhqanb (mgr.14182) 56 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:56.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:55 smithi023 bash[16423]: audit 2024-02-19T23:35:55.792895+0000 mon.smithi023 (mon.0) 293 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-19T23:35:56.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:55 smithi023 bash[16423]: audit 2024-02-19T23:35:55.792960+0000 mon.smithi184 (mon.1) 9 : audit [INF] from='osd.0 [v2:172.21.15.184:6800/1361113874,v1:172.21.15.184:6801/1361113874]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-19T23:35:56.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:55 smithi184 bash[20261]: cluster 2024-02-19T23:35:54.903591+0000 mgr.smithi023.vhqanb (mgr.14182) 56 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:56.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:55 smithi184 bash[20261]: audit 2024-02-19T23:35:55.792895+0000 mon.smithi023 (mon.0) 293 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-19T23:35:56.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:55 smithi184 bash[20261]: audit 2024-02-19T23:35:55.792960+0000 mon.smithi184 (mon.1) 9 : audit [INF] from='osd.0 [v2:172.21.15.184:6800/1361113874,v1:172.21.15.184:6801/1361113874]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-19T23:35:56.321 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:35:57.156 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:57 smithi184 bash[20261]: audit 2024-02-19T23:35:55.976498+0000 mon.smithi023 (mon.0) 294 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-19T23:35:57.156 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:57 smithi184 bash[20261]: cluster 2024-02-19T23:35:55.976662+0000 mon.smithi023 (mon.0) 295 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-19T23:35:57.157 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:57 smithi184 bash[20261]: audit 2024-02-19T23:35:55.977307+0000 mon.smithi023 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:35:57.157 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:57 smithi184 bash[20261]: audit 2024-02-19T23:35:55.977912+0000 mon.smithi023 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:35:57.157 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:57 smithi184 bash[20261]: audit 2024-02-19T23:35:55.978511+0000 mon.smithi023 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:35:57.157 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:57 smithi184 bash[20261]: audit 2024-02-19T23:35:55.979058+0000 mon.smithi023 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:35:57.157 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:57 smithi184 bash[20261]: audit 2024-02-19T23:35:55.979305+0000 mon.smithi023 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:35:57.157 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:57 smithi184 bash[20261]: audit 2024-02-19T23:35:55.979540+0000 mon.smithi023 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:35:57.157 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:57 smithi184 bash[20261]: audit 2024-02-19T23:35:55.979804+0000 mon.smithi023 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:35:57.157 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:57 smithi184 bash[20261]: audit 2024-02-19T23:35:55.979985+0000 mon.smithi184 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.184:6800/1361113874,v1:172.21.15.184:6801/1361113874]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-02-19T23:35:57.157 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:57 smithi184 bash[20261]: audit 2024-02-19T23:35:55.980053+0000 mon.smithi023 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:35:57.157 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:57 smithi184 bash[20261]: audit 2024-02-19T23:35:55.985997+0000 mon.smithi023 (mon.0) 304 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-02-19T23:35:57.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:57 smithi023 bash[16423]: audit 2024-02-19T23:35:55.976498+0000 mon.smithi023 (mon.0) 294 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-19T23:35:57.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:57 smithi023 bash[16423]: cluster 2024-02-19T23:35:55.976662+0000 mon.smithi023 (mon.0) 295 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-02-19T23:35:57.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:57 smithi023 bash[16423]: audit 2024-02-19T23:35:55.977307+0000 mon.smithi023 (mon.0) 296 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:35:57.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:57 smithi023 bash[16423]: audit 2024-02-19T23:35:55.977912+0000 mon.smithi023 (mon.0) 297 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:35:57.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:57 smithi023 bash[16423]: audit 2024-02-19T23:35:55.978511+0000 mon.smithi023 (mon.0) 298 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:35:57.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:57 smithi023 bash[16423]: audit 2024-02-19T23:35:55.979058+0000 mon.smithi023 (mon.0) 299 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:35:57.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:57 smithi023 bash[16423]: audit 2024-02-19T23:35:55.979305+0000 mon.smithi023 (mon.0) 300 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:35:57.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:57 smithi023 bash[16423]: audit 2024-02-19T23:35:55.979540+0000 mon.smithi023 (mon.0) 301 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:35:57.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:57 smithi023 bash[16423]: audit 2024-02-19T23:35:55.979804+0000 mon.smithi023 (mon.0) 302 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:35:57.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:57 smithi023 bash[16423]: audit 2024-02-19T23:35:55.979985+0000 mon.smithi184 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.184:6800/1361113874,v1:172.21.15.184:6801/1361113874]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-02-19T23:35:57.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:57 smithi023 bash[16423]: audit 2024-02-19T23:35:55.980053+0000 mon.smithi023 (mon.0) 303 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:35:57.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:57 smithi023 bash[16423]: audit 2024-02-19T23:35:55.985997+0000 mon.smithi023 (mon.0) 304 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-02-19T23:35:58.091 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:58 smithi184 bash[20261]: cluster 2024-02-19T23:35:56.904072+0000 mgr.smithi023.vhqanb (mgr.14182) 57 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:58.091 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:58 smithi184 bash[20261]: audit 2024-02-19T23:35:56.995053+0000 mon.smithi023 (mon.0) 305 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-02-19T23:35:58.091 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:58 smithi184 bash[20261]: cluster 2024-02-19T23:35:56.995148+0000 mon.smithi023 (mon.0) 306 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-19T23:35:58.091 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:58 smithi184 bash[20261]: audit 2024-02-19T23:35:56.995818+0000 mon.smithi023 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:35:58.091 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:58 smithi184 bash[20261]: audit 2024-02-19T23:35:56.996581+0000 mon.smithi023 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:35:58.092 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:58 smithi184 bash[20261]: audit 2024-02-19T23:35:56.997167+0000 mon.smithi023 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:35:58.092 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:58 smithi184 bash[20261]: audit 2024-02-19T23:35:56.997659+0000 mon.smithi023 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:35:58.092 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:58 smithi184 bash[20261]: audit 2024-02-19T23:35:56.998137+0000 mon.smithi023 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:35:58.092 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:58 smithi184 bash[20261]: audit 2024-02-19T23:35:56.998596+0000 mon.smithi023 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:35:58.092 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:58 smithi184 bash[20261]: audit 2024-02-19T23:35:56.999061+0000 mon.smithi023 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:35:58.092 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:58 smithi184 bash[20261]: audit 2024-02-19T23:35:56.999755+0000 mon.smithi023 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:35:58.092 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:58 smithi184 bash[20261]: audit 2024-02-19T23:35:57.008101+0000 mon.smithi023 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:35:58.403 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:58 smithi023 bash[16423]: cluster 2024-02-19T23:35:56.904072+0000 mgr.smithi023.vhqanb (mgr.14182) 57 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:35:58.403 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:58 smithi023 bash[16423]: audit 2024-02-19T23:35:56.995053+0000 mon.smithi023 (mon.0) 305 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-02-19T23:35:58.403 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:58 smithi023 bash[16423]: cluster 2024-02-19T23:35:56.995148+0000 mon.smithi023 (mon.0) 306 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-02-19T23:35:58.403 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:58 smithi023 bash[16423]: audit 2024-02-19T23:35:56.995818+0000 mon.smithi023 (mon.0) 307 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:35:58.403 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:58 smithi023 bash[16423]: audit 2024-02-19T23:35:56.996581+0000 mon.smithi023 (mon.0) 308 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:35:58.403 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:58 smithi023 bash[16423]: audit 2024-02-19T23:35:56.997167+0000 mon.smithi023 (mon.0) 309 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:35:58.404 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:58 smithi023 bash[16423]: audit 2024-02-19T23:35:56.997659+0000 mon.smithi023 (mon.0) 310 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:35:58.404 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:58 smithi023 bash[16423]: audit 2024-02-19T23:35:56.998137+0000 mon.smithi023 (mon.0) 311 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:35:58.404 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:58 smithi023 bash[16423]: audit 2024-02-19T23:35:56.998596+0000 mon.smithi023 (mon.0) 312 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:35:58.404 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:58 smithi023 bash[16423]: audit 2024-02-19T23:35:56.999061+0000 mon.smithi023 (mon.0) 313 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:35:58.404 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:58 smithi023 bash[16423]: audit 2024-02-19T23:35:56.999755+0000 mon.smithi023 (mon.0) 314 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:35:58.404 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:58 smithi023 bash[16423]: audit 2024-02-19T23:35:57.008101+0000 mon.smithi023 (mon.0) 315 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:35:59.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:59 smithi023 bash[16423]: cluster 2024-02-19T23:35:56.754196+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:35:59.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:59 smithi023 bash[16423]: cluster 2024-02-19T23:35:56.754259+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:35:59.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:59 smithi023 bash[16423]: audit 2024-02-19T23:35:58.002079+0000 mon.smithi023 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:35:59.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:59 smithi023 bash[16423]: cluster 2024-02-19T23:35:58.008261+0000 mon.smithi023 (mon.0) 317 : cluster [INF] osd.0 [v2:172.21.15.184:6800/1361113874,v1:172.21.15.184:6801/1361113874] boot 2024-02-19T23:35:59.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:59 smithi023 bash[16423]: cluster 2024-02-19T23:35:58.008345+0000 mon.smithi023 (mon.0) 318 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-19T23:35:59.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:59 smithi023 bash[16423]: audit 2024-02-19T23:35:58.009079+0000 mon.smithi023 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:35:59.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:59 smithi023 bash[16423]: audit 2024-02-19T23:35:58.009633+0000 mon.smithi023 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:35:59.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:59 smithi023 bash[16423]: audit 2024-02-19T23:35:58.009976+0000 mon.smithi023 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:35:59.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:59 smithi023 bash[16423]: audit 2024-02-19T23:35:58.010477+0000 mon.smithi023 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:35:59.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:59 smithi023 bash[16423]: audit 2024-02-19T23:35:58.010831+0000 mon.smithi023 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:35:59.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:59 smithi023 bash[16423]: audit 2024-02-19T23:35:58.011227+0000 mon.smithi023 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:35:59.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:59 smithi023 bash[16423]: audit 2024-02-19T23:35:58.011577+0000 mon.smithi023 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:35:59.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:59 smithi023 bash[16423]: audit 2024-02-19T23:35:58.012043+0000 mon.smithi023 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:35:59.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:59 smithi023 bash[16423]: audit 2024-02-19T23:35:58.132528+0000 mon.smithi023 (mon.0) 327 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:35:59.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:59 smithi023 bash[16423]: audit 2024-02-19T23:35:58.134523+0000 mon.smithi023 (mon.0) 328 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-19T23:35:59.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:59 smithi023 bash[16423]: audit 2024-02-19T23:35:58.136315+0000 mon.smithi023 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:35:59.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:35:59 smithi023 bash[16423]: cephadm 2024-02-19T23:35:58.137849+0000 mgr.smithi023.vhqanb (mgr.14182) 58 : cephadm [INF] Deploying daemon osd.6 on smithi184 2024-02-19T23:35:59.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:59 smithi184 bash[20261]: cluster 2024-02-19T23:35:56.754196+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:35:59.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:59 smithi184 bash[20261]: cluster 2024-02-19T23:35:56.754259+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:35:59.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:59 smithi184 bash[20261]: audit 2024-02-19T23:35:58.002079+0000 mon.smithi023 (mon.0) 316 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:35:59.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:59 smithi184 bash[20261]: cluster 2024-02-19T23:35:58.008261+0000 mon.smithi023 (mon.0) 317 : cluster [INF] osd.0 [v2:172.21.15.184:6800/1361113874,v1:172.21.15.184:6801/1361113874] boot 2024-02-19T23:35:59.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:59 smithi184 bash[20261]: cluster 2024-02-19T23:35:58.008345+0000 mon.smithi023 (mon.0) 318 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-02-19T23:35:59.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:59 smithi184 bash[20261]: audit 2024-02-19T23:35:58.009079+0000 mon.smithi023 (mon.0) 319 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-19T23:35:59.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:59 smithi184 bash[20261]: audit 2024-02-19T23:35:58.009633+0000 mon.smithi023 (mon.0) 320 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:35:59.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:59 smithi184 bash[20261]: audit 2024-02-19T23:35:58.009976+0000 mon.smithi023 (mon.0) 321 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:35:59.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:59 smithi184 bash[20261]: audit 2024-02-19T23:35:58.010477+0000 mon.smithi023 (mon.0) 322 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:35:59.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:59 smithi184 bash[20261]: audit 2024-02-19T23:35:58.010831+0000 mon.smithi023 (mon.0) 323 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:35:59.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:59 smithi184 bash[20261]: audit 2024-02-19T23:35:58.011227+0000 mon.smithi023 (mon.0) 324 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:35:59.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:59 smithi184 bash[20261]: audit 2024-02-19T23:35:58.011577+0000 mon.smithi023 (mon.0) 325 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:35:59.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:59 smithi184 bash[20261]: audit 2024-02-19T23:35:58.012043+0000 mon.smithi023 (mon.0) 326 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:35:59.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:59 smithi184 bash[20261]: audit 2024-02-19T23:35:58.132528+0000 mon.smithi023 (mon.0) 327 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:35:59.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:59 smithi184 bash[20261]: audit 2024-02-19T23:35:58.134523+0000 mon.smithi023 (mon.0) 328 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-19T23:35:59.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:59 smithi184 bash[20261]: audit 2024-02-19T23:35:58.136315+0000 mon.smithi023 (mon.0) 329 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:35:59.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:35:59 smithi184 bash[20261]: cephadm 2024-02-19T23:35:58.137849+0000 mgr.smithi023.vhqanb (mgr.14182) 58 : cephadm [INF] Deploying daemon osd.6 on smithi184 2024-02-19T23:36:00.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:00 smithi184 bash[20261]: cluster 2024-02-19T23:35:58.904559+0000 mgr.smithi023.vhqanb (mgr.14182) 59 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:36:00.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:00 smithi184 bash[20261]: cluster 2024-02-19T23:35:59.150630+0000 mon.smithi023 (mon.0) 330 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-19T23:36:00.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:00 smithi184 bash[20261]: audit 2024-02-19T23:35:59.150892+0000 mon.smithi023 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:36:00.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:00 smithi184 bash[20261]: audit 2024-02-19T23:35:59.151445+0000 mon.smithi023 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:36:00.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:00 smithi184 bash[20261]: audit 2024-02-19T23:35:59.151820+0000 mon.smithi023 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:00.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:00 smithi184 bash[20261]: audit 2024-02-19T23:35:59.152187+0000 mon.smithi023 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:36:00.421 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:00 smithi184 bash[20261]: audit 2024-02-19T23:35:59.152500+0000 mon.smithi023 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:00.422 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:00 smithi184 bash[20261]: audit 2024-02-19T23:35:59.152906+0000 mon.smithi023 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:00.422 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:00 smithi184 bash[20261]: audit 2024-02-19T23:35:59.153242+0000 mon.smithi023 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:00.451 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:00 smithi023 bash[16423]: cluster 2024-02-19T23:35:58.904559+0000 mgr.smithi023.vhqanb (mgr.14182) 59 : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-19T23:36:00.451 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:00 smithi023 bash[16423]: cluster 2024-02-19T23:35:59.150630+0000 mon.smithi023 (mon.0) 330 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-02-19T23:36:00.451 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:00 smithi023 bash[16423]: audit 2024-02-19T23:35:59.150892+0000 mon.smithi023 (mon.0) 331 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:36:00.451 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:00 smithi023 bash[16423]: audit 2024-02-19T23:35:59.151445+0000 mon.smithi023 (mon.0) 332 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:36:00.452 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:00 smithi023 bash[16423]: audit 2024-02-19T23:35:59.151820+0000 mon.smithi023 (mon.0) 333 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:00.452 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:00 smithi023 bash[16423]: audit 2024-02-19T23:35:59.152187+0000 mon.smithi023 (mon.0) 334 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:36:00.452 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:00 smithi023 bash[16423]: audit 2024-02-19T23:35:59.152500+0000 mon.smithi023 (mon.0) 335 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:00.452 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:00 smithi023 bash[16423]: audit 2024-02-19T23:35:59.152906+0000 mon.smithi023 (mon.0) 336 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:00.452 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:00 smithi023 bash[16423]: audit 2024-02-19T23:35:59.153242+0000 mon.smithi023 (mon.0) 337 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:01.899 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:36:02.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:01 smithi184 bash[20261]: audit 2024-02-19T23:36:00.742106+0000 mon.smithi023 (mon.0) 338 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:02.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:01 smithi184 bash[20261]: audit 2024-02-19T23:36:00.743265+0000 mon.smithi023 (mon.0) 339 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-19T23:36:02.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:01 smithi184 bash[20261]: audit 2024-02-19T23:36:00.744340+0000 mon.smithi023 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:36:02.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:01 smithi184 bash[20261]: cephadm 2024-02-19T23:36:00.745260+0000 mgr.smithi023.vhqanb (mgr.14182) 60 : cephadm [INF] Deploying daemon osd.5 on smithi023 2024-02-19T23:36:02.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:01 smithi184 bash[20261]: audit 2024-02-19T23:36:00.786584+0000 mon.smithi023 (mon.0) 341 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-19T23:36:02.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:01 smithi184 bash[20261]: audit 2024-02-19T23:36:00.786775+0000 mon.smithi184 (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.184:6808/2223051073,v1:172.21.15.184:6809/2223051073]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-19T23:36:02.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:01 smithi184 bash[20261]: cluster 2024-02-19T23:36:00.905094+0000 mgr.smithi023.vhqanb (mgr.14182) 61 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-19T23:36:02.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:01 smithi023 bash[16423]: audit 2024-02-19T23:36:00.742106+0000 mon.smithi023 (mon.0) 338 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:02.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:01 smithi023 bash[16423]: audit 2024-02-19T23:36:00.743265+0000 mon.smithi023 (mon.0) 339 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-19T23:36:02.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:01 smithi023 bash[16423]: audit 2024-02-19T23:36:00.744340+0000 mon.smithi023 (mon.0) 340 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:36:02.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:01 smithi023 bash[16423]: cephadm 2024-02-19T23:36:00.745260+0000 mgr.smithi023.vhqanb (mgr.14182) 60 : cephadm [INF] Deploying daemon osd.5 on smithi023 2024-02-19T23:36:02.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:01 smithi023 bash[16423]: audit 2024-02-19T23:36:00.786584+0000 mon.smithi023 (mon.0) 341 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-19T23:36:02.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:01 smithi023 bash[16423]: audit 2024-02-19T23:36:00.786775+0000 mon.smithi184 (mon.1) 11 : audit [INF] from='osd.2 [v2:172.21.15.184:6808/2223051073,v1:172.21.15.184:6809/2223051073]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-19T23:36:02.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:01 smithi023 bash[16423]: cluster 2024-02-19T23:36:00.905094+0000 mgr.smithi023.vhqanb (mgr.14182) 61 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-19T23:36:02.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:02 smithi023 bash[16423]: audit 2024-02-19T23:36:01.756799+0000 mon.smithi023 (mon.0) 342 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-19T23:36:02.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:02 smithi023 bash[16423]: cluster 2024-02-19T23:36:01.756956+0000 mon.smithi023 (mon.0) 343 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-19T23:36:02.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:02 smithi023 bash[16423]: audit 2024-02-19T23:36:01.757181+0000 mon.smithi023 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:36:02.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:02 smithi023 bash[16423]: audit 2024-02-19T23:36:01.757848+0000 mon.smithi023 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:36:02.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:02 smithi023 bash[16423]: audit 2024-02-19T23:36:01.758172+0000 mon.smithi023 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:02.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:02 smithi023 bash[16423]: audit 2024-02-19T23:36:01.758470+0000 mon.smithi023 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:36:02.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:02 smithi023 bash[16423]: audit 2024-02-19T23:36:01.758691+0000 mon.smithi184 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.184:6808/2223051073,v1:172.21.15.184:6809/2223051073]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-02-19T23:36:02.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:02 smithi023 bash[16423]: audit 2024-02-19T23:36:01.759005+0000 mon.smithi023 (mon.0) 348 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-02-19T23:36:02.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:02 smithi023 bash[16423]: audit 2024-02-19T23:36:01.759510+0000 mon.smithi023 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:02.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:02 smithi023 bash[16423]: audit 2024-02-19T23:36:01.759920+0000 mon.smithi023 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:02.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:02 smithi023 bash[16423]: audit 2024-02-19T23:36:01.760243+0000 mon.smithi023 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:02.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:02 smithi023 bash[16423]: audit 2024-02-19T23:36:01.895677+0000 mon.smithi023 (mon.0) 352 : audit [DBG] from='client.? 172.21.15.23:0/2014625213' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:36:03.008 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":18,"num_osds":8,"num_up_osds":1,"osd_up_since":1708385758,"num_in_osds":8,"osd_in_since":1708385734,"num_remapped_pgs":0} 2024-02-19T23:36:03.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:02 smithi184 bash[20261]: audit 2024-02-19T23:36:01.756799+0000 mon.smithi023 (mon.0) 342 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-19T23:36:03.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:02 smithi184 bash[20261]: cluster 2024-02-19T23:36:01.756956+0000 mon.smithi023 (mon.0) 343 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-02-19T23:36:03.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:02 smithi184 bash[20261]: audit 2024-02-19T23:36:01.757181+0000 mon.smithi023 (mon.0) 344 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:36:03.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:02 smithi184 bash[20261]: audit 2024-02-19T23:36:01.757848+0000 mon.smithi023 (mon.0) 345 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:36:03.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:02 smithi184 bash[20261]: audit 2024-02-19T23:36:01.758172+0000 mon.smithi023 (mon.0) 346 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:03.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:02 smithi184 bash[20261]: audit 2024-02-19T23:36:01.758470+0000 mon.smithi023 (mon.0) 347 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:36:03.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:02 smithi184 bash[20261]: audit 2024-02-19T23:36:01.758691+0000 mon.smithi184 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.184:6808/2223051073,v1:172.21.15.184:6809/2223051073]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-02-19T23:36:03.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:02 smithi184 bash[20261]: audit 2024-02-19T23:36:01.759005+0000 mon.smithi023 (mon.0) 348 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-02-19T23:36:03.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:02 smithi184 bash[20261]: audit 2024-02-19T23:36:01.759510+0000 mon.smithi023 (mon.0) 349 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:03.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:02 smithi184 bash[20261]: audit 2024-02-19T23:36:01.759920+0000 mon.smithi023 (mon.0) 350 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:03.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:02 smithi184 bash[20261]: audit 2024-02-19T23:36:01.760243+0000 mon.smithi023 (mon.0) 351 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:03.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:02 smithi184 bash[20261]: audit 2024-02-19T23:36:01.895677+0000 mon.smithi023 (mon.0) 352 : audit [DBG] from='client.? 172.21.15.23:0/2014625213' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:36:04.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:03 smithi184 bash[20261]: audit 2024-02-19T23:36:02.765066+0000 mon.smithi023 (mon.0) 353 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-02-19T23:36:04.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:03 smithi184 bash[20261]: cluster 2024-02-19T23:36:02.765271+0000 mon.smithi023 (mon.0) 354 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-19T23:36:04.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:03 smithi184 bash[20261]: audit 2024-02-19T23:36:02.766010+0000 mon.smithi023 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:36:04.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:03 smithi184 bash[20261]: audit 2024-02-19T23:36:02.766470+0000 mon.smithi023 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:36:04.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:03 smithi184 bash[20261]: audit 2024-02-19T23:36:02.766812+0000 mon.smithi023 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:04.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:03 smithi184 bash[20261]: audit 2024-02-19T23:36:02.767129+0000 mon.smithi023 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:36:04.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:03 smithi184 bash[20261]: audit 2024-02-19T23:36:02.771373+0000 mon.smithi023 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:04.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:03 smithi184 bash[20261]: audit 2024-02-19T23:36:02.771565+0000 mon.smithi023 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:04.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:03 smithi184 bash[20261]: audit 2024-02-19T23:36:02.771773+0000 mon.smithi023 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:04.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:03 smithi184 bash[20261]: audit 2024-02-19T23:36:02.772034+0000 mon.smithi023 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:36:04.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:03 smithi184 bash[20261]: cluster 2024-02-19T23:36:02.905497+0000 mgr.smithi023.vhqanb (mgr.14182) 62 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-19T23:36:04.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:03 smithi184 bash[20261]: audit 2024-02-19T23:36:03.291370+0000 mon.smithi023 (mon.0) 363 : audit [INF] from='osd.1 [v2:172.21.15.23:6802/4121111844,v1:172.21.15.23:6803/4121111844]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-19T23:36:04.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:03 smithi184 bash[20261]: audit 2024-02-19T23:36:03.742127+0000 mon.smithi023 (mon.0) 364 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:04.010 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:36:04.011 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:03 smithi023 bash[16423]: audit 2024-02-19T23:36:02.765066+0000 mon.smithi023 (mon.0) 353 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-02-19T23:36:04.011 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:03 smithi023 bash[16423]: cluster 2024-02-19T23:36:02.765271+0000 mon.smithi023 (mon.0) 354 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-02-19T23:36:04.011 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:03 smithi023 bash[16423]: audit 2024-02-19T23:36:02.766010+0000 mon.smithi023 (mon.0) 355 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:36:04.011 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:03 smithi023 bash[16423]: audit 2024-02-19T23:36:02.766470+0000 mon.smithi023 (mon.0) 356 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:36:04.011 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:03 smithi023 bash[16423]: audit 2024-02-19T23:36:02.766812+0000 mon.smithi023 (mon.0) 357 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:04.011 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:03 smithi023 bash[16423]: audit 2024-02-19T23:36:02.767129+0000 mon.smithi023 (mon.0) 358 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:36:04.011 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:03 smithi023 bash[16423]: audit 2024-02-19T23:36:02.771373+0000 mon.smithi023 (mon.0) 359 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:04.011 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:03 smithi023 bash[16423]: audit 2024-02-19T23:36:02.771565+0000 mon.smithi023 (mon.0) 360 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:04.011 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:03 smithi023 bash[16423]: audit 2024-02-19T23:36:02.771773+0000 mon.smithi023 (mon.0) 361 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:04.011 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:03 smithi023 bash[16423]: audit 2024-02-19T23:36:02.772034+0000 mon.smithi023 (mon.0) 362 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:36:04.011 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:03 smithi023 bash[16423]: cluster 2024-02-19T23:36:02.905497+0000 mgr.smithi023.vhqanb (mgr.14182) 62 : cluster [DBG] pgmap v54: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-02-19T23:36:04.011 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:03 smithi023 bash[16423]: audit 2024-02-19T23:36:03.291370+0000 mon.smithi023 (mon.0) 363 : audit [INF] from='osd.1 [v2:172.21.15.23:6802/4121111844,v1:172.21.15.23:6803/4121111844]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-19T23:36:04.011 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:03 smithi023 bash[16423]: audit 2024-02-19T23:36:03.742127+0000 mon.smithi023 (mon.0) 364 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:05.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:04 smithi184 bash[20261]: cluster 2024-02-19T23:36:01.742999+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:36:05.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:04 smithi184 bash[20261]: cluster 2024-02-19T23:36:01.743086+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:36:05.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:04 smithi184 bash[20261]: cluster 2024-02-19T23:36:03.772643+0000 mon.smithi023 (mon.0) 365 : cluster [INF] osd.2 [v2:172.21.15.184:6808/2223051073,v1:172.21.15.184:6809/2223051073] boot 2024-02-19T23:36:05.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:04 smithi184 bash[20261]: audit 2024-02-19T23:36:03.772700+0000 mon.smithi023 (mon.0) 366 : audit [INF] from='osd.1 [v2:172.21.15.23:6802/4121111844,v1:172.21.15.23:6803/4121111844]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-19T23:36:05.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:04 smithi184 bash[20261]: cluster 2024-02-19T23:36:03.772752+0000 mon.smithi023 (mon.0) 367 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-19T23:36:05.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:04 smithi184 bash[20261]: audit 2024-02-19T23:36:03.773299+0000 mon.smithi023 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:36:05.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:04 smithi184 bash[20261]: audit 2024-02-19T23:36:03.774234+0000 mon.smithi023 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:36:05.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:04 smithi184 bash[20261]: audit 2024-02-19T23:36:03.774802+0000 mon.smithi023 (mon.0) 370 : audit [INF] from='osd.1 [v2:172.21.15.23:6802/4121111844,v1:172.21.15.23:6803/4121111844]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-02-19T23:36:05.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:04 smithi184 bash[20261]: audit 2024-02-19T23:36:03.775586+0000 mon.smithi023 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:05.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:04 smithi184 bash[20261]: audit 2024-02-19T23:36:03.780003+0000 mon.smithi023 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:36:05.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:04 smithi184 bash[20261]: audit 2024-02-19T23:36:03.780387+0000 mon.smithi023 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:05.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:04 smithi184 bash[20261]: audit 2024-02-19T23:36:03.780739+0000 mon.smithi023 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:05.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:04 smithi184 bash[20261]: audit 2024-02-19T23:36:03.781071+0000 mon.smithi023 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:05.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:04 smithi023 bash[16423]: cluster 2024-02-19T23:36:01.742999+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:36:05.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:04 smithi023 bash[16423]: cluster 2024-02-19T23:36:01.743086+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:36:05.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:04 smithi023 bash[16423]: cluster 2024-02-19T23:36:03.772643+0000 mon.smithi023 (mon.0) 365 : cluster [INF] osd.2 [v2:172.21.15.184:6808/2223051073,v1:172.21.15.184:6809/2223051073] boot 2024-02-19T23:36:05.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:04 smithi023 bash[16423]: audit 2024-02-19T23:36:03.772700+0000 mon.smithi023 (mon.0) 366 : audit [INF] from='osd.1 [v2:172.21.15.23:6802/4121111844,v1:172.21.15.23:6803/4121111844]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-19T23:36:05.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:04 smithi023 bash[16423]: cluster 2024-02-19T23:36:03.772752+0000 mon.smithi023 (mon.0) 367 : cluster [DBG] osdmap e20: 8 total, 2 up, 8 in 2024-02-19T23:36:05.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:04 smithi023 bash[16423]: audit 2024-02-19T23:36:03.773299+0000 mon.smithi023 (mon.0) 368 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-19T23:36:05.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:04 smithi023 bash[16423]: audit 2024-02-19T23:36:03.774234+0000 mon.smithi023 (mon.0) 369 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:36:05.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:04 smithi023 bash[16423]: audit 2024-02-19T23:36:03.774802+0000 mon.smithi023 (mon.0) 370 : audit [INF] from='osd.1 [v2:172.21.15.23:6802/4121111844,v1:172.21.15.23:6803/4121111844]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-02-19T23:36:05.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:04 smithi023 bash[16423]: audit 2024-02-19T23:36:03.775586+0000 mon.smithi023 (mon.0) 371 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:05.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:04 smithi023 bash[16423]: audit 2024-02-19T23:36:03.780003+0000 mon.smithi023 (mon.0) 372 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:36:05.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:04 smithi023 bash[16423]: audit 2024-02-19T23:36:03.780387+0000 mon.smithi023 (mon.0) 373 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:05.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:04 smithi023 bash[16423]: audit 2024-02-19T23:36:03.780739+0000 mon.smithi023 (mon.0) 374 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:05.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:04 smithi023 bash[16423]: audit 2024-02-19T23:36:03.781071+0000 mon.smithi023 (mon.0) 375 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:05.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:05 smithi023 bash[16423]: audit 2024-02-19T23:36:04.783721+0000 mon.smithi023 (mon.0) 376 : audit [INF] from='osd.1 [v2:172.21.15.23:6802/4121111844,v1:172.21.15.23:6803/4121111844]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-02-19T23:36:05.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:05 smithi023 bash[16423]: cluster 2024-02-19T23:36:04.783883+0000 mon.smithi023 (mon.0) 377 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-02-19T23:36:05.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:05 smithi023 bash[16423]: audit 2024-02-19T23:36:04.784728+0000 mon.smithi023 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:36:05.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:05 smithi023 bash[16423]: audit 2024-02-19T23:36:04.785076+0000 mon.smithi023 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:05.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:05 smithi023 bash[16423]: audit 2024-02-19T23:36:04.785729+0000 mon.smithi023 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:36:05.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:05 smithi023 bash[16423]: audit 2024-02-19T23:36:04.785918+0000 mon.smithi023 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:05.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:05 smithi023 bash[16423]: audit 2024-02-19T23:36:04.786064+0000 mon.smithi023 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:05.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:05 smithi023 bash[16423]: audit 2024-02-19T23:36:04.791367+0000 mon.smithi023 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:05.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:05 smithi023 bash[16423]: audit 2024-02-19T23:36:04.792205+0000 mon.smithi023 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:36:05.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:05 smithi023 bash[16423]: cluster 2024-02-19T23:36:04.905991+0000 mgr.smithi023.vhqanb (mgr.14182) 63 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-19T23:36:06.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:05 smithi184 bash[20261]: audit 2024-02-19T23:36:04.783721+0000 mon.smithi023 (mon.0) 376 : audit [INF] from='osd.1 [v2:172.21.15.23:6802/4121111844,v1:172.21.15.23:6803/4121111844]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-02-19T23:36:06.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:05 smithi184 bash[20261]: cluster 2024-02-19T23:36:04.783883+0000 mon.smithi023 (mon.0) 377 : cluster [DBG] osdmap e21: 8 total, 2 up, 8 in 2024-02-19T23:36:06.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:05 smithi184 bash[20261]: audit 2024-02-19T23:36:04.784728+0000 mon.smithi023 (mon.0) 378 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:36:06.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:05 smithi184 bash[20261]: audit 2024-02-19T23:36:04.785076+0000 mon.smithi023 (mon.0) 379 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:06.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:05 smithi184 bash[20261]: audit 2024-02-19T23:36:04.785729+0000 mon.smithi023 (mon.0) 380 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:36:06.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:05 smithi184 bash[20261]: audit 2024-02-19T23:36:04.785918+0000 mon.smithi023 (mon.0) 381 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:06.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:05 smithi184 bash[20261]: audit 2024-02-19T23:36:04.786064+0000 mon.smithi023 (mon.0) 382 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:06.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:05 smithi184 bash[20261]: audit 2024-02-19T23:36:04.791367+0000 mon.smithi023 (mon.0) 383 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:06.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:05 smithi184 bash[20261]: audit 2024-02-19T23:36:04.792205+0000 mon.smithi023 (mon.0) 384 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:36:06.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:05 smithi184 bash[20261]: cluster 2024-02-19T23:36:04.905991+0000 mgr.smithi023.vhqanb (mgr.14182) 63 : cluster [DBG] pgmap v57: 0 pgs: ; 0 B data, 581 MiB used, 178 GiB / 179 GiB avail 2024-02-19T23:36:06.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:06 smithi023 bash[16423]: cluster 2024-02-19T23:36:04.301938+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:36:06.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:06 smithi023 bash[16423]: cluster 2024-02-19T23:36:04.302019+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:36:06.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:06 smithi023 bash[16423]: cluster 2024-02-19T23:36:05.793894+0000 mon.smithi023 (mon.0) 385 : cluster [INF] osd.1 [v2:172.21.15.23:6802/4121111844,v1:172.21.15.23:6803/4121111844] boot 2024-02-19T23:36:06.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:06 smithi023 bash[16423]: cluster 2024-02-19T23:36:05.793998+0000 mon.smithi023 (mon.0) 386 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-02-19T23:36:06.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:06 smithi023 bash[16423]: audit 2024-02-19T23:36:05.795215+0000 mon.smithi023 (mon.0) 387 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:36:06.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:06 smithi023 bash[16423]: audit 2024-02-19T23:36:05.795969+0000 mon.smithi023 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:06.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:06 smithi023 bash[16423]: audit 2024-02-19T23:36:05.803715+0000 mon.smithi023 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:36:06.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:06 smithi023 bash[16423]: audit 2024-02-19T23:36:05.803934+0000 mon.smithi023 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:06.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:06 smithi023 bash[16423]: audit 2024-02-19T23:36:05.804199+0000 mon.smithi023 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:06.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:06 smithi023 bash[16423]: audit 2024-02-19T23:36:05.804429+0000 mon.smithi023 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:06.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:06 smithi023 bash[16423]: audit 2024-02-19T23:36:05.804736+0000 mon.smithi023 (mon.0) 393 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-19T23:36:06.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:06 smithi023 bash[16423]: audit 2024-02-19T23:36:06.373750+0000 mon.smithi184 (mon.1) 13 : audit [INF] from='osd.4 [v2:172.21.15.184:6816/926023772,v1:172.21.15.184:6817/926023772]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-19T23:36:06.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:06 smithi023 bash[16423]: audit 2024-02-19T23:36:06.373884+0000 mon.smithi023 (mon.0) 394 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-19T23:36:07.102 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:06 smithi184 bash[20261]: cluster 2024-02-19T23:36:04.301938+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:36:07.102 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:06 smithi184 bash[20261]: cluster 2024-02-19T23:36:04.302019+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:36:07.103 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:06 smithi184 bash[20261]: cluster 2024-02-19T23:36:05.793894+0000 mon.smithi023 (mon.0) 385 : cluster [INF] osd.1 [v2:172.21.15.23:6802/4121111844,v1:172.21.15.23:6803/4121111844] boot 2024-02-19T23:36:07.103 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:06 smithi184 bash[20261]: cluster 2024-02-19T23:36:05.793998+0000 mon.smithi023 (mon.0) 386 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-02-19T23:36:07.103 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:06 smithi184 bash[20261]: audit 2024-02-19T23:36:05.795215+0000 mon.smithi023 (mon.0) 387 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-19T23:36:07.103 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:06 smithi184 bash[20261]: audit 2024-02-19T23:36:05.795969+0000 mon.smithi023 (mon.0) 388 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:07.103 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:06 smithi184 bash[20261]: audit 2024-02-19T23:36:05.803715+0000 mon.smithi023 (mon.0) 389 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:36:07.103 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:06 smithi184 bash[20261]: audit 2024-02-19T23:36:05.803934+0000 mon.smithi023 (mon.0) 390 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:07.103 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:06 smithi184 bash[20261]: audit 2024-02-19T23:36:05.804199+0000 mon.smithi023 (mon.0) 391 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:07.103 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:06 smithi184 bash[20261]: audit 2024-02-19T23:36:05.804429+0000 mon.smithi023 (mon.0) 392 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:07.103 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:06 smithi184 bash[20261]: audit 2024-02-19T23:36:05.804736+0000 mon.smithi023 (mon.0) 393 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-19T23:36:07.103 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:06 smithi184 bash[20261]: audit 2024-02-19T23:36:06.373750+0000 mon.smithi184 (mon.1) 13 : audit [INF] from='osd.4 [v2:172.21.15.184:6816/926023772,v1:172.21.15.184:6817/926023772]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-19T23:36:07.103 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:06 smithi184 bash[20261]: audit 2024-02-19T23:36:06.373884+0000 mon.smithi023 (mon.0) 394 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-19T23:36:08.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:07 smithi184 bash[20261]: audit 2024-02-19T23:36:06.804794+0000 mon.smithi023 (mon.0) 395 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-19T23:36:08.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:07 smithi184 bash[20261]: audit 2024-02-19T23:36:06.805028+0000 mon.smithi023 (mon.0) 396 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-19T23:36:08.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:07 smithi184 bash[20261]: cluster 2024-02-19T23:36:06.805271+0000 mon.smithi023 (mon.0) 397 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-19T23:36:08.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:07 smithi184 bash[20261]: audit 2024-02-19T23:36:06.806109+0000 mon.smithi023 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:08.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:07 smithi184 bash[20261]: audit 2024-02-19T23:36:06.806496+0000 mon.smithi023 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:36:08.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:07 smithi184 bash[20261]: audit 2024-02-19T23:36:06.806790+0000 mon.smithi023 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:08.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:07 smithi184 bash[20261]: audit 2024-02-19T23:36:06.807186+0000 mon.smithi023 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:08.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:07 smithi184 bash[20261]: audit 2024-02-19T23:36:06.807626+0000 mon.smithi184 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.184:6816/926023772,v1:172.21.15.184:6817/926023772]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-02-19T23:36:08.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:07 smithi184 bash[20261]: audit 2024-02-19T23:36:06.815530+0000 mon.smithi023 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:08.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:07 smithi184 bash[20261]: audit 2024-02-19T23:36:06.815885+0000 mon.smithi023 (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=smithi184", "root=default"]}]: dispatch 2024-02-19T23:36:08.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:07 smithi184 bash[20261]: audit 2024-02-19T23:36:06.816879+0000 mon.smithi023 (mon.0) 404 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-19T23:36:08.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:07 smithi184 bash[20261]: cluster 2024-02-19T23:36:06.906578+0000 mgr.smithi023.vhqanb (mgr.14182) 64 : cluster [DBG] pgmap v60: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-19T23:36:08.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:07 smithi184 bash[20261]: audit 2024-02-19T23:36:07.505508+0000 mon.smithi023 (mon.0) 405 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:08.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:07 smithi184 bash[20261]: audit 2024-02-19T23:36:07.506346+0000 mon.smithi023 (mon.0) 406 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-19T23:36:08.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:07 smithi184 bash[20261]: audit 2024-02-19T23:36:07.507147+0000 mon.smithi023 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:36:08.243 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:07 smithi023 bash[16423]: audit 2024-02-19T23:36:06.804794+0000 mon.smithi023 (mon.0) 395 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-02-19T23:36:08.243 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:07 smithi023 bash[16423]: audit 2024-02-19T23:36:06.805028+0000 mon.smithi023 (mon.0) 396 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-19T23:36:08.243 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:07 smithi023 bash[16423]: cluster 2024-02-19T23:36:06.805271+0000 mon.smithi023 (mon.0) 397 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-02-19T23:36:08.243 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:07 smithi023 bash[16423]: audit 2024-02-19T23:36:06.806109+0000 mon.smithi023 (mon.0) 398 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:08.243 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:07 smithi023 bash[16423]: audit 2024-02-19T23:36:06.806496+0000 mon.smithi023 (mon.0) 399 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:36:08.244 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:07 smithi023 bash[16423]: audit 2024-02-19T23:36:06.806790+0000 mon.smithi023 (mon.0) 400 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:08.244 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:07 smithi023 bash[16423]: audit 2024-02-19T23:36:06.807186+0000 mon.smithi023 (mon.0) 401 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:08.244 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:07 smithi023 bash[16423]: audit 2024-02-19T23:36:06.807626+0000 mon.smithi184 (mon.1) 14 : audit [INF] from='osd.4 [v2:172.21.15.184:6816/926023772,v1:172.21.15.184:6817/926023772]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-02-19T23:36:08.244 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:07 smithi023 bash[16423]: audit 2024-02-19T23:36:06.815530+0000 mon.smithi023 (mon.0) 402 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:08.244 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:07 smithi023 bash[16423]: audit 2024-02-19T23:36:06.815885+0000 mon.smithi023 (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=smithi184", "root=default"]}]: dispatch 2024-02-19T23:36:08.244 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:07 smithi023 bash[16423]: audit 2024-02-19T23:36:06.816879+0000 mon.smithi023 (mon.0) 404 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-19T23:36:08.244 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:07 smithi023 bash[16423]: cluster 2024-02-19T23:36:06.906578+0000 mgr.smithi023.vhqanb (mgr.14182) 64 : cluster [DBG] pgmap v60: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-02-19T23:36:08.244 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:07 smithi023 bash[16423]: audit 2024-02-19T23:36:07.505508+0000 mon.smithi023 (mon.0) 405 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:08.244 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:07 smithi023 bash[16423]: audit 2024-02-19T23:36:07.506346+0000 mon.smithi023 (mon.0) 406 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-19T23:36:08.244 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:07 smithi023 bash[16423]: audit 2024-02-19T23:36:07.507147+0000 mon.smithi023 (mon.0) 407 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:36:09.206 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:08 smithi023 bash[16423]: cephadm 2024-02-19T23:36:07.507916+0000 mgr.smithi023.vhqanb (mgr.14182) 65 : cephadm [INF] Deploying daemon osd.7 on smithi023 2024-02-19T23:36:09.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:08 smithi023 bash[16423]: audit 2024-02-19T23:36:07.809038+0000 mon.smithi023 (mon.0) 408 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-02-19T23:36:09.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:08 smithi023 bash[16423]: audit 2024-02-19T23:36:07.809133+0000 mon.smithi023 (mon.0) 409 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-19T23:36:09.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:08 smithi023 bash[16423]: cluster 2024-02-19T23:36:07.809205+0000 mon.smithi023 (mon.0) 410 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-19T23:36:09.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:08 smithi023 bash[16423]: audit 2024-02-19T23:36:07.809480+0000 mon.smithi023 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:09.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:08 smithi023 bash[16423]: audit 2024-02-19T23:36:07.811610+0000 mon.smithi023 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:36:09.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:08 smithi023 bash[16423]: audit 2024-02-19T23:36:07.812089+0000 mon.smithi023 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:09.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:08 smithi023 bash[16423]: audit 2024-02-19T23:36:07.812439+0000 mon.smithi023 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:09.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:08 smithi023 bash[16423]: audit 2024-02-19T23:36:07.816452+0000 mon.smithi023 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:09.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:08 smithi023 bash[16423]: audit 2024-02-19T23:36:07.816771+0000 mon.smithi023 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:36:09.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:08 smithi023 bash[16423]: cluster 2024-02-19T23:36:08.808816+0000 mon.smithi023 (mon.0) 417 : cluster [INF] osd.4 [v2:172.21.15.184:6816/926023772,v1:172.21.15.184:6817/926023772] boot 2024-02-19T23:36:09.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:08 smithi023 bash[16423]: cluster 2024-02-19T23:36:08.808854+0000 mon.smithi023 (mon.0) 418 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-02-19T23:36:09.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:08 smithi023 bash[16423]: audit 2024-02-19T23:36:08.809093+0000 mon.smithi023 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:09.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:08 smithi023 bash[16423]: audit 2024-02-19T23:36:08.809988+0000 mon.smithi023 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:36:09.207 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:08 smithi023 bash[16423]: audit 2024-02-19T23:36:08.810599+0000 mon.smithi023 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:09.208 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:08 smithi023 bash[16423]: audit 2024-02-19T23:36:08.811150+0000 mon.smithi023 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:09.208 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:08 smithi023 bash[16423]: audit 2024-02-19T23:36:08.811605+0000 mon.smithi023 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:09.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:08 smithi184 bash[20261]: cephadm 2024-02-19T23:36:07.507916+0000 mgr.smithi023.vhqanb (mgr.14182) 65 : cephadm [INF] Deploying daemon osd.7 on smithi023 2024-02-19T23:36:09.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:08 smithi184 bash[20261]: audit 2024-02-19T23:36:07.809038+0000 mon.smithi023 (mon.0) 408 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-02-19T23:36:09.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:08 smithi184 bash[20261]: audit 2024-02-19T23:36:07.809133+0000 mon.smithi023 (mon.0) 409 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-19T23:36:09.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:08 smithi184 bash[20261]: cluster 2024-02-19T23:36:07.809205+0000 mon.smithi023 (mon.0) 410 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-02-19T23:36:09.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:08 smithi184 bash[20261]: audit 2024-02-19T23:36:07.809480+0000 mon.smithi023 (mon.0) 411 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:09.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:08 smithi184 bash[20261]: audit 2024-02-19T23:36:07.811610+0000 mon.smithi023 (mon.0) 412 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:36:09.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:08 smithi184 bash[20261]: audit 2024-02-19T23:36:07.812089+0000 mon.smithi023 (mon.0) 413 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:09.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:08 smithi184 bash[20261]: audit 2024-02-19T23:36:07.812439+0000 mon.smithi023 (mon.0) 414 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:09.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:08 smithi184 bash[20261]: audit 2024-02-19T23:36:07.816452+0000 mon.smithi023 (mon.0) 415 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:09.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:08 smithi184 bash[20261]: audit 2024-02-19T23:36:07.816771+0000 mon.smithi023 (mon.0) 416 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:36:09.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:08 smithi184 bash[20261]: cluster 2024-02-19T23:36:08.808816+0000 mon.smithi023 (mon.0) 417 : cluster [INF] osd.4 [v2:172.21.15.184:6816/926023772,v1:172.21.15.184:6817/926023772] boot 2024-02-19T23:36:09.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:08 smithi184 bash[20261]: cluster 2024-02-19T23:36:08.808854+0000 mon.smithi023 (mon.0) 418 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-02-19T23:36:09.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:08 smithi184 bash[20261]: audit 2024-02-19T23:36:08.809093+0000 mon.smithi023 (mon.0) 419 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:09.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:08 smithi184 bash[20261]: audit 2024-02-19T23:36:08.809988+0000 mon.smithi023 (mon.0) 420 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-19T23:36:09.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:08 smithi184 bash[20261]: audit 2024-02-19T23:36:08.810599+0000 mon.smithi023 (mon.0) 421 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:09.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:08 smithi184 bash[20261]: audit 2024-02-19T23:36:08.811150+0000 mon.smithi023 (mon.0) 422 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:09.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:08 smithi184 bash[20261]: audit 2024-02-19T23:36:08.811605+0000 mon.smithi023 (mon.0) 423 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:09.660 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:36:10.109 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:09 smithi023 bash[16423]: cluster 2024-02-19T23:36:07.398668+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:36:10.109 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:09 smithi023 bash[16423]: cluster 2024-02-19T23:36:07.398761+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:36:10.109 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:09 smithi023 bash[16423]: cluster 2024-02-19T23:36:08.907129+0000 mgr.smithi023.vhqanb (mgr.14182) 66 : cluster [DBG] pgmap v63: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-19T23:36:10.109 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:09 smithi023 bash[16423]: audit 2024-02-19T23:36:09.657017+0000 mon.smithi023 (mon.0) 424 : audit [DBG] from='client.? 172.21.15.23:0/714125946' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:36:10.109 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:09 smithi023 bash[16423]: cluster 2024-02-19T23:36:09.813374+0000 mon.smithi023 (mon.0) 425 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-02-19T23:36:10.110 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:09 smithi023 bash[16423]: audit 2024-02-19T23:36:09.813629+0000 mon.smithi023 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:10.110 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:09 smithi023 bash[16423]: audit 2024-02-19T23:36:09.814210+0000 mon.smithi023 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:10.110 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:09 smithi023 bash[16423]: audit 2024-02-19T23:36:09.814640+0000 mon.smithi023 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:10.110 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:09 smithi023 bash[16423]: audit 2024-02-19T23:36:09.815010+0000 mon.smithi023 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:10.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:09 smithi184 bash[20261]: cluster 2024-02-19T23:36:07.398668+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:36:10.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:09 smithi184 bash[20261]: cluster 2024-02-19T23:36:07.398761+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:36:10.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:09 smithi184 bash[20261]: cluster 2024-02-19T23:36:08.907129+0000 mgr.smithi023.vhqanb (mgr.14182) 66 : cluster [DBG] pgmap v63: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-19T23:36:10.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:09 smithi184 bash[20261]: audit 2024-02-19T23:36:09.657017+0000 mon.smithi023 (mon.0) 424 : audit [DBG] from='client.? 172.21.15.23:0/714125946' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:36:10.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:09 smithi184 bash[20261]: cluster 2024-02-19T23:36:09.813374+0000 mon.smithi023 (mon.0) 425 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-02-19T23:36:10.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:09 smithi184 bash[20261]: audit 2024-02-19T23:36:09.813629+0000 mon.smithi023 (mon.0) 426 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:10.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:09 smithi184 bash[20261]: audit 2024-02-19T23:36:09.814210+0000 mon.smithi023 (mon.0) 427 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:10.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:09 smithi184 bash[20261]: audit 2024-02-19T23:36:09.814640+0000 mon.smithi023 (mon.0) 428 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:10.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:09 smithi184 bash[20261]: audit 2024-02-19T23:36:09.815010+0000 mon.smithi023 (mon.0) 429 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:10.943 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":25,"num_osds":8,"num_up_osds":4,"osd_up_since":1708385768,"num_in_osds":8,"osd_in_since":1708385734,"num_remapped_pgs":0} 2024-02-19T23:36:11.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:10 smithi184 bash[20261]: audit 2024-02-19T23:36:10.146646+0000 mon.smithi023 (mon.0) 430 : audit [INF] from='osd.3 [v2:172.21.15.23:6810/2643920303,v1:172.21.15.23:6811/2643920303]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-19T23:36:11.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:10 smithi184 bash[20261]: audit 2024-02-19T23:36:10.675269+0000 mon.smithi023 (mon.0) 431 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-19T23:36:11.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:10 smithi184 bash[20261]: audit 2024-02-19T23:36:10.675286+0000 mon.smithi184 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.184:6824/84153614,v1:172.21.15.184:6825/84153614]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-19T23:36:11.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:10 smithi023 bash[16423]: audit 2024-02-19T23:36:10.146646+0000 mon.smithi023 (mon.0) 430 : audit [INF] from='osd.3 [v2:172.21.15.23:6810/2643920303,v1:172.21.15.23:6811/2643920303]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-19T23:36:11.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:10 smithi023 bash[16423]: audit 2024-02-19T23:36:10.675269+0000 mon.smithi023 (mon.0) 431 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-19T23:36:11.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:10 smithi023 bash[16423]: audit 2024-02-19T23:36:10.675286+0000 mon.smithi184 (mon.1) 15 : audit [INF] from='osd.6 [v2:172.21.15.184:6824/84153614,v1:172.21.15.184:6825/84153614]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-19T23:36:11.944 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:36:12.158 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:11 smithi023 bash[16423]: audit 2024-02-19T23:36:10.848098+0000 mon.smithi023 (mon.0) 432 : audit [INF] from='osd.3 [v2:172.21.15.23:6810/2643920303,v1:172.21.15.23:6811/2643920303]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-19T23:36:12.159 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:11 smithi023 bash[16423]: audit 2024-02-19T23:36:10.848248+0000 mon.smithi023 (mon.0) 433 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-19T23:36:12.159 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:11 smithi023 bash[16423]: cluster 2024-02-19T23:36:10.848385+0000 mon.smithi023 (mon.0) 434 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-02-19T23:36:12.159 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:11 smithi023 bash[16423]: audit 2024-02-19T23:36:10.848649+0000 mon.smithi023 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:12.159 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:11 smithi023 bash[16423]: audit 2024-02-19T23:36:10.849673+0000 mon.smithi023 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:12.159 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:11 smithi023 bash[16423]: audit 2024-02-19T23:36:10.850207+0000 mon.smithi023 (mon.0) 437 : audit [INF] from='osd.3 [v2:172.21.15.23:6810/2643920303,v1:172.21.15.23:6811/2643920303]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-02-19T23:36:12.159 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:11 smithi023 bash[16423]: audit 2024-02-19T23:36:10.850306+0000 mon.smithi184 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.184:6824/84153614,v1:172.21.15.184:6825/84153614]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-02-19T23:36:12.159 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:11 smithi023 bash[16423]: audit 2024-02-19T23:36:10.850957+0000 mon.smithi023 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:12.159 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:11 smithi023 bash[16423]: audit 2024-02-19T23:36:10.851586+0000 mon.smithi023 (mon.0) 439 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-02-19T23:36:12.159 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:11 smithi023 bash[16423]: audit 2024-02-19T23:36:10.852173+0000 mon.smithi023 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:12.159 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:11 smithi023 bash[16423]: cluster 2024-02-19T23:36:10.907843+0000 mgr.smithi023.vhqanb (mgr.14182) 67 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-19T23:36:12.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:11 smithi184 bash[20261]: audit 2024-02-19T23:36:10.848098+0000 mon.smithi023 (mon.0) 432 : audit [INF] from='osd.3 [v2:172.21.15.23:6810/2643920303,v1:172.21.15.23:6811/2643920303]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-19T23:36:12.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:11 smithi184 bash[20261]: audit 2024-02-19T23:36:10.848248+0000 mon.smithi023 (mon.0) 433 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-19T23:36:12.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:11 smithi184 bash[20261]: cluster 2024-02-19T23:36:10.848385+0000 mon.smithi023 (mon.0) 434 : cluster [DBG] osdmap e27: 8 total, 4 up, 8 in 2024-02-19T23:36:12.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:11 smithi184 bash[20261]: audit 2024-02-19T23:36:10.848649+0000 mon.smithi023 (mon.0) 435 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:12.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:11 smithi184 bash[20261]: audit 2024-02-19T23:36:10.849673+0000 mon.smithi023 (mon.0) 436 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:12.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:11 smithi184 bash[20261]: audit 2024-02-19T23:36:10.850207+0000 mon.smithi023 (mon.0) 437 : audit [INF] from='osd.3 [v2:172.21.15.23:6810/2643920303,v1:172.21.15.23:6811/2643920303]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-02-19T23:36:12.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:11 smithi184 bash[20261]: audit 2024-02-19T23:36:10.850306+0000 mon.smithi184 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.184:6824/84153614,v1:172.21.15.184:6825/84153614]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-02-19T23:36:12.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:11 smithi184 bash[20261]: audit 2024-02-19T23:36:10.850957+0000 mon.smithi023 (mon.0) 438 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:12.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:11 smithi184 bash[20261]: audit 2024-02-19T23:36:10.851586+0000 mon.smithi023 (mon.0) 439 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]: dispatch 2024-02-19T23:36:12.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:11 smithi184 bash[20261]: audit 2024-02-19T23:36:10.852173+0000 mon.smithi023 (mon.0) 440 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:12.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:11 smithi184 bash[20261]: cluster 2024-02-19T23:36:10.907843+0000 mgr.smithi023.vhqanb (mgr.14182) 67 : cluster [DBG] pgmap v66: 1 pgs: 1 active+clean; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-02-19T23:36:13.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:12 smithi023 bash[16423]: audit 2024-02-19T23:36:11.853749+0000 mon.smithi023 (mon.0) 441 : audit [INF] from='osd.3 [v2:172.21.15.23:6810/2643920303,v1:172.21.15.23:6811/2643920303]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-02-19T23:36:13.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:12 smithi023 bash[16423]: audit 2024-02-19T23:36:11.853955+0000 mon.smithi023 (mon.0) 442 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-02-19T23:36:13.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:12 smithi023 bash[16423]: cluster 2024-02-19T23:36:11.854121+0000 mon.smithi023 (mon.0) 443 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-02-19T23:36:13.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:12 smithi023 bash[16423]: audit 2024-02-19T23:36:11.854855+0000 mon.smithi023 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:13.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:12 smithi023 bash[16423]: audit 2024-02-19T23:36:11.855254+0000 mon.smithi023 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:13.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:12 smithi023 bash[16423]: audit 2024-02-19T23:36:11.856081+0000 mon.smithi023 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:13.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:12 smithi023 bash[16423]: audit 2024-02-19T23:36:11.856352+0000 mon.smithi023 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:13.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:12 smithi023 bash[16423]: audit 2024-02-19T23:36:11.860828+0000 mon.smithi023 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:13.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:12 smithi023 bash[16423]: audit 2024-02-19T23:36:11.862603+0000 mon.smithi023 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:13.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:12 smithi023 bash[16423]: cluster 2024-02-19T23:36:12.854342+0000 mon.smithi023 (mon.0) 450 : cluster [INF] osd.6 [v2:172.21.15.184:6824/84153614,v1:172.21.15.184:6825/84153614] boot 2024-02-19T23:36:13.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:12 smithi023 bash[16423]: cluster 2024-02-19T23:36:12.854407+0000 mon.smithi023 (mon.0) 451 : cluster [INF] osd.3 [v2:172.21.15.23:6810/2643920303,v1:172.21.15.23:6811/2643920303] boot 2024-02-19T23:36:13.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:12 smithi023 bash[16423]: cluster 2024-02-19T23:36:12.854431+0000 mon.smithi023 (mon.0) 452 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2024-02-19T23:36:13.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:12 smithi023 bash[16423]: audit 2024-02-19T23:36:12.854828+0000 mon.smithi023 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:13.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:12 smithi023 bash[16423]: audit 2024-02-19T23:36:12.855171+0000 mon.smithi023 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:13.243 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:12 smithi023 bash[16423]: audit 2024-02-19T23:36:12.855483+0000 mon.smithi023 (mon.0) 455 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:13.243 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:12 smithi023 bash[16423]: audit 2024-02-19T23:36:12.855766+0000 mon.smithi023 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:13.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:12 smithi184 bash[20261]: audit 2024-02-19T23:36:11.853749+0000 mon.smithi023 (mon.0) 441 : audit [INF] from='osd.3 [v2:172.21.15.23:6810/2643920303,v1:172.21.15.23:6811/2643920303]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-02-19T23:36:13.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:12 smithi184 bash[20261]: audit 2024-02-19T23:36:11.853955+0000 mon.smithi023 (mon.0) 442 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi184", "root=default"]}]': finished 2024-02-19T23:36:13.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:12 smithi184 bash[20261]: cluster 2024-02-19T23:36:11.854121+0000 mon.smithi023 (mon.0) 443 : cluster [DBG] osdmap e28: 8 total, 4 up, 8 in 2024-02-19T23:36:13.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:12 smithi184 bash[20261]: audit 2024-02-19T23:36:11.854855+0000 mon.smithi023 (mon.0) 444 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:13.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:12 smithi184 bash[20261]: audit 2024-02-19T23:36:11.855254+0000 mon.smithi023 (mon.0) 445 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:13.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:12 smithi184 bash[20261]: audit 2024-02-19T23:36:11.856081+0000 mon.smithi023 (mon.0) 446 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:13.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:12 smithi184 bash[20261]: audit 2024-02-19T23:36:11.856352+0000 mon.smithi023 (mon.0) 447 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:13.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:12 smithi184 bash[20261]: audit 2024-02-19T23:36:11.860828+0000 mon.smithi023 (mon.0) 448 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:13.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:12 smithi184 bash[20261]: audit 2024-02-19T23:36:11.862603+0000 mon.smithi023 (mon.0) 449 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:13.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:12 smithi184 bash[20261]: cluster 2024-02-19T23:36:12.854342+0000 mon.smithi023 (mon.0) 450 : cluster [INF] osd.6 [v2:172.21.15.184:6824/84153614,v1:172.21.15.184:6825/84153614] boot 2024-02-19T23:36:13.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:12 smithi184 bash[20261]: cluster 2024-02-19T23:36:12.854407+0000 mon.smithi023 (mon.0) 451 : cluster [INF] osd.3 [v2:172.21.15.23:6810/2643920303,v1:172.21.15.23:6811/2643920303] boot 2024-02-19T23:36:13.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:12 smithi184 bash[20261]: cluster 2024-02-19T23:36:12.854431+0000 mon.smithi023 (mon.0) 452 : cluster [DBG] osdmap e29: 8 total, 6 up, 8 in 2024-02-19T23:36:13.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:12 smithi184 bash[20261]: audit 2024-02-19T23:36:12.854828+0000 mon.smithi023 (mon.0) 453 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-19T23:36:13.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:12 smithi184 bash[20261]: audit 2024-02-19T23:36:12.855171+0000 mon.smithi023 (mon.0) 454 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:13.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:12 smithi184 bash[20261]: audit 2024-02-19T23:36:12.855483+0000 mon.smithi023 (mon.0) 455 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-19T23:36:13.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:12 smithi184 bash[20261]: audit 2024-02-19T23:36:12.855766+0000 mon.smithi023 (mon.0) 456 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:13.907 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:13 smithi023 bash[16423]: cluster 2024-02-19T23:36:11.145594+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:36:13.907 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:13 smithi023 bash[16423]: cluster 2024-02-19T23:36:11.145726+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:36:13.907 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:13 smithi023 bash[16423]: cluster 2024-02-19T23:36:11.684526+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:36:13.907 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:13 smithi023 bash[16423]: cluster 2024-02-19T23:36:11.684671+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:36:13.907 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:13 smithi023 bash[16423]: cluster 2024-02-19T23:36:12.908424+0000 mgr.smithi023.vhqanb (mgr.14182) 68 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-19T23:36:13.907 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:13 smithi023 bash[16423]: cluster 2024-02-19T23:36:13.312247+0000 mon.smithi023 (mon.0) 457 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-02-19T23:36:13.907 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:13 smithi023 bash[16423]: audit 2024-02-19T23:36:13.312497+0000 mon.smithi023 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:13.907 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:13 smithi023 bash[16423]: audit 2024-02-19T23:36:13.312941+0000 mon.smithi023 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:13.907 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:13 smithi023 bash[16423]: audit 2024-02-19T23:36:13.526605+0000 mon.smithi023 (mon.0) 460 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:14.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:13 smithi184 bash[20261]: cluster 2024-02-19T23:36:11.145594+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:36:14.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:13 smithi184 bash[20261]: cluster 2024-02-19T23:36:11.145726+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:36:14.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:13 smithi184 bash[20261]: cluster 2024-02-19T23:36:11.684526+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:36:14.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:13 smithi184 bash[20261]: cluster 2024-02-19T23:36:11.684671+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:36:14.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:13 smithi184 bash[20261]: cluster 2024-02-19T23:36:12.908424+0000 mgr.smithi023.vhqanb (mgr.14182) 68 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-19T23:36:14.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:13 smithi184 bash[20261]: cluster 2024-02-19T23:36:13.312247+0000 mon.smithi023 (mon.0) 457 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-02-19T23:36:14.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:13 smithi184 bash[20261]: audit 2024-02-19T23:36:13.312497+0000 mon.smithi023 (mon.0) 458 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:14.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:13 smithi184 bash[20261]: audit 2024-02-19T23:36:13.312941+0000 mon.smithi023 (mon.0) 459 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:14.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:13 smithi184 bash[20261]: audit 2024-02-19T23:36:13.526605+0000 mon.smithi023 (mon.0) 460 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:15.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:14 smithi023 bash[16423]: audit 2024-02-19T23:36:13.947008+0000 mon.smithi023 (mon.0) 461 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:15.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:14 smithi023 bash[16423]: cluster 2024-02-19T23:36:14.314202+0000 mon.smithi023 (mon.0) 462 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-19T23:36:15.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:14 smithi023 bash[16423]: audit 2024-02-19T23:36:14.314501+0000 mon.smithi023 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:15.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:14 smithi023 bash[16423]: audit 2024-02-19T23:36:14.315498+0000 mon.smithi023 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:15.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:14 smithi184 bash[20261]: audit 2024-02-19T23:36:13.947008+0000 mon.smithi023 (mon.0) 461 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:15.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:14 smithi184 bash[20261]: cluster 2024-02-19T23:36:14.314202+0000 mon.smithi023 (mon.0) 462 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-02-19T23:36:15.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:14 smithi184 bash[20261]: audit 2024-02-19T23:36:14.314501+0000 mon.smithi023 (mon.0) 463 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:15.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:14 smithi184 bash[20261]: audit 2024-02-19T23:36:14.315498+0000 mon.smithi023 (mon.0) 464 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:16.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:15 smithi023 bash[16423]: cluster 2024-02-19T23:36:14.909057+0000 mgr.smithi023.vhqanb (mgr.14182) 69 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-19T23:36:16.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:15 smithi184 bash[20261]: cluster 2024-02-19T23:36:14.909057+0000 mgr.smithi023.vhqanb (mgr.14182) 69 : cluster [DBG] pgmap v72: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-19T23:36:16.520 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:36:17.247 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:16 smithi023 bash[16423]: audit 2024-02-19T23:36:16.517254+0000 mon.smithi023 (mon.0) 465 : audit [DBG] from='client.? 172.21.15.23:0/2100266844' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:36:17.247 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:16 smithi023 bash[16423]: audit 2024-02-19T23:36:16.854709+0000 mon.smithi023 (mon.0) 466 : audit [INF] from='osd.5 [v2:172.21.15.23:6818/834114946,v1:172.21.15.23:6819/834114946]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-19T23:36:17.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:16 smithi184 bash[20261]: audit 2024-02-19T23:36:16.517254+0000 mon.smithi023 (mon.0) 465 : audit [DBG] from='client.? 172.21.15.23:0/2100266844' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:36:17.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:16 smithi184 bash[20261]: audit 2024-02-19T23:36:16.854709+0000 mon.smithi023 (mon.0) 466 : audit [INF] from='osd.5 [v2:172.21.15.23:6818/834114946,v1:172.21.15.23:6819/834114946]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-19T23:36:17.547 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":31,"num_osds":8,"num_up_osds":6,"osd_up_since":1708385772,"num_in_osds":8,"osd_in_since":1708385734,"num_remapped_pgs":0} 2024-02-19T23:36:18.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:17 smithi023 bash[16423]: cluster 2024-02-19T23:36:16.909701+0000 mgr.smithi023.vhqanb (mgr.14182) 70 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-19T23:36:18.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:17 smithi023 bash[16423]: audit 2024-02-19T23:36:16.954733+0000 mon.smithi023 (mon.0) 467 : audit [INF] from='osd.5 [v2:172.21.15.23:6818/834114946,v1:172.21.15.23:6819/834114946]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-19T23:36:18.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:17 smithi023 bash[16423]: cluster 2024-02-19T23:36:16.954791+0000 mon.smithi023 (mon.0) 468 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-19T23:36:18.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:17 smithi023 bash[16423]: audit 2024-02-19T23:36:16.955407+0000 mon.smithi023 (mon.0) 469 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:18.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:17 smithi023 bash[16423]: audit 2024-02-19T23:36:16.955752+0000 mon.smithi023 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:18.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:17 smithi023 bash[16423]: audit 2024-02-19T23:36:16.955958+0000 mon.smithi023 (mon.0) 471 : audit [INF] from='osd.5 [v2:172.21.15.23:6818/834114946,v1:172.21.15.23:6819/834114946]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-02-19T23:36:18.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:17 smithi184 bash[20261]: cluster 2024-02-19T23:36:16.909701+0000 mgr.smithi023.vhqanb (mgr.14182) 70 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-19T23:36:18.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:17 smithi184 bash[20261]: audit 2024-02-19T23:36:16.954733+0000 mon.smithi023 (mon.0) 467 : audit [INF] from='osd.5 [v2:172.21.15.23:6818/834114946,v1:172.21.15.23:6819/834114946]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-19T23:36:18.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:17 smithi184 bash[20261]: cluster 2024-02-19T23:36:16.954791+0000 mon.smithi023 (mon.0) 468 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-02-19T23:36:18.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:17 smithi184 bash[20261]: audit 2024-02-19T23:36:16.955407+0000 mon.smithi023 (mon.0) 469 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:18.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:17 smithi184 bash[20261]: audit 2024-02-19T23:36:16.955752+0000 mon.smithi023 (mon.0) 470 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:18.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:17 smithi184 bash[20261]: audit 2024-02-19T23:36:16.955958+0000 mon.smithi023 (mon.0) 471 : audit [INF] from='osd.5 [v2:172.21.15.23:6818/834114946,v1:172.21.15.23:6819/834114946]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-02-19T23:36:18.549 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:36:19.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:18 smithi023 bash[16423]: audit 2024-02-19T23:36:17.959541+0000 mon.smithi023 (mon.0) 472 : audit [INF] from='osd.5 [v2:172.21.15.23:6818/834114946,v1:172.21.15.23:6819/834114946]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-02-19T23:36:19.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:18 smithi023 bash[16423]: cluster 2024-02-19T23:36:17.959606+0000 mon.smithi023 (mon.0) 473 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-19T23:36:19.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:18 smithi023 bash[16423]: audit 2024-02-19T23:36:17.960661+0000 mon.smithi023 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:19.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:18 smithi023 bash[16423]: audit 2024-02-19T23:36:17.961175+0000 mon.smithi023 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:19.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:18 smithi023 bash[16423]: audit 2024-02-19T23:36:17.968134+0000 mon.smithi023 (mon.0) 476 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:19.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:18 smithi184 bash[20261]: audit 2024-02-19T23:36:17.959541+0000 mon.smithi023 (mon.0) 472 : audit [INF] from='osd.5 [v2:172.21.15.23:6818/834114946,v1:172.21.15.23:6819/834114946]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-02-19T23:36:19.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:18 smithi184 bash[20261]: cluster 2024-02-19T23:36:17.959606+0000 mon.smithi023 (mon.0) 473 : cluster [DBG] osdmap e33: 8 total, 6 up, 8 in 2024-02-19T23:36:19.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:18 smithi184 bash[20261]: audit 2024-02-19T23:36:17.960661+0000 mon.smithi023 (mon.0) 474 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:19.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:18 smithi184 bash[20261]: audit 2024-02-19T23:36:17.961175+0000 mon.smithi023 (mon.0) 475 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:19.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:18 smithi184 bash[20261]: audit 2024-02-19T23:36:17.968134+0000 mon.smithi023 (mon.0) 476 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:20.146 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:19 smithi023 bash[16423]: cluster 2024-02-19T23:36:17.855823+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:36:20.146 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:19 smithi023 bash[16423]: cluster 2024-02-19T23:36:17.855927+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:36:20.147 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:19 smithi023 bash[16423]: cluster 2024-02-19T23:36:18.910318+0000 mgr.smithi023.vhqanb (mgr.14182) 71 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-19T23:36:20.147 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:19 smithi023 bash[16423]: cluster 2024-02-19T23:36:18.975349+0000 mon.smithi023 (mon.0) 477 : cluster [INF] osd.5 [v2:172.21.15.23:6818/834114946,v1:172.21.15.23:6819/834114946] boot 2024-02-19T23:36:20.147 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:19 smithi023 bash[16423]: cluster 2024-02-19T23:36:18.975528+0000 mon.smithi023 (mon.0) 478 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-02-19T23:36:20.147 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:19 smithi023 bash[16423]: audit 2024-02-19T23:36:18.976375+0000 mon.smithi023 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:20.147 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:19 smithi023 bash[16423]: audit 2024-02-19T23:36:18.976829+0000 mon.smithi023 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:20.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:19 smithi184 bash[20261]: cluster 2024-02-19T23:36:17.855823+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:36:20.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:19 smithi184 bash[20261]: cluster 2024-02-19T23:36:17.855927+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:36:20.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:19 smithi184 bash[20261]: cluster 2024-02-19T23:36:18.910318+0000 mgr.smithi023.vhqanb (mgr.14182) 71 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-02-19T23:36:20.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:19 smithi184 bash[20261]: cluster 2024-02-19T23:36:18.975349+0000 mon.smithi023 (mon.0) 477 : cluster [INF] osd.5 [v2:172.21.15.23:6818/834114946,v1:172.21.15.23:6819/834114946] boot 2024-02-19T23:36:20.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:19 smithi184 bash[20261]: cluster 2024-02-19T23:36:18.975528+0000 mon.smithi023 (mon.0) 478 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-02-19T23:36:20.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:19 smithi184 bash[20261]: audit 2024-02-19T23:36:18.976375+0000 mon.smithi023 (mon.0) 479 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-19T23:36:20.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:19 smithi184 bash[20261]: audit 2024-02-19T23:36:18.976829+0000 mon.smithi023 (mon.0) 480 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:21.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:21 smithi184 bash[20261]: cluster 2024-02-19T23:36:19.999761+0000 mon.smithi023 (mon.0) 481 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-02-19T23:36:21.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:21 smithi184 bash[20261]: audit 2024-02-19T23:36:19.999974+0000 mon.smithi023 (mon.0) 482 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:21.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:21 smithi023 bash[16423]: cluster 2024-02-19T23:36:19.999761+0000 mon.smithi023 (mon.0) 481 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-02-19T23:36:21.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:21 smithi023 bash[16423]: audit 2024-02-19T23:36:19.999974+0000 mon.smithi023 (mon.0) 482 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:22.219 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:22 smithi023 bash[16423]: cluster 2024-02-19T23:36:20.910738+0000 mgr.smithi023.vhqanb (mgr.14182) 72 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-19T23:36:22.219 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:22 smithi023 bash[16423]: audit 2024-02-19T23:36:21.700684+0000 mon.smithi023 (mon.0) 483 : audit [INF] from='osd.7 [v2:172.21.15.23:6826/351093376,v1:172.21.15.23:6827/351093376]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-19T23:36:22.444 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:36:22.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:22 smithi184 bash[20261]: cluster 2024-02-19T23:36:20.910738+0000 mgr.smithi023.vhqanb (mgr.14182) 72 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-19T23:36:22.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:22 smithi184 bash[20261]: audit 2024-02-19T23:36:21.700684+0000 mon.smithi023 (mon.0) 483 : audit [INF] from='osd.7 [v2:172.21.15.23:6826/351093376,v1:172.21.15.23:6827/351093376]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-19T23:36:23.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:23 smithi023 bash[16423]: audit 2024-02-19T23:36:22.009334+0000 mon.smithi023 (mon.0) 484 : audit [INF] from='osd.7 [v2:172.21.15.23:6826/351093376,v1:172.21.15.23:6827/351093376]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-19T23:36:23.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:23 smithi023 bash[16423]: cluster 2024-02-19T23:36:22.009425+0000 mon.smithi023 (mon.0) 485 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-19T23:36:23.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:23 smithi023 bash[16423]: audit 2024-02-19T23:36:22.011930+0000 mon.smithi023 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:23.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:23 smithi023 bash[16423]: audit 2024-02-19T23:36:22.013026+0000 mon.smithi023 (mon.0) 487 : audit [INF] from='osd.7 [v2:172.21.15.23:6826/351093376,v1:172.21.15.23:6827/351093376]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-02-19T23:36:23.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:23 smithi023 bash[16423]: audit 2024-02-19T23:36:22.441053+0000 mon.smithi023 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.23:0/406876335' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:36:23.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:23 smithi184 bash[20261]: audit 2024-02-19T23:36:22.009334+0000 mon.smithi023 (mon.0) 484 : audit [INF] from='osd.7 [v2:172.21.15.23:6826/351093376,v1:172.21.15.23:6827/351093376]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-19T23:36:23.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:23 smithi184 bash[20261]: cluster 2024-02-19T23:36:22.009425+0000 mon.smithi023 (mon.0) 485 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-02-19T23:36:23.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:23 smithi184 bash[20261]: audit 2024-02-19T23:36:22.011930+0000 mon.smithi023 (mon.0) 486 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:23.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:23 smithi184 bash[20261]: audit 2024-02-19T23:36:22.013026+0000 mon.smithi023 (mon.0) 487 : audit [INF] from='osd.7 [v2:172.21.15.23:6826/351093376,v1:172.21.15.23:6827/351093376]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]: dispatch 2024-02-19T23:36:23.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:23 smithi184 bash[20261]: audit 2024-02-19T23:36:22.441053+0000 mon.smithi023 (mon.0) 488 : audit [DBG] from='client.? 172.21.15.23:0/406876335' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:36:23.571 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":36,"num_osds":8,"num_up_osds":7,"osd_up_since":1708385778,"num_in_osds":8,"osd_in_since":1708385734,"num_remapped_pgs":0} 2024-02-19T23:36:24.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:24 smithi023 bash[16423]: cluster 2024-02-19T23:36:22.911290+0000 mgr.smithi023.vhqanb (mgr.14182) 73 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-19T23:36:24.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:24 smithi023 bash[16423]: audit 2024-02-19T23:36:23.018219+0000 mon.smithi023 (mon.0) 489 : audit [INF] from='osd.7 [v2:172.21.15.23:6826/351093376,v1:172.21.15.23:6827/351093376]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-02-19T23:36:24.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:24 smithi023 bash[16423]: cluster 2024-02-19T23:36:23.018404+0000 mon.smithi023 (mon.0) 490 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-19T23:36:24.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:24 smithi023 bash[16423]: audit 2024-02-19T23:36:23.018673+0000 mon.smithi023 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:24.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:24 smithi023 bash[16423]: audit 2024-02-19T23:36:23.025936+0000 mon.smithi023 (mon.0) 492 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:24.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:24 smithi023 bash[16423]: cluster 2024-02-19T23:36:23.318861+0000 mon.smithi023 (mon.0) 493 : cluster [INF] osd.7 [v2:172.21.15.23:6826/351093376,v1:172.21.15.23:6827/351093376] boot 2024-02-19T23:36:24.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:24 smithi023 bash[16423]: cluster 2024-02-19T23:36:23.318989+0000 mon.smithi023 (mon.0) 494 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-02-19T23:36:24.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:24 smithi023 bash[16423]: audit 2024-02-19T23:36:23.319246+0000 mon.smithi023 (mon.0) 495 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:24.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:24 smithi184 bash[20261]: cluster 2024-02-19T23:36:22.911290+0000 mgr.smithi023.vhqanb (mgr.14182) 73 : cluster [DBG] pgmap v81: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-02-19T23:36:24.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:24 smithi184 bash[20261]: audit 2024-02-19T23:36:23.018219+0000 mon.smithi023 (mon.0) 489 : audit [INF] from='osd.7 [v2:172.21.15.23:6826/351093376,v1:172.21.15.23:6827/351093376]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi023", "root=default"]}]': finished 2024-02-19T23:36:24.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:24 smithi184 bash[20261]: cluster 2024-02-19T23:36:23.018404+0000 mon.smithi023 (mon.0) 490 : cluster [DBG] osdmap e37: 8 total, 7 up, 8 in 2024-02-19T23:36:24.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:24 smithi184 bash[20261]: audit 2024-02-19T23:36:23.018673+0000 mon.smithi023 (mon.0) 491 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:24.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:24 smithi184 bash[20261]: audit 2024-02-19T23:36:23.025936+0000 mon.smithi023 (mon.0) 492 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:24.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:24 smithi184 bash[20261]: cluster 2024-02-19T23:36:23.318861+0000 mon.smithi023 (mon.0) 493 : cluster [INF] osd.7 [v2:172.21.15.23:6826/351093376,v1:172.21.15.23:6827/351093376] boot 2024-02-19T23:36:24.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:24 smithi184 bash[20261]: cluster 2024-02-19T23:36:23.318989+0000 mon.smithi023 (mon.0) 494 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-02-19T23:36:24.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:24 smithi184 bash[20261]: audit 2024-02-19T23:36:23.319246+0000 mon.smithi023 (mon.0) 495 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-19T23:36:24.573 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph osd stat -f json 2024-02-19T23:36:25.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:25 smithi023 bash[16423]: cluster 2024-02-19T23:36:22.697733+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:36:25.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:25 smithi023 bash[16423]: cluster 2024-02-19T23:36:22.697832+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:36:25.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:25 smithi023 bash[16423]: cluster 2024-02-19T23:36:24.320730+0000 mon.smithi023 (mon.0) 496 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-19T23:36:25.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:25 smithi023 bash[16423]: cluster 2024-02-19T23:36:24.911907+0000 mgr.smithi023.vhqanb (mgr.14182) 74 : cluster [DBG] pgmap v85: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:25.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:25 smithi184 bash[20261]: cluster 2024-02-19T23:36:22.697733+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-19T23:36:25.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:25 smithi184 bash[20261]: cluster 2024-02-19T23:36:22.697832+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-19T23:36:25.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:25 smithi184 bash[20261]: cluster 2024-02-19T23:36:24.320730+0000 mon.smithi023 (mon.0) 496 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-02-19T23:36:25.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:25 smithi184 bash[20261]: cluster 2024-02-19T23:36:24.911907+0000 mgr.smithi023.vhqanb (mgr.14182) 74 : cluster [DBG] pgmap v85: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:26.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:26 smithi023 bash[16423]: cluster 2024-02-19T23:36:25.322362+0000 mon.smithi023 (mon.0) 497 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-19T23:36:26.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:26 smithi023 bash[16423]: audit 2024-02-19T23:36:25.504631+0000 mon.smithi023 (mon.0) 498 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:26.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:26 smithi023 bash[16423]: cephadm 2024-02-19T23:36:25.506581+0000 mgr.smithi023.vhqanb (mgr.14182) 75 : cephadm [INF] Reconfiguring mon.smithi023 (unknown last config time)... 2024-02-19T23:36:26.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:26 smithi023 bash[16423]: audit 2024-02-19T23:36:25.507212+0000 mon.smithi023 (mon.0) 499 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-19T23:36:26.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:26 smithi023 bash[16423]: audit 2024-02-19T23:36:25.509051+0000 mon.smithi023 (mon.0) 500 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-19T23:36:26.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:26 smithi023 bash[16423]: audit 2024-02-19T23:36:25.510783+0000 mon.smithi023 (mon.0) 501 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:36:26.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:26 smithi023 bash[16423]: cephadm 2024-02-19T23:36:25.512293+0000 mgr.smithi023.vhqanb (mgr.14182) 76 : cephadm [INF] Reconfiguring daemon mon.smithi023 on smithi023 2024-02-19T23:36:26.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:26 smithi184 bash[20261]: cluster 2024-02-19T23:36:25.322362+0000 mon.smithi023 (mon.0) 497 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-02-19T23:36:26.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:26 smithi184 bash[20261]: audit 2024-02-19T23:36:25.504631+0000 mon.smithi023 (mon.0) 498 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:26.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:26 smithi184 bash[20261]: cephadm 2024-02-19T23:36:25.506581+0000 mgr.smithi023.vhqanb (mgr.14182) 75 : cephadm [INF] Reconfiguring mon.smithi023 (unknown last config time)... 2024-02-19T23:36:26.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:26 smithi184 bash[20261]: audit 2024-02-19T23:36:25.507212+0000 mon.smithi023 (mon.0) 499 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-19T23:36:26.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:26 smithi184 bash[20261]: audit 2024-02-19T23:36:25.509051+0000 mon.smithi023 (mon.0) 500 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-19T23:36:26.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:26 smithi184 bash[20261]: audit 2024-02-19T23:36:25.510783+0000 mon.smithi023 (mon.0) 501 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:36:26.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:26 smithi184 bash[20261]: cephadm 2024-02-19T23:36:25.512293+0000 mgr.smithi023.vhqanb (mgr.14182) 76 : cephadm [INF] Reconfiguring daemon mon.smithi023 on smithi023 2024-02-19T23:36:27.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:27 smithi023 bash[16423]: cluster 2024-02-19T23:36:26.912441+0000 mgr.smithi023.vhqanb (mgr.14182) 77 : cluster [DBG] pgmap v87: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:27.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:27 smithi184 bash[20261]: cluster 2024-02-19T23:36:26.912441+0000 mgr.smithi023.vhqanb (mgr.14182) 77 : cluster [DBG] pgmap v87: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:29.123 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:36:29.968 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:29 smithi023 bash[16423]: audit 2024-02-19T23:36:28.668420+0000 mon.smithi023 (mon.0) 502 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:29.968 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:29 smithi023 bash[16423]: cephadm 2024-02-19T23:36:28.669819+0000 mgr.smithi023.vhqanb (mgr.14182) 78 : cephadm [INF] Reconfiguring mgr.smithi023.vhqanb (unknown last config time)... 2024-02-19T23:36:29.968 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:29 smithi023 bash[16423]: audit 2024-02-19T23:36:28.670342+0000 mon.smithi023 (mon.0) 503 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi023.vhqanb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-19T23:36:29.969 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:29 smithi023 bash[16423]: audit 2024-02-19T23:36:28.671863+0000 mon.smithi023 (mon.0) 504 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-19T23:36:29.969 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:29 smithi023 bash[16423]: audit 2024-02-19T23:36:28.673190+0000 mon.smithi023 (mon.0) 505 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:36:29.969 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:29 smithi023 bash[16423]: cephadm 2024-02-19T23:36:28.674412+0000 mgr.smithi023.vhqanb (mgr.14182) 79 : cephadm [INF] Reconfiguring daemon mgr.smithi023.vhqanb on smithi023 2024-02-19T23:36:29.969 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:29 smithi023 bash[16423]: cluster 2024-02-19T23:36:28.913049+0000 mgr.smithi023.vhqanb (mgr.14182) 80 : cluster [DBG] pgmap v88: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:29.969 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:29 smithi023 bash[16423]: audit 2024-02-19T23:36:29.119548+0000 mon.smithi023 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.23:0/1453509244' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:36:29.970 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":40,"num_osds":8,"num_up_osds":8,"osd_up_since":1708385783,"num_in_osds":8,"osd_in_since":1708385734,"num_remapped_pgs":0} 2024-02-19T23:36:29.970 INFO:tasks.cephadm:Setting up client nodes... 2024-02-19T23:36:29.970 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-19T23:36:30.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:29 smithi184 bash[20261]: audit 2024-02-19T23:36:28.668420+0000 mon.smithi023 (mon.0) 502 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:30.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:29 smithi184 bash[20261]: cephadm 2024-02-19T23:36:28.669819+0000 mgr.smithi023.vhqanb (mgr.14182) 78 : cephadm [INF] Reconfiguring mgr.smithi023.vhqanb (unknown last config time)... 2024-02-19T23:36:30.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:29 smithi184 bash[20261]: audit 2024-02-19T23:36:28.670342+0000 mon.smithi023 (mon.0) 503 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi023.vhqanb", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-19T23:36:30.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:29 smithi184 bash[20261]: audit 2024-02-19T23:36:28.671863+0000 mon.smithi023 (mon.0) 504 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-19T23:36:30.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:29 smithi184 bash[20261]: audit 2024-02-19T23:36:28.673190+0000 mon.smithi023 (mon.0) 505 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:36:30.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:29 smithi184 bash[20261]: cephadm 2024-02-19T23:36:28.674412+0000 mgr.smithi023.vhqanb (mgr.14182) 79 : cephadm [INF] Reconfiguring daemon mgr.smithi023.vhqanb on smithi023 2024-02-19T23:36:30.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:29 smithi184 bash[20261]: cluster 2024-02-19T23:36:28.913049+0000 mgr.smithi023.vhqanb (mgr.14182) 80 : cluster [DBG] pgmap v88: 1 pgs: 1 remapped+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:30.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:29 smithi184 bash[20261]: audit 2024-02-19T23:36:29.119548+0000 mon.smithi023 (mon.0) 506 : audit [DBG] from='client.? 172.21.15.23:0/1453509244' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-19T23:36:32.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:31 smithi023 bash[16423]: cluster 2024-02-19T23:36:30.913646+0000 mgr.smithi023.vhqanb (mgr.14182) 81 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:32.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:31 smithi023 bash[16423]: audit 2024-02-19T23:36:31.595950+0000 mon.smithi023 (mon.0) 507 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:32.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:31 smithi184 bash[20261]: cluster 2024-02-19T23:36:30.913646+0000 mgr.smithi023.vhqanb (mgr.14182) 81 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:32.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:31 smithi184 bash[20261]: audit 2024-02-19T23:36:31.595950+0000 mon.smithi023 (mon.0) 507 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:33.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:32 smithi184 bash[20261]: cephadm 2024-02-19T23:36:31.598139+0000 mgr.smithi023.vhqanb (mgr.14182) 82 : cephadm [INF] Reconfiguring alertmanager.smithi023 (dependencies changed)... 2024-02-19T23:36:33.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:32 smithi184 bash[20261]: cephadm 2024-02-19T23:36:31.614140+0000 mgr.smithi023.vhqanb (mgr.14182) 83 : cephadm [INF] Reconfiguring daemon alertmanager.smithi023 on smithi023 2024-02-19T23:36:33.399 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:32 smithi023 bash[16423]: cephadm 2024-02-19T23:36:31.598139+0000 mgr.smithi023.vhqanb (mgr.14182) 82 : cephadm [INF] Reconfiguring alertmanager.smithi023 (dependencies changed)... 2024-02-19T23:36:33.399 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:32 smithi023 bash[16423]: cephadm 2024-02-19T23:36:31.614140+0000 mgr.smithi023.vhqanb (mgr.14182) 83 : cephadm [INF] Reconfiguring daemon alertmanager.smithi023 on smithi023 2024-02-19T23:36:34.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:33 smithi023 bash[16423]: cluster 2024-02-19T23:36:32.914325+0000 mgr.smithi023.vhqanb (mgr.14182) 84 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:34.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:34 smithi184 bash[20261]: cluster 2024-02-19T23:36:32.914325+0000 mgr.smithi023.vhqanb (mgr.14182) 84 : cluster [DBG] pgmap v90: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:35.032 INFO:teuthology.orchestra.run.smithi023.stdout:[client.0] 2024-02-19T23:36:35.033 INFO:teuthology.orchestra.run.smithi023.stdout: key = AQAD5tNlnaBBARAApUJhTK2QtOBMjXfqHtNDFw== 2024-02-19T23:36:35.865 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-02-19T23:36:35.865 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-19T23:36:35.865 DEBUG:teuthology.orchestra.run.smithi023:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-19T23:36:35.886 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-19T23:36:36.109 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:36 smithi023 bash[16423]: cluster 2024-02-19T23:36:34.914826+0000 mgr.smithi023.vhqanb (mgr.14182) 85 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:36.109 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:36 smithi023 bash[16423]: audit 2024-02-19T23:36:35.020751+0000 mon.smithi023 (mon.0) 508 : audit [INF] from='client.? 172.21.15.23:0/239200833' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-19T23:36:36.109 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:36 smithi023 bash[16423]: audit 2024-02-19T23:36:35.029353+0000 mon.smithi023 (mon.0) 509 : audit [INF] from='client.? 172.21.15.23:0/239200833' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-19T23:36:36.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:36 smithi184 bash[20261]: cluster 2024-02-19T23:36:34.914826+0000 mgr.smithi023.vhqanb (mgr.14182) 85 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:36.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:36 smithi184 bash[20261]: audit 2024-02-19T23:36:35.020751+0000 mon.smithi023 (mon.0) 508 : audit [INF] from='client.? 172.21.15.23:0/239200833' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-19T23:36:36.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:36 smithi184 bash[20261]: audit 2024-02-19T23:36:35.029353+0000 mon.smithi023 (mon.0) 509 : audit [INF] from='client.? 172.21.15.23:0/239200833' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-19T23:36:38.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:38 smithi023 bash[16423]: cluster 2024-02-19T23:36:36.915294+0000 mgr.smithi023.vhqanb (mgr.14182) 86 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:38.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:38 smithi023 bash[16423]: audit 2024-02-19T23:36:37.634313+0000 mon.smithi023 (mon.0) 510 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:38.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:38 smithi023 bash[16423]: audit 2024-02-19T23:36:37.635740+0000 mon.smithi023 (mon.0) 511 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi023", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-19T23:36:38.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:38 smithi023 bash[16423]: audit 2024-02-19T23:36:37.636769+0000 mon.smithi023 (mon.0) 512 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:36:38.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:38 smithi184 bash[20261]: cluster 2024-02-19T23:36:36.915294+0000 mgr.smithi023.vhqanb (mgr.14182) 86 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:38.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:38 smithi184 bash[20261]: audit 2024-02-19T23:36:37.634313+0000 mon.smithi023 (mon.0) 510 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:38.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:38 smithi184 bash[20261]: audit 2024-02-19T23:36:37.635740+0000 mon.smithi023 (mon.0) 511 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi023", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-19T23:36:38.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:38 smithi184 bash[20261]: audit 2024-02-19T23:36:37.636769+0000 mon.smithi023 (mon.0) 512 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:36:39.010 INFO:teuthology.orchestra.run.smithi184.stdout:[client.1] 2024-02-19T23:36:39.010 INFO:teuthology.orchestra.run.smithi184.stdout: key = AQAG5tNl7diHOxAAP5nPSFwxdFZHdNFNcjTkkg== 2024-02-19T23:36:39.289 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:39 smithi023 bash[16423]: cephadm 2024-02-19T23:36:37.635223+0000 mgr.smithi023.vhqanb (mgr.14182) 87 : cephadm [INF] Reconfiguring crash.smithi023 (monmap changed)... 2024-02-19T23:36:39.289 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:39 smithi023 bash[16423]: cephadm 2024-02-19T23:36:37.637723+0000 mgr.smithi023.vhqanb (mgr.14182) 88 : cephadm [INF] Reconfiguring daemon crash.smithi023 on smithi023 2024-02-19T23:36:39.289 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:39 smithi023 bash[16423]: audit 2024-02-19T23:36:38.998300+0000 mon.smithi184 (mon.1) 17 : audit [INF] from='client.? 172.21.15.184:0/2044297292' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-19T23:36:39.289 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:39 smithi023 bash[16423]: audit 2024-02-19T23:36:38.998389+0000 mon.smithi023 (mon.0) 513 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-19T23:36:39.289 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:39 smithi023 bash[16423]: audit 2024-02-19T23:36:39.006234+0000 mon.smithi023 (mon.0) 514 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-19T23:36:39.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:39 smithi184 bash[20261]: cephadm 2024-02-19T23:36:37.635223+0000 mgr.smithi023.vhqanb (mgr.14182) 87 : cephadm [INF] Reconfiguring crash.smithi023 (monmap changed)... 2024-02-19T23:36:39.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:39 smithi184 bash[20261]: cephadm 2024-02-19T23:36:37.637723+0000 mgr.smithi023.vhqanb (mgr.14182) 88 : cephadm [INF] Reconfiguring daemon crash.smithi023 on smithi023 2024-02-19T23:36:39.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:39 smithi184 bash[20261]: audit 2024-02-19T23:36:38.998300+0000 mon.smithi184 (mon.1) 17 : audit [INF] from='client.? 172.21.15.184:0/2044297292' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-19T23:36:39.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:39 smithi184 bash[20261]: audit 2024-02-19T23:36:38.998389+0000 mon.smithi023 (mon.0) 513 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-19T23:36:39.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:39 smithi184 bash[20261]: audit 2024-02-19T23:36:39.006234+0000 mon.smithi023 (mon.0) 514 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-19T23:36:39.612 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-02-19T23:36:39.613 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-02-19T23:36:39.613 DEBUG:teuthology.orchestra.run.smithi184:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-02-19T23:36:39.632 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph osd dump --format=json 2024-02-19T23:36:40.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:40 smithi023 bash[16423]: cluster 2024-02-19T23:36:38.915912+0000 mgr.smithi023.vhqanb (mgr.14182) 89 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:40.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:40 smithi023 bash[16423]: audit 2024-02-19T23:36:39.962917+0000 mon.smithi023 (mon.0) 515 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:40.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:40 smithi184 bash[20261]: cluster 2024-02-19T23:36:38.915912+0000 mgr.smithi023.vhqanb (mgr.14182) 89 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:40.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:40 smithi184 bash[20261]: audit 2024-02-19T23:36:39.962917+0000 mon.smithi023 (mon.0) 515 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:41.296 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:41 smithi023 bash[16423]: cephadm 2024-02-19T23:36:39.964089+0000 mgr.smithi023.vhqanb (mgr.14182) 90 : cephadm [INF] Reconfiguring grafana.smithi023 (dependencies changed)... 2024-02-19T23:36:41.296 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:41 smithi023 bash[16423]: cephadm 2024-02-19T23:36:40.007137+0000 mgr.smithi023.vhqanb (mgr.14182) 91 : cephadm [INF] Reconfiguring daemon grafana.smithi023 on smithi023 2024-02-19T23:36:41.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:41 smithi184 bash[20261]: cephadm 2024-02-19T23:36:39.964089+0000 mgr.smithi023.vhqanb (mgr.14182) 90 : cephadm [INF] Reconfiguring grafana.smithi023 (dependencies changed)... 2024-02-19T23:36:41.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:41 smithi184 bash[20261]: cephadm 2024-02-19T23:36:40.007137+0000 mgr.smithi023.vhqanb (mgr.14182) 91 : cephadm [INF] Reconfiguring daemon grafana.smithi023 on smithi023 2024-02-19T23:36:42.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:42 smithi023 bash[16423]: cluster 2024-02-19T23:36:40.916521+0000 mgr.smithi023.vhqanb (mgr.14182) 92 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:42.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:42 smithi184 bash[20261]: cluster 2024-02-19T23:36:40.916521+0000 mgr.smithi023.vhqanb (mgr.14182) 92 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:44.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:44 smithi023 bash[16423]: cluster 2024-02-19T23:36:42.916994+0000 mgr.smithi023.vhqanb (mgr.14182) 93 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:44.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:44 smithi184 bash[20261]: cluster 2024-02-19T23:36:42.916994+0000 mgr.smithi023.vhqanb (mgr.14182) 93 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:44.955 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/mon.smithi023/config 2024-02-19T23:36:45.882 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:45 smithi023 bash[16423]: audit 2024-02-19T23:36:44.565063+0000 mon.smithi023 (mon.0) 516 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:45.882 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:45 smithi023 bash[16423]: cephadm 2024-02-19T23:36:44.567023+0000 mgr.smithi023.vhqanb (mgr.14182) 94 : cephadm [INF] Reconfiguring crash.smithi184 (monmap changed)... 2024-02-19T23:36:45.882 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:45 smithi023 bash[16423]: audit 2024-02-19T23:36:44.567506+0000 mon.smithi023 (mon.0) 517 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi184", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-19T23:36:45.882 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:45 smithi023 bash[16423]: audit 2024-02-19T23:36:44.568680+0000 mon.smithi023 (mon.0) 518 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:36:45.883 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:45 smithi023 bash[16423]: cephadm 2024-02-19T23:36:44.569604+0000 mgr.smithi023.vhqanb (mgr.14182) 95 : cephadm [INF] Reconfiguring daemon crash.smithi184 on smithi184 2024-02-19T23:36:45.883 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:45 smithi023 bash[16423]: cluster 2024-02-19T23:36:44.917403+0000 mgr.smithi023.vhqanb (mgr.14182) 96 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:45.976 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:45 smithi184 bash[20261]: audit 2024-02-19T23:36:44.565063+0000 mon.smithi023 (mon.0) 516 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:45.976 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:45 smithi184 bash[20261]: cephadm 2024-02-19T23:36:44.567023+0000 mgr.smithi023.vhqanb (mgr.14182) 94 : cephadm [INF] Reconfiguring crash.smithi184 (monmap changed)... 2024-02-19T23:36:45.976 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:45 smithi184 bash[20261]: audit 2024-02-19T23:36:44.567506+0000 mon.smithi023 (mon.0) 517 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi184", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-02-19T23:36:45.976 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:45 smithi184 bash[20261]: audit 2024-02-19T23:36:44.568680+0000 mon.smithi023 (mon.0) 518 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:36:45.976 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:45 smithi184 bash[20261]: cephadm 2024-02-19T23:36:44.569604+0000 mgr.smithi023.vhqanb (mgr.14182) 95 : cephadm [INF] Reconfiguring daemon crash.smithi184 on smithi184 2024-02-19T23:36:45.976 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:45 smithi184 bash[20261]: cluster 2024-02-19T23:36:44.917403+0000 mgr.smithi023.vhqanb (mgr.14182) 96 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:47.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:47 smithi184 bash[20261]: audit 2024-02-19T23:36:46.524351+0000 mon.smithi023 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:47.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:47 smithi184 bash[20261]: cephadm 2024-02-19T23:36:46.525635+0000 mgr.smithi023.vhqanb (mgr.14182) 97 : cephadm [INF] Reconfiguring mgr.smithi184.fjxveu (monmap changed)... 2024-02-19T23:36:47.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:47 smithi184 bash[20261]: audit 2024-02-19T23:36:46.526264+0000 mon.smithi023 (mon.0) 520 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi184.fjxveu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-19T23:36:47.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:47 smithi184 bash[20261]: audit 2024-02-19T23:36:46.528317+0000 mon.smithi023 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-19T23:36:47.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:47 smithi184 bash[20261]: audit 2024-02-19T23:36:46.530009+0000 mon.smithi023 (mon.0) 522 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:36:47.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:47 smithi184 bash[20261]: cephadm 2024-02-19T23:36:46.531536+0000 mgr.smithi023.vhqanb (mgr.14182) 98 : cephadm [INF] Reconfiguring daemon mgr.smithi184.fjxveu on smithi184 2024-02-19T23:36:47.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:47 smithi184 bash[20261]: cluster 2024-02-19T23:36:46.917799+0000 mgr.smithi023.vhqanb (mgr.14182) 99 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:47.991 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:47 smithi023 bash[16423]: audit 2024-02-19T23:36:46.524351+0000 mon.smithi023 (mon.0) 519 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:47.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:47 smithi023 bash[16423]: cephadm 2024-02-19T23:36:46.525635+0000 mgr.smithi023.vhqanb (mgr.14182) 97 : cephadm [INF] Reconfiguring mgr.smithi184.fjxveu (monmap changed)... 2024-02-19T23:36:47.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:47 smithi023 bash[16423]: audit 2024-02-19T23:36:46.526264+0000 mon.smithi023 (mon.0) 520 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi184.fjxveu", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-19T23:36:47.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:47 smithi023 bash[16423]: audit 2024-02-19T23:36:46.528317+0000 mon.smithi023 (mon.0) 521 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-19T23:36:47.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:47 smithi023 bash[16423]: audit 2024-02-19T23:36:46.530009+0000 mon.smithi023 (mon.0) 522 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:36:47.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:47 smithi023 bash[16423]: cephadm 2024-02-19T23:36:46.531536+0000 mgr.smithi023.vhqanb (mgr.14182) 98 : cephadm [INF] Reconfiguring daemon mgr.smithi184.fjxveu on smithi184 2024-02-19T23:36:47.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:47 smithi023 bash[16423]: cluster 2024-02-19T23:36:46.917799+0000 mgr.smithi023.vhqanb (mgr.14182) 99 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:48.051 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:36:48.051 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":40,"fsid":"ad14672a-cf7e-11ee-95bb-87774f69a715","created":"2024-02-19T23:32:26.882507+0000","modified":"2024-02-19T23:36:25.315528+0000","last_up_change":"2024-02-19T23:36:23.307151+0000","last_in_change":"2024-02-19T23:35:34.521887+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-19T23:36:06.263823+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":"2c374e93-8238-4410-99ac-5a99c2f1631f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6800","nonce":1361113874},{"type":"v1","addr":"172.21.15.184:6801","nonce":1361113874}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":1361113874},{"type":"v1","addr":"172.21.15.184:6803","nonce":1361113874}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":1361113874},{"type":"v1","addr":"172.21.15.184:6807","nonce":1361113874}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":1361113874},{"type":"v1","addr":"172.21.15.184:6805","nonce":1361113874}]},"public_addr":"172.21.15.184:6801/1361113874","cluster_addr":"172.21.15.184:6803/1361113874","heartbeat_back_addr":"172.21.15.184:6807/1361113874","heartbeat_front_addr":"172.21.15.184:6805/1361113874","state":["exists","up"]},{"osd":1,"uuid":"01ecf250-fd66-4adf-a796-4dd2caad7bb0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6802","nonce":4121111844},{"type":"v1","addr":"172.21.15.23:6803","nonce":4121111844}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6804","nonce":4121111844},{"type":"v1","addr":"172.21.15.23:6805","nonce":4121111844}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6808","nonce":4121111844},{"type":"v1","addr":"172.21.15.23:6809","nonce":4121111844}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6806","nonce":4121111844},{"type":"v1","addr":"172.21.15.23:6807","nonce":4121111844}]},"public_addr":"172.21.15.23:6803/4121111844","cluster_addr":"172.21.15.23:6805/4121111844","heartbeat_back_addr":"172.21.15.23:6809/4121111844","heartbeat_front_addr":"172.21.15.23:6807/4121111844","state":["exists","up"]},{"osd":2,"uuid":"e4ce5ade-b796-494e-9dc4-7ead456f9d86","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.184:6808","nonce":2223051073},{"type":"v1","addr":"172.21.15.184:6809","nonce":2223051073}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":2223051073},{"type":"v1","addr":"172.21.15.184:6811","nonce":2223051073}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":2223051073},{"type":"v1","addr":"172.21.15.184:6815","nonce":2223051073}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":2223051073},{"type":"v1","addr":"172.21.15.184:6813","nonce":2223051073}]},"public_addr":"172.21.15.184:6809/2223051073","cluster_addr":"172.21.15.184:6811/2223051073","heartbeat_back_addr":"172.21.15.184:6815/2223051073","heartbeat_front_addr":"172.21.15.184:6813/2223051073","state":["exists","up"]},{"osd":3,"uuid":"aa017a48-eb1f-44e6-bc0a-3d2ecba7d735","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6810","nonce":2643920303},{"type":"v1","addr":"172.21.15.23:6811","nonce":2643920303}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6812","nonce":2643920303},{"type":"v1","addr":"172.21.15.23:6813","nonce":2643920303}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6816","nonce":2643920303},{"type":"v1","addr":"172.21.15.23:6817","nonce":2643920303}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6814","nonce":2643920303},{"type":"v1","addr":"172.21.15.23:6815","nonce":2643920303}]},"public_addr":"172.21.15.23:6811/2643920303","cluster_addr":"172.21.15.23:6813/2643920303","heartbeat_back_addr":"172.21.15.23:6817/2643920303","heartbeat_front_addr":"172.21.15.23:6815/2643920303","state":["exists","up"]},{"osd":4,"uuid":"7eedf425-f2fd-4054-8832-67d66d35df85","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.184:6816","nonce":926023772},{"type":"v1","addr":"172.21.15.184:6817","nonce":926023772}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":926023772},{"type":"v1","addr":"172.21.15.184:6819","nonce":926023772}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":926023772},{"type":"v1","addr":"172.21.15.184:6823","nonce":926023772}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":926023772},{"type":"v1","addr":"172.21.15.184:6821","nonce":926023772}]},"public_addr":"172.21.15.184:6817/926023772","cluster_addr":"172.21.15.184:6819/926023772","heartbeat_back_addr":"172.21.15.184:6823/926023772","heartbeat_front_addr":"172.21.15.184:6821/926023772","state":["exists","up"]},{"osd":5,"uuid":"610fb05c-82c1-4045-82e1-39c00828401c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6818","nonce":834114946},{"type":"v1","addr":"172.21.15.23:6819","nonce":834114946}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6820","nonce":834114946},{"type":"v1","addr":"172.21.15.23:6821","nonce":834114946}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6824","nonce":834114946},{"type":"v1","addr":"172.21.15.23:6825","nonce":834114946}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6822","nonce":834114946},{"type":"v1","addr":"172.21.15.23:6823","nonce":834114946}]},"public_addr":"172.21.15.23:6819/834114946","cluster_addr":"172.21.15.23:6821/834114946","heartbeat_back_addr":"172.21.15.23:6825/834114946","heartbeat_front_addr":"172.21.15.23:6823/834114946","state":["exists","up"]},{"osd":6,"uuid":"0bf60baa-eccb-4aac-b12c-7008d12ef3a7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6824","nonce":84153614},{"type":"v1","addr":"172.21.15.184:6825","nonce":84153614}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":84153614},{"type":"v1","addr":"172.21.15.184:6827","nonce":84153614}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":84153614},{"type":"v1","addr":"172.21.15.184:6831","nonce":84153614}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":84153614},{"type":"v1","addr":"172.21.15.184:6829","nonce":84153614}]},"public_addr":"172.21.15.184:6825/84153614","cluster_addr":"172.21.15.184:6827/84153614","heartbeat_back_addr":"172.21.15.184:6831/84153614","heartbeat_front_addr":"172.21.15.184:6829/84153614","state":["exists","up"]},{"osd":7,"uuid":"8599a4e9-455a-4063-8a41-4c74942338aa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6826","nonce":351093376},{"type":"v1","addr":"172.21.15.23:6827","nonce":351093376}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6828","nonce":351093376},{"type":"v1","addr":"172.21.15.23:6829","nonce":351093376}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6832","nonce":351093376},{"type":"v1","addr":"172.21.15.23:6833","nonce":351093376}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6830","nonce":351093376},{"type":"v1","addr":"172.21.15.23:6831","nonce":351093376}]},"public_addr":"172.21.15.23:6827/351093376","cluster_addr":"172.21.15.23:6829/351093376","heartbeat_back_addr":"172.21.15.23:6833/351093376","heartbeat_front_addr":"172.21.15.23:6831/351093376","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T23:35:56.754262+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T23:36:04.302025+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T23:36:01.743091+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T23:36:11.145736+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T23:36:07.398766+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T23:36:17.855933+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T23:36:11.684680+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T23:36:22.697837+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.23:6801/1025326236":"2024-02-20T23:34:30.877041+0000","172.21.15.23:0/4055638405":"2024-02-20T23:34:30.877041+0000","172.21.15.23:0/1970284396":"2024-02-20T23:34:30.877041+0000","172.21.15.23:6801/3478054141":"2024-02-20T23:33:34.945596+0000","172.21.15.23:6800/3478054141":"2024-02-20T23:33:34.945596+0000","172.21.15.23:0/1715972557":"2024-02-20T23:33:34.945596+0000","172.21.15.23:0/4224509249":"2024-02-20T23:33:34.945596+0000","172.21.15.23:6800/1151982319":"2024-02-20T23:32:54.941790+0000","172.21.15.23:6800/1025326236":"2024-02-20T23:34:30.877041+0000","172.21.15.23:0/358969090":"2024-02-20T23:32:54.941790+0000","172.21.15.23:0/635304777":"2024-02-20T23:32:54.941790+0000","172.21.15.23:6801/1151982319":"2024-02-20T23:32:54.941790+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-19T23:36:48.673 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-19T23:36:06.263823+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '26', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-02-19T23:36:48.674 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-19T23:36:48.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:48 smithi023 bash[16423]: audit 2024-02-19T23:36:48.046641+0000 mon.smithi023 (mon.0) 523 : audit [DBG] from='client.? 172.21.15.23:0/2610212799' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-19T23:36:48.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:48 smithi023 bash[16423]: audit 2024-02-19T23:36:48.327978+0000 mon.smithi023 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:48.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:48 smithi023 bash[16423]: audit 2024-02-19T23:36:48.329648+0000 mon.smithi023 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-19T23:36:48.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:48 smithi023 bash[16423]: audit 2024-02-19T23:36:48.331347+0000 mon.smithi023 (mon.0) 526 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-19T23:36:48.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:48 smithi023 bash[16423]: audit 2024-02-19T23:36:48.333168+0000 mon.smithi023 (mon.0) 527 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:36:49.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:48 smithi184 bash[20261]: audit 2024-02-19T23:36:48.046641+0000 mon.smithi023 (mon.0) 523 : audit [DBG] from='client.? 172.21.15.23:0/2610212799' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-19T23:36:49.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:48 smithi184 bash[20261]: audit 2024-02-19T23:36:48.327978+0000 mon.smithi023 (mon.0) 524 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:49.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:48 smithi184 bash[20261]: audit 2024-02-19T23:36:48.329648+0000 mon.smithi023 (mon.0) 525 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-19T23:36:49.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:48 smithi184 bash[20261]: audit 2024-02-19T23:36:48.331347+0000 mon.smithi023 (mon.0) 526 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-19T23:36:49.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:48 smithi184 bash[20261]: audit 2024-02-19T23:36:48.333168+0000 mon.smithi023 (mon.0) 527 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:36:49.643 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:49 smithi184 bash[20261]: cephadm 2024-02-19T23:36:48.329079+0000 mgr.smithi023.vhqanb (mgr.14182) 100 : cephadm [INF] Reconfiguring mon.smithi184 (monmap changed)... 2024-02-19T23:36:49.643 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:49 smithi184 bash[20261]: cephadm 2024-02-19T23:36:48.334552+0000 mgr.smithi023.vhqanb (mgr.14182) 101 : cephadm [INF] Reconfiguring daemon mon.smithi184 on smithi184 2024-02-19T23:36:49.643 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:49 smithi184 bash[20261]: cluster 2024-02-19T23:36:48.918386+0000 mgr.smithi023.vhqanb (mgr.14182) 102 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:49.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:49 smithi023 bash[16423]: cephadm 2024-02-19T23:36:48.329079+0000 mgr.smithi023.vhqanb (mgr.14182) 100 : cephadm [INF] Reconfiguring mon.smithi184 (monmap changed)... 2024-02-19T23:36:49.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:49 smithi023 bash[16423]: cephadm 2024-02-19T23:36:48.334552+0000 mgr.smithi023.vhqanb (mgr.14182) 101 : cephadm [INF] Reconfiguring daemon mon.smithi184 on smithi184 2024-02-19T23:36:49.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:49 smithi023 bash[16423]: cluster 2024-02-19T23:36:48.918386+0000 mgr.smithi023.vhqanb (mgr.14182) 102 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:51.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:51 smithi023 bash[16423]: audit 2024-02-19T23:36:50.197572+0000 mon.smithi023 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:51.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:51 smithi023 bash[16423]: audit 2024-02-19T23:36:50.206918+0000 mon.smithi023 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-19T23:36:51.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:51 smithi023 bash[16423]: audit 2024-02-19T23:36:50.207993+0000 mgr.smithi023.vhqanb (mgr.14182) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-19T23:36:51.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:51 smithi023 bash[16423]: audit 2024-02-19T23:36:50.209777+0000 mon.smithi023 (mon.0) 530 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi023.front.sepia.ceph.com:9093"}]: dispatch 2024-02-19T23:36:51.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:51 smithi023 bash[16423]: audit 2024-02-19T23:36:50.210578+0000 mgr.smithi023.vhqanb (mgr.14182) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi023.front.sepia.ceph.com:9093"}]: dispatch 2024-02-19T23:36:51.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:51 smithi023 bash[16423]: audit 2024-02-19T23:36:50.219322+0000 mon.smithi023 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:51.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:51 smithi023 bash[16423]: audit 2024-02-19T23:36:50.232092+0000 mon.smithi023 (mon.0) 532 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-19T23:36:51.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:51 smithi023 bash[16423]: audit 2024-02-19T23:36:50.232906+0000 mgr.smithi023.vhqanb (mgr.14182) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-19T23:36:51.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:51 smithi023 bash[16423]: audit 2024-02-19T23:36:50.240364+0000 mon.smithi023 (mon.0) 533 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi023.front.sepia.ceph.com:3000"}]: dispatch 2024-02-19T23:36:51.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:51 smithi023 bash[16423]: audit 2024-02-19T23:36:50.241224+0000 mgr.smithi023.vhqanb (mgr.14182) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi023.front.sepia.ceph.com:3000"}]: dispatch 2024-02-19T23:36:51.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:51 smithi023 bash[16423]: audit 2024-02-19T23:36:50.249334+0000 mon.smithi023 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:51.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:51 smithi023 bash[16423]: audit 2024-02-19T23:36:50.258762+0000 mon.smithi023 (mon.0) 535 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-19T23:36:51.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:51 smithi023 bash[16423]: audit 2024-02-19T23:36:50.259400+0000 mgr.smithi023.vhqanb (mgr.14182) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-19T23:36:51.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:51 smithi023 bash[16423]: audit 2024-02-19T23:36:50.268110+0000 mon.smithi023 (mon.0) 536 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi184.front.sepia.ceph.com:9095"}]: dispatch 2024-02-19T23:36:51.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:51 smithi023 bash[16423]: audit 2024-02-19T23:36:50.268985+0000 mgr.smithi023.vhqanb (mgr.14182) 108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi184.front.sepia.ceph.com:9095"}]: dispatch 2024-02-19T23:36:51.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:51 smithi023 bash[16423]: audit 2024-02-19T23:36:50.277405+0000 mon.smithi023 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:51.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:51 smithi023 bash[16423]: audit 2024-02-19T23:36:50.284428+0000 mon.smithi023 (mon.0) 538 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:36:51.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:51 smithi184 bash[20261]: audit 2024-02-19T23:36:50.197572+0000 mon.smithi023 (mon.0) 528 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:51.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:51 smithi184 bash[20261]: audit 2024-02-19T23:36:50.206918+0000 mon.smithi023 (mon.0) 529 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-19T23:36:51.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:51 smithi184 bash[20261]: audit 2024-02-19T23:36:50.207993+0000 mgr.smithi023.vhqanb (mgr.14182) 103 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-19T23:36:51.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:51 smithi184 bash[20261]: audit 2024-02-19T23:36:50.209777+0000 mon.smithi023 (mon.0) 530 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi023.front.sepia.ceph.com:9093"}]: dispatch 2024-02-19T23:36:51.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:51 smithi184 bash[20261]: audit 2024-02-19T23:36:50.210578+0000 mgr.smithi023.vhqanb (mgr.14182) 104 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi023.front.sepia.ceph.com:9093"}]: dispatch 2024-02-19T23:36:51.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:51 smithi184 bash[20261]: audit 2024-02-19T23:36:50.219322+0000 mon.smithi023 (mon.0) 531 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:51.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:51 smithi184 bash[20261]: audit 2024-02-19T23:36:50.232092+0000 mon.smithi023 (mon.0) 532 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-19T23:36:51.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:51 smithi184 bash[20261]: audit 2024-02-19T23:36:50.232906+0000 mgr.smithi023.vhqanb (mgr.14182) 105 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-02-19T23:36:51.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:51 smithi184 bash[20261]: audit 2024-02-19T23:36:50.240364+0000 mon.smithi023 (mon.0) 533 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi023.front.sepia.ceph.com:3000"}]: dispatch 2024-02-19T23:36:51.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:51 smithi184 bash[20261]: audit 2024-02-19T23:36:50.241224+0000 mgr.smithi023.vhqanb (mgr.14182) 106 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi023.front.sepia.ceph.com:3000"}]: dispatch 2024-02-19T23:36:51.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:51 smithi184 bash[20261]: audit 2024-02-19T23:36:50.249334+0000 mon.smithi023 (mon.0) 534 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:51.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:51 smithi184 bash[20261]: audit 2024-02-19T23:36:50.258762+0000 mon.smithi023 (mon.0) 535 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-19T23:36:51.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:51 smithi184 bash[20261]: audit 2024-02-19T23:36:50.259400+0000 mgr.smithi023.vhqanb (mgr.14182) 107 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-19T23:36:51.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:51 smithi184 bash[20261]: audit 2024-02-19T23:36:50.268110+0000 mon.smithi023 (mon.0) 536 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi184.front.sepia.ceph.com:9095"}]: dispatch 2024-02-19T23:36:51.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:51 smithi184 bash[20261]: audit 2024-02-19T23:36:50.268985+0000 mgr.smithi023.vhqanb (mgr.14182) 108 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi184.front.sepia.ceph.com:9095"}]: dispatch 2024-02-19T23:36:51.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:51 smithi184 bash[20261]: audit 2024-02-19T23:36:50.277405+0000 mon.smithi023 (mon.0) 537 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:51.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:51 smithi184 bash[20261]: audit 2024-02-19T23:36:50.284428+0000 mon.smithi023 (mon.0) 538 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:36:52.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:52 smithi023 bash[16423]: cluster 2024-02-19T23:36:50.919038+0000 mgr.smithi023.vhqanb (mgr.14182) 109 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:52.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:52 smithi184 bash[20261]: cluster 2024-02-19T23:36:50.919038+0000 mgr.smithi023.vhqanb (mgr.14182) 109 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:53.528 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/mon.smithi023/config 2024-02-19T23:36:54.595 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:54 smithi023 bash[16423]: cluster 2024-02-19T23:36:52.919703+0000 mgr.smithi023.vhqanb (mgr.14182) 110 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:54.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:54 smithi184 bash[20261]: cluster 2024-02-19T23:36:52.919703+0000 mgr.smithi023.vhqanb (mgr.14182) 110 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:56.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:56 smithi023 bash[16423]: cluster 2024-02-19T23:36:54.920158+0000 mgr.smithi023.vhqanb (mgr.14182) 111 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:56.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:56 smithi023 bash[16423]: audit 2024-02-19T23:36:55.891003+0000 mon.smithi023 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:56.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:56 smithi023 bash[16423]: audit 2024-02-19T23:36:56.201345+0000 mon.smithi023 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:56.560 INFO:teuthology.orchestra.run.smithi023.stdout:pg_num: 1 2024-02-19T23:36:56.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:56 smithi184 bash[20261]: cluster 2024-02-19T23:36:54.920158+0000 mgr.smithi023.vhqanb (mgr.14182) 111 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:56.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:56 smithi184 bash[20261]: audit 2024-02-19T23:36:55.891003+0000 mon.smithi023 (mon.0) 539 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:56.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:56 smithi184 bash[20261]: audit 2024-02-19T23:36:56.201345+0000 mon.smithi023 (mon.0) 540 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:36:57.230 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-19T23:36:57.230 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-19T23:36:57.230 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph mgr dump --format=json 2024-02-19T23:36:57.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:57 smithi023 bash[16423]: audit 2024-02-19T23:36:56.556393+0000 mon.smithi023 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.23:0/3689481079' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-19T23:36:57.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:57 smithi184 bash[20261]: audit 2024-02-19T23:36:56.556393+0000 mon.smithi023 (mon.0) 541 : audit [DBG] from='client.? 172.21.15.23:0/3689481079' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-19T23:36:58.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:36:58 smithi023 bash[16423]: cluster 2024-02-19T23:36:56.920685+0000 mgr.smithi023.vhqanb (mgr.14182) 112 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:36:58.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:36:58 smithi184 bash[20261]: cluster 2024-02-19T23:36:56.920685+0000 mgr.smithi023.vhqanb (mgr.14182) 112 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:00.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:00 smithi023 bash[16423]: cluster 2024-02-19T23:36:58.921275+0000 mgr.smithi023.vhqanb (mgr.14182) 113 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:00.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:00 smithi184 bash[20261]: cluster 2024-02-19T23:36:58.921275+0000 mgr.smithi023.vhqanb (mgr.14182) 113 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:01.820 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/mon.smithi023/config 2024-02-19T23:37:02.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:02 smithi023 bash[16423]: cluster 2024-02-19T23:37:00.921927+0000 mgr.smithi023.vhqanb (mgr.14182) 114 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:02.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:02 smithi184 bash[20261]: cluster 2024-02-19T23:37:00.921927+0000 mgr.smithi023.vhqanb (mgr.14182) 114 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:03.667 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:03 smithi184 bash[20261]: cluster 2024-02-19T23:37:02.922368+0000 mgr.smithi023.vhqanb (mgr.14182) 115 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:03.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:03 smithi023 bash[16423]: cluster 2024-02-19T23:37:02.922368+0000 mgr.smithi023.vhqanb (mgr.14182) 115 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:05.980 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:37:06.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:05 smithi023 bash[16423]: cluster 2024-02-19T23:37:04.923046+0000 mgr.smithi023.vhqanb (mgr.14182) 116 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:06.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:05 smithi023 bash[16423]: audit 2024-02-19T23:37:05.966163+0000 mon.smithi023 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.23:0/498045934' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-19T23:37:06.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:05 smithi184 bash[20261]: cluster 2024-02-19T23:37:04.923046+0000 mgr.smithi023.vhqanb (mgr.14182) 116 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:06.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:05 smithi184 bash[20261]: audit 2024-02-19T23:37:05.966163+0000 mon.smithi023 (mon.0) 542 : audit [DBG] from='client.? 172.21.15.23:0/498045934' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-19T23:37:06.609 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":18,"active_gid":14182,"active_name":"smithi023.vhqanb","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6800","nonce":1846360797},{"type":"v1","addr":"172.21.15.23:6801","nonce":1846360797}]},"active_addr":"172.21.15.23:6801/1846360797","active_change":"2024-02-19T23:34:30.877158+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14196,"name":"smithi184.fjxveu","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.23:8443/","prometheus":"http://172.21.15.23: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.23:0","nonce":4087781420}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.23:0","nonce":433221980}]}]} 2024-02-19T23:37:06.613 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-19T23:37:06.613 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-19T23:37:06.613 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph osd dump --format=json 2024-02-19T23:37:07.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:07 smithi023 bash[16423]: cephadm 2024-02-19T23:37:06.280456+0000 mgr.smithi023.vhqanb (mgr.14182) 117 : cephadm [INF] Detected new or changed devices on smithi184 2024-02-19T23:37:07.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:07 smithi023 bash[16423]: audit 2024-02-19T23:37:06.291611+0000 mon.smithi023 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:37:07.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:07 smithi023 bash[16423]: audit 2024-02-19T23:37:06.582629+0000 mon.smithi023 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:37:07.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:07 smithi023 bash[16423]: audit 2024-02-19T23:37:06.584472+0000 mon.smithi023 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:37:07.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:07 smithi023 bash[16423]: audit 2024-02-19T23:37:06.586185+0000 mon.smithi023 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:37:07.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:07 smithi023 bash[16423]: audit 2024-02-19T23:37:06.588080+0000 mon.smithi023 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:37:07.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:07 smithi023 bash[16423]: audit 2024-02-19T23:37:06.599971+0000 mon.smithi023 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:37:07.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:07 smithi184 bash[20261]: cephadm 2024-02-19T23:37:06.280456+0000 mgr.smithi023.vhqanb (mgr.14182) 117 : cephadm [INF] Detected new or changed devices on smithi184 2024-02-19T23:37:07.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:07 smithi184 bash[20261]: audit 2024-02-19T23:37:06.291611+0000 mon.smithi023 (mon.0) 543 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:37:07.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:07 smithi184 bash[20261]: audit 2024-02-19T23:37:06.582629+0000 mon.smithi023 (mon.0) 544 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:37:07.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:07 smithi184 bash[20261]: audit 2024-02-19T23:37:06.584472+0000 mon.smithi023 (mon.0) 545 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:37:07.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:07 smithi184 bash[20261]: audit 2024-02-19T23:37:06.586185+0000 mon.smithi023 (mon.0) 546 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:37:07.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:07 smithi184 bash[20261]: audit 2024-02-19T23:37:06.588080+0000 mon.smithi023 (mon.0) 547 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:37:07.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:07 smithi184 bash[20261]: audit 2024-02-19T23:37:06.599971+0000 mon.smithi023 (mon.0) 548 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:37:08.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:08 smithi023 bash[16423]: cephadm 2024-02-19T23:37:06.589372+0000 mgr.smithi023.vhqanb (mgr.14182) 118 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 3785M 2024-02-19T23:37:08.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:08 smithi023 bash[16423]: cluster 2024-02-19T23:37:06.923723+0000 mgr.smithi023.vhqanb (mgr.14182) 119 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:08.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:08 smithi023 bash[16423]: audit 2024-02-19T23:37:07.514423+0000 mon.smithi023 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:37:08.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:08 smithi023 bash[16423]: audit 2024-02-19T23:37:07.814022+0000 mon.smithi023 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:37:08.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:08 smithi023 bash[16423]: audit 2024-02-19T23:37:07.816694+0000 mon.smithi023 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:37:08.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:08 smithi023 bash[16423]: audit 2024-02-19T23:37:07.818446+0000 mon.smithi023 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:37:08.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:08 smithi023 bash[16423]: audit 2024-02-19T23:37:07.820074+0000 mon.smithi023 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:37:08.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:08 smithi023 bash[16423]: audit 2024-02-19T23:37:07.821831+0000 mon.smithi023 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:37:08.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:08 smithi023 bash[16423]: audit 2024-02-19T23:37:07.829360+0000 mon.smithi023 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:37:08.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:08 smithi023 bash[16423]: audit 2024-02-19T23:37:07.832371+0000 mon.smithi023 (mon.0) 556 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:37:08.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:08 smithi023 bash[16423]: audit 2024-02-19T23:37:07.833930+0000 mon.smithi023 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:37:08.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:08 smithi023 bash[16423]: audit 2024-02-19T23:37:07.842001+0000 mon.smithi023 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:37:08.742 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:08 smithi023 bash[16423]: audit 2024-02-19T23:37:07.849289+0000 mon.smithi023 (mon.0) 559 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:37:08.743 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:08 smithi023 bash[16423]: audit 2024-02-19T23:37:07.854178+0000 mon.smithi023 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-19T23:37:08.743 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:08 smithi023 bash[16423]: audit 2024-02-19T23:37:07.856497+0000 mon.smithi023 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-19T23:37:08.743 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:08 smithi023 bash[16423]: audit 2024-02-19T23:37:07.856969+0000 mon.smithi023 (mon.0) 562 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:37:08.743 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:08 smithi023 bash[16423]: audit 2024-02-19T23:37:07.857944+0000 mon.smithi023 (mon.0) 563 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:37:08.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:08 smithi184 bash[20261]: cephadm 2024-02-19T23:37:06.589372+0000 mgr.smithi023.vhqanb (mgr.14182) 118 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 3785M 2024-02-19T23:37:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:08 smithi184 bash[20261]: cluster 2024-02-19T23:37:06.923723+0000 mgr.smithi023.vhqanb (mgr.14182) 119 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:08 smithi184 bash[20261]: audit 2024-02-19T23:37:07.514423+0000 mon.smithi023 (mon.0) 549 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:37:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:08 smithi184 bash[20261]: audit 2024-02-19T23:37:07.814022+0000 mon.smithi023 (mon.0) 550 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:37:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:08 smithi184 bash[20261]: audit 2024-02-19T23:37:07.816694+0000 mon.smithi023 (mon.0) 551 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:37:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:08 smithi184 bash[20261]: audit 2024-02-19T23:37:07.818446+0000 mon.smithi023 (mon.0) 552 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:37:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:08 smithi184 bash[20261]: audit 2024-02-19T23:37:07.820074+0000 mon.smithi023 (mon.0) 553 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:37:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:08 smithi184 bash[20261]: audit 2024-02-19T23:37:07.821831+0000 mon.smithi023 (mon.0) 554 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:37:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:08 smithi184 bash[20261]: audit 2024-02-19T23:37:07.829360+0000 mon.smithi023 (mon.0) 555 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:37:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:08 smithi184 bash[20261]: audit 2024-02-19T23:37:07.832371+0000 mon.smithi023 (mon.0) 556 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:37:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:08 smithi184 bash[20261]: audit 2024-02-19T23:37:07.833930+0000 mon.smithi023 (mon.0) 557 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:37:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:08 smithi184 bash[20261]: audit 2024-02-19T23:37:07.842001+0000 mon.smithi023 (mon.0) 558 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:37:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:08 smithi184 bash[20261]: audit 2024-02-19T23:37:07.849289+0000 mon.smithi023 (mon.0) 559 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:37:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:08 smithi184 bash[20261]: audit 2024-02-19T23:37:07.854178+0000 mon.smithi023 (mon.0) 560 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-19T23:37:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:08 smithi184 bash[20261]: audit 2024-02-19T23:37:07.856497+0000 mon.smithi023 (mon.0) 561 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-19T23:37:08.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:08 smithi184 bash[20261]: audit 2024-02-19T23:37:07.856969+0000 mon.smithi023 (mon.0) 562 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:37:08.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:08 smithi184 bash[20261]: audit 2024-02-19T23:37:07.857944+0000 mon.smithi023 (mon.0) 563 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:37:09.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:09 smithi023 bash[16423]: cephadm 2024-02-19T23:37:07.499787+0000 mgr.smithi023.vhqanb (mgr.14182) 120 : cephadm [INF] Detected new or changed devices on smithi023 2024-02-19T23:37:09.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:09 smithi023 bash[16423]: cephadm 2024-02-19T23:37:07.823162+0000 mgr.smithi023.vhqanb (mgr.14182) 121 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 3529M 2024-02-19T23:37:09.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:09 smithi184 bash[20261]: cephadm 2024-02-19T23:37:07.499787+0000 mgr.smithi023.vhqanb (mgr.14182) 120 : cephadm [INF] Detected new or changed devices on smithi023 2024-02-19T23:37:09.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:09 smithi184 bash[20261]: cephadm 2024-02-19T23:37:07.823162+0000 mgr.smithi023.vhqanb (mgr.14182) 121 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 3529M 2024-02-19T23:37:10.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:10 smithi023 bash[16423]: cluster 2024-02-19T23:37:08.924467+0000 mgr.smithi023.vhqanb (mgr.14182) 122 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:10.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:10 smithi184 bash[20261]: cluster 2024-02-19T23:37:08.924467+0000 mgr.smithi023.vhqanb (mgr.14182) 122 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:11.447 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/mon.smithi023/config 2024-02-19T23:37:12.714 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:12 smithi023 bash[16423]: cluster 2024-02-19T23:37:10.925016+0000 mgr.smithi023.vhqanb (mgr.14182) 123 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:12.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:12 smithi184 bash[20261]: cluster 2024-02-19T23:37:10.925016+0000 mgr.smithi023.vhqanb (mgr.14182) 123 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:13.720 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:13 smithi184 bash[20261]: cluster 2024-02-19T23:37:12.925626+0000 mgr.smithi023.vhqanb (mgr.14182) 124 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:13.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:13 smithi023 bash[16423]: cluster 2024-02-19T23:37:12.925626+0000 mgr.smithi023.vhqanb (mgr.14182) 124 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:15.689 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:37:15.690 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":40,"fsid":"ad14672a-cf7e-11ee-95bb-87774f69a715","created":"2024-02-19T23:32:26.882507+0000","modified":"2024-02-19T23:36:25.315528+0000","last_up_change":"2024-02-19T23:36:23.307151+0000","last_in_change":"2024-02-19T23:35:34.521887+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-19T23:36:06.263823+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":"2c374e93-8238-4410-99ac-5a99c2f1631f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6800","nonce":1361113874},{"type":"v1","addr":"172.21.15.184:6801","nonce":1361113874}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":1361113874},{"type":"v1","addr":"172.21.15.184:6803","nonce":1361113874}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":1361113874},{"type":"v1","addr":"172.21.15.184:6807","nonce":1361113874}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":1361113874},{"type":"v1","addr":"172.21.15.184:6805","nonce":1361113874}]},"public_addr":"172.21.15.184:6801/1361113874","cluster_addr":"172.21.15.184:6803/1361113874","heartbeat_back_addr":"172.21.15.184:6807/1361113874","heartbeat_front_addr":"172.21.15.184:6805/1361113874","state":["exists","up"]},{"osd":1,"uuid":"01ecf250-fd66-4adf-a796-4dd2caad7bb0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6802","nonce":4121111844},{"type":"v1","addr":"172.21.15.23:6803","nonce":4121111844}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6804","nonce":4121111844},{"type":"v1","addr":"172.21.15.23:6805","nonce":4121111844}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6808","nonce":4121111844},{"type":"v1","addr":"172.21.15.23:6809","nonce":4121111844}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6806","nonce":4121111844},{"type":"v1","addr":"172.21.15.23:6807","nonce":4121111844}]},"public_addr":"172.21.15.23:6803/4121111844","cluster_addr":"172.21.15.23:6805/4121111844","heartbeat_back_addr":"172.21.15.23:6809/4121111844","heartbeat_front_addr":"172.21.15.23:6807/4121111844","state":["exists","up"]},{"osd":2,"uuid":"e4ce5ade-b796-494e-9dc4-7ead456f9d86","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.184:6808","nonce":2223051073},{"type":"v1","addr":"172.21.15.184:6809","nonce":2223051073}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":2223051073},{"type":"v1","addr":"172.21.15.184:6811","nonce":2223051073}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":2223051073},{"type":"v1","addr":"172.21.15.184:6815","nonce":2223051073}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":2223051073},{"type":"v1","addr":"172.21.15.184:6813","nonce":2223051073}]},"public_addr":"172.21.15.184:6809/2223051073","cluster_addr":"172.21.15.184:6811/2223051073","heartbeat_back_addr":"172.21.15.184:6815/2223051073","heartbeat_front_addr":"172.21.15.184:6813/2223051073","state":["exists","up"]},{"osd":3,"uuid":"aa017a48-eb1f-44e6-bc0a-3d2ecba7d735","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6810","nonce":2643920303},{"type":"v1","addr":"172.21.15.23:6811","nonce":2643920303}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6812","nonce":2643920303},{"type":"v1","addr":"172.21.15.23:6813","nonce":2643920303}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6816","nonce":2643920303},{"type":"v1","addr":"172.21.15.23:6817","nonce":2643920303}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6814","nonce":2643920303},{"type":"v1","addr":"172.21.15.23:6815","nonce":2643920303}]},"public_addr":"172.21.15.23:6811/2643920303","cluster_addr":"172.21.15.23:6813/2643920303","heartbeat_back_addr":"172.21.15.23:6817/2643920303","heartbeat_front_addr":"172.21.15.23:6815/2643920303","state":["exists","up"]},{"osd":4,"uuid":"7eedf425-f2fd-4054-8832-67d66d35df85","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.184:6816","nonce":926023772},{"type":"v1","addr":"172.21.15.184:6817","nonce":926023772}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":926023772},{"type":"v1","addr":"172.21.15.184:6819","nonce":926023772}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":926023772},{"type":"v1","addr":"172.21.15.184:6823","nonce":926023772}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":926023772},{"type":"v1","addr":"172.21.15.184:6821","nonce":926023772}]},"public_addr":"172.21.15.184:6817/926023772","cluster_addr":"172.21.15.184:6819/926023772","heartbeat_back_addr":"172.21.15.184:6823/926023772","heartbeat_front_addr":"172.21.15.184:6821/926023772","state":["exists","up"]},{"osd":5,"uuid":"610fb05c-82c1-4045-82e1-39c00828401c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6818","nonce":834114946},{"type":"v1","addr":"172.21.15.23:6819","nonce":834114946}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6820","nonce":834114946},{"type":"v1","addr":"172.21.15.23:6821","nonce":834114946}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6824","nonce":834114946},{"type":"v1","addr":"172.21.15.23:6825","nonce":834114946}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6822","nonce":834114946},{"type":"v1","addr":"172.21.15.23:6823","nonce":834114946}]},"public_addr":"172.21.15.23:6819/834114946","cluster_addr":"172.21.15.23:6821/834114946","heartbeat_back_addr":"172.21.15.23:6825/834114946","heartbeat_front_addr":"172.21.15.23:6823/834114946","state":["exists","up"]},{"osd":6,"uuid":"0bf60baa-eccb-4aac-b12c-7008d12ef3a7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6824","nonce":84153614},{"type":"v1","addr":"172.21.15.184:6825","nonce":84153614}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":84153614},{"type":"v1","addr":"172.21.15.184:6827","nonce":84153614}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":84153614},{"type":"v1","addr":"172.21.15.184:6831","nonce":84153614}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":84153614},{"type":"v1","addr":"172.21.15.184:6829","nonce":84153614}]},"public_addr":"172.21.15.184:6825/84153614","cluster_addr":"172.21.15.184:6827/84153614","heartbeat_back_addr":"172.21.15.184:6831/84153614","heartbeat_front_addr":"172.21.15.184:6829/84153614","state":["exists","up"]},{"osd":7,"uuid":"8599a4e9-455a-4063-8a41-4c74942338aa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6826","nonce":351093376},{"type":"v1","addr":"172.21.15.23:6827","nonce":351093376}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6828","nonce":351093376},{"type":"v1","addr":"172.21.15.23:6829","nonce":351093376}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6832","nonce":351093376},{"type":"v1","addr":"172.21.15.23:6833","nonce":351093376}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6830","nonce":351093376},{"type":"v1","addr":"172.21.15.23:6831","nonce":351093376}]},"public_addr":"172.21.15.23:6827/351093376","cluster_addr":"172.21.15.23:6829/351093376","heartbeat_back_addr":"172.21.15.23:6833/351093376","heartbeat_front_addr":"172.21.15.23:6831/351093376","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T23:35:56.754262+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T23:36:04.302025+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T23:36:01.743091+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T23:36:11.145736+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T23:36:07.398766+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T23:36:17.855933+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T23:36:11.684680+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T23:36:22.697837+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.23:6801/1025326236":"2024-02-20T23:34:30.877041+0000","172.21.15.23:0/4055638405":"2024-02-20T23:34:30.877041+0000","172.21.15.23:0/1970284396":"2024-02-20T23:34:30.877041+0000","172.21.15.23:6801/3478054141":"2024-02-20T23:33:34.945596+0000","172.21.15.23:6800/3478054141":"2024-02-20T23:33:34.945596+0000","172.21.15.23:0/1715972557":"2024-02-20T23:33:34.945596+0000","172.21.15.23:0/4224509249":"2024-02-20T23:33:34.945596+0000","172.21.15.23:6800/1151982319":"2024-02-20T23:32:54.941790+0000","172.21.15.23:6800/1025326236":"2024-02-20T23:34:30.877041+0000","172.21.15.23:0/358969090":"2024-02-20T23:32:54.941790+0000","172.21.15.23:0/635304777":"2024-02-20T23:32:54.941790+0000","172.21.15.23:6801/1151982319":"2024-02-20T23:32:54.941790+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-19T23:37:16.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:15 smithi023 bash[16423]: cluster 2024-02-19T23:37:14.926284+0000 mgr.smithi023.vhqanb (mgr.14182) 125 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:16.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:15 smithi023 bash[16423]: audit 2024-02-19T23:37:15.684496+0000 mon.smithi023 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.23:0/1089238591' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-19T23:37:16.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:15 smithi184 bash[20261]: cluster 2024-02-19T23:37:14.926284+0000 mgr.smithi023.vhqanb (mgr.14182) 125 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:16.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:15 smithi184 bash[20261]: audit 2024-02-19T23:37:15.684496+0000 mon.smithi023 (mon.0) 564 : audit [DBG] from='client.? 172.21.15.23:0/1089238591' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-19T23:37:16.538 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-19T23:37:16.538 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph osd dump --format=json 2024-02-19T23:37:18.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:17 smithi184 bash[20261]: cluster 2024-02-19T23:37:16.926708+0000 mgr.smithi023.vhqanb (mgr.14182) 126 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:18.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:17 smithi023 bash[16423]: cluster 2024-02-19T23:37:16.926708+0000 mgr.smithi023.vhqanb (mgr.14182) 126 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:20.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:20 smithi184 bash[20261]: cluster 2024-02-19T23:37:18.927271+0000 mgr.smithi023.vhqanb (mgr.14182) 127 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:20.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:20 smithi023 bash[16423]: cluster 2024-02-19T23:37:18.927271+0000 mgr.smithi023.vhqanb (mgr.14182) 127 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:21.954 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/mon.smithi023/config 2024-02-19T23:37:22.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:22 smithi023 bash[16423]: cluster 2024-02-19T23:37:20.927982+0000 mgr.smithi023.vhqanb (mgr.14182) 128 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:22.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:22 smithi184 bash[20261]: cluster 2024-02-19T23:37:20.927982+0000 mgr.smithi023.vhqanb (mgr.14182) 128 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:24.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:24 smithi023 bash[16423]: cluster 2024-02-19T23:37:22.928633+0000 mgr.smithi023.vhqanb (mgr.14182) 129 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:24.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:24 smithi184 bash[20261]: cluster 2024-02-19T23:37:22.928633+0000 mgr.smithi023.vhqanb (mgr.14182) 129 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:26.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:26 smithi023 bash[16423]: cluster 2024-02-19T23:37:24.929292+0000 mgr.smithi023.vhqanb (mgr.14182) 130 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:26.246 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:37:26.246 INFO:teuthology.orchestra.run.smithi023.stdout:{"epoch":40,"fsid":"ad14672a-cf7e-11ee-95bb-87774f69a715","created":"2024-02-19T23:32:26.882507+0000","modified":"2024-02-19T23:36:25.315528+0000","last_up_change":"2024-02-19T23:36:23.307151+0000","last_in_change":"2024-02-19T23:35:34.521887+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-02-19T23:36:06.263823+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":"2c374e93-8238-4410-99ac-5a99c2f1631f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6800","nonce":1361113874},{"type":"v1","addr":"172.21.15.184:6801","nonce":1361113874}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6802","nonce":1361113874},{"type":"v1","addr":"172.21.15.184:6803","nonce":1361113874}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6806","nonce":1361113874},{"type":"v1","addr":"172.21.15.184:6807","nonce":1361113874}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6804","nonce":1361113874},{"type":"v1","addr":"172.21.15.184:6805","nonce":1361113874}]},"public_addr":"172.21.15.184:6801/1361113874","cluster_addr":"172.21.15.184:6803/1361113874","heartbeat_back_addr":"172.21.15.184:6807/1361113874","heartbeat_front_addr":"172.21.15.184:6805/1361113874","state":["exists","up"]},{"osd":1,"uuid":"01ecf250-fd66-4adf-a796-4dd2caad7bb0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":30,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6802","nonce":4121111844},{"type":"v1","addr":"172.21.15.23:6803","nonce":4121111844}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6804","nonce":4121111844},{"type":"v1","addr":"172.21.15.23:6805","nonce":4121111844}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6808","nonce":4121111844},{"type":"v1","addr":"172.21.15.23:6809","nonce":4121111844}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6806","nonce":4121111844},{"type":"v1","addr":"172.21.15.23:6807","nonce":4121111844}]},"public_addr":"172.21.15.23:6803/4121111844","cluster_addr":"172.21.15.23:6805/4121111844","heartbeat_back_addr":"172.21.15.23:6809/4121111844","heartbeat_front_addr":"172.21.15.23:6807/4121111844","state":["exists","up"]},{"osd":2,"uuid":"e4ce5ade-b796-494e-9dc4-7ead456f9d86","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.184:6808","nonce":2223051073},{"type":"v1","addr":"172.21.15.184:6809","nonce":2223051073}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6810","nonce":2223051073},{"type":"v1","addr":"172.21.15.184:6811","nonce":2223051073}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6814","nonce":2223051073},{"type":"v1","addr":"172.21.15.184:6815","nonce":2223051073}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6812","nonce":2223051073},{"type":"v1","addr":"172.21.15.184:6813","nonce":2223051073}]},"public_addr":"172.21.15.184:6809/2223051073","cluster_addr":"172.21.15.184:6811/2223051073","heartbeat_back_addr":"172.21.15.184:6815/2223051073","heartbeat_front_addr":"172.21.15.184:6813/2223051073","state":["exists","up"]},{"osd":3,"uuid":"aa017a48-eb1f-44e6-bc0a-3d2ecba7d735","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6810","nonce":2643920303},{"type":"v1","addr":"172.21.15.23:6811","nonce":2643920303}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6812","nonce":2643920303},{"type":"v1","addr":"172.21.15.23:6813","nonce":2643920303}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6816","nonce":2643920303},{"type":"v1","addr":"172.21.15.23:6817","nonce":2643920303}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6814","nonce":2643920303},{"type":"v1","addr":"172.21.15.23:6815","nonce":2643920303}]},"public_addr":"172.21.15.23:6811/2643920303","cluster_addr":"172.21.15.23:6813/2643920303","heartbeat_back_addr":"172.21.15.23:6817/2643920303","heartbeat_front_addr":"172.21.15.23:6815/2643920303","state":["exists","up"]},{"osd":4,"uuid":"7eedf425-f2fd-4054-8832-67d66d35df85","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.184:6816","nonce":926023772},{"type":"v1","addr":"172.21.15.184:6817","nonce":926023772}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6818","nonce":926023772},{"type":"v1","addr":"172.21.15.184:6819","nonce":926023772}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6822","nonce":926023772},{"type":"v1","addr":"172.21.15.184:6823","nonce":926023772}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6820","nonce":926023772},{"type":"v1","addr":"172.21.15.184:6821","nonce":926023772}]},"public_addr":"172.21.15.184:6817/926023772","cluster_addr":"172.21.15.184:6819/926023772","heartbeat_back_addr":"172.21.15.184:6823/926023772","heartbeat_front_addr":"172.21.15.184:6821/926023772","state":["exists","up"]},{"osd":5,"uuid":"610fb05c-82c1-4045-82e1-39c00828401c","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":34,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6818","nonce":834114946},{"type":"v1","addr":"172.21.15.23:6819","nonce":834114946}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6820","nonce":834114946},{"type":"v1","addr":"172.21.15.23:6821","nonce":834114946}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6824","nonce":834114946},{"type":"v1","addr":"172.21.15.23:6825","nonce":834114946}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6822","nonce":834114946},{"type":"v1","addr":"172.21.15.23:6823","nonce":834114946}]},"public_addr":"172.21.15.23:6819/834114946","cluster_addr":"172.21.15.23:6821/834114946","heartbeat_back_addr":"172.21.15.23:6825/834114946","heartbeat_front_addr":"172.21.15.23:6823/834114946","state":["exists","up"]},{"osd":6,"uuid":"0bf60baa-eccb-4aac-b12c-7008d12ef3a7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":29,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6824","nonce":84153614},{"type":"v1","addr":"172.21.15.184:6825","nonce":84153614}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6826","nonce":84153614},{"type":"v1","addr":"172.21.15.184:6827","nonce":84153614}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6830","nonce":84153614},{"type":"v1","addr":"172.21.15.184:6831","nonce":84153614}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.184:6828","nonce":84153614},{"type":"v1","addr":"172.21.15.184:6829","nonce":84153614}]},"public_addr":"172.21.15.184:6825/84153614","cluster_addr":"172.21.15.184:6827/84153614","heartbeat_back_addr":"172.21.15.184:6831/84153614","heartbeat_front_addr":"172.21.15.184:6829/84153614","state":["exists","up"]},{"osd":7,"uuid":"8599a4e9-455a-4063-8a41-4c74942338aa","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":38,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6826","nonce":351093376},{"type":"v1","addr":"172.21.15.23:6827","nonce":351093376}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6828","nonce":351093376},{"type":"v1","addr":"172.21.15.23:6829","nonce":351093376}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6832","nonce":351093376},{"type":"v1","addr":"172.21.15.23:6833","nonce":351093376}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.23:6830","nonce":351093376},{"type":"v1","addr":"172.21.15.23:6831","nonce":351093376}]},"public_addr":"172.21.15.23:6827/351093376","cluster_addr":"172.21.15.23:6829/351093376","heartbeat_back_addr":"172.21.15.23:6833/351093376","heartbeat_front_addr":"172.21.15.23:6831/351093376","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T23:35:56.754262+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T23:36:04.302025+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T23:36:01.743091+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T23:36:11.145736+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T23:36:07.398766+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T23:36:17.855933+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T23:36:11.684680+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-02-19T23:36:22.697837+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.23:6801/1025326236":"2024-02-20T23:34:30.877041+0000","172.21.15.23:0/4055638405":"2024-02-20T23:34:30.877041+0000","172.21.15.23:0/1970284396":"2024-02-20T23:34:30.877041+0000","172.21.15.23:6801/3478054141":"2024-02-20T23:33:34.945596+0000","172.21.15.23:6800/3478054141":"2024-02-20T23:33:34.945596+0000","172.21.15.23:0/1715972557":"2024-02-20T23:33:34.945596+0000","172.21.15.23:0/4224509249":"2024-02-20T23:33:34.945596+0000","172.21.15.23:6800/1151982319":"2024-02-20T23:32:54.941790+0000","172.21.15.23:6800/1025326236":"2024-02-20T23:34:30.877041+0000","172.21.15.23:0/358969090":"2024-02-20T23:32:54.941790+0000","172.21.15.23:0/635304777":"2024-02-20T23:32:54.941790+0000","172.21.15.23:6801/1151982319":"2024-02-20T23:32:54.941790+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-02-19T23:37:26.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:26 smithi184 bash[20261]: cluster 2024-02-19T23:37:24.929292+0000 mgr.smithi023.vhqanb (mgr.14182) 130 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:27.261 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-19T23:37:27.294 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:27 smithi023 bash[16423]: audit 2024-02-19T23:37:26.240535+0000 mon.smithi023 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.23:0/163329103' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-19T23:37:27.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:27 smithi184 bash[20261]: audit 2024-02-19T23:37:26.240535+0000 mon.smithi023 (mon.0) 565 : audit [DBG] from='client.? 172.21.15.23:0/163329103' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-19T23:37:28.241 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:28 smithi023 bash[16423]: cluster 2024-02-19T23:37:26.929857+0000 mgr.smithi023.vhqanb (mgr.14182) 131 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:28.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:28 smithi184 bash[20261]: cluster 2024-02-19T23:37:26.929857+0000 mgr.smithi023.vhqanb (mgr.14182) 131 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:30.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:30 smithi023 bash[16423]: cluster 2024-02-19T23:37:28.930528+0000 mgr.smithi023.vhqanb (mgr.14182) 132 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:30.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:30 smithi184 bash[20261]: cluster 2024-02-19T23:37:28.930528+0000 mgr.smithi023.vhqanb (mgr.14182) 132 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:32.118 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/mon.smithi023/config 2024-02-19T23:37:32.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:32 smithi184 bash[20261]: cluster 2024-02-19T23:37:30.931120+0000 mgr.smithi023.vhqanb (mgr.14182) 133 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:32.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:32 smithi023 bash[16423]: cluster 2024-02-19T23:37:30.931120+0000 mgr.smithi023.vhqanb (mgr.14182) 133 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:34.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:34 smithi023 bash[16423]: cluster 2024-02-19T23:37:32.931731+0000 mgr.smithi023.vhqanb (mgr.14182) 134 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:34.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:34 smithi184 bash[20261]: cluster 2024-02-19T23:37:32.931731+0000 mgr.smithi023.vhqanb (mgr.14182) 134 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:35.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:35 smithi023 bash[16423]: audit 2024-02-19T23:37:34.328199+0000 mon.smithi023 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:37:35.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:35 smithi023 bash[16423]: cluster 2024-02-19T23:37:34.932312+0000 mgr.smithi023.vhqanb (mgr.14182) 135 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:35.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:35 smithi184 bash[20261]: audit 2024-02-19T23:37:34.328199+0000 mon.smithi023 (mon.0) 566 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:37:35.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:35 smithi184 bash[20261]: cluster 2024-02-19T23:37:34.932312+0000 mgr.smithi023.vhqanb (mgr.14182) 135 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:37.353 INFO:teuthology.orchestra.run.smithi023.stdout:68719476759 2024-02-19T23:37:37.354 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-19T23:37:38.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:37 smithi023 bash[16423]: cluster 2024-02-19T23:37:36.932910+0000 mgr.smithi023.vhqanb (mgr.14182) 136 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:38.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:37 smithi184 bash[20261]: cluster 2024-02-19T23:37:36.932910+0000 mgr.smithi023.vhqanb (mgr.14182) 136 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:39.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:39 smithi023 bash[16423]: audit 2024-02-19T23:37:38.630850+0000 mon.smithi023 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:37:39.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:39 smithi023 bash[16423]: audit 2024-02-19T23:37:38.637836+0000 mon.smithi023 (mon.0) 568 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:37:39.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:39 smithi023 bash[16423]: cluster 2024-02-19T23:37:38.933518+0000 mgr.smithi023.vhqanb (mgr.14182) 137 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:40.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:39 smithi184 bash[20261]: audit 2024-02-19T23:37:38.630850+0000 mon.smithi023 (mon.0) 567 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:37:40.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:39 smithi184 bash[20261]: audit 2024-02-19T23:37:38.637836+0000 mon.smithi023 (mon.0) 568 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:37:40.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:39 smithi184 bash[20261]: cluster 2024-02-19T23:37:38.933518+0000 mgr.smithi023.vhqanb (mgr.14182) 137 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:42.253 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/mon.smithi023/config 2024-02-19T23:37:42.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:41 smithi184 bash[20261]: cluster 2024-02-19T23:37:40.934116+0000 mgr.smithi023.vhqanb (mgr.14182) 138 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:42.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:41 smithi023 bash[16423]: cluster 2024-02-19T23:37:40.934116+0000 mgr.smithi023.vhqanb (mgr.14182) 138 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:44.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:44 smithi184 bash[20261]: cluster 2024-02-19T23:37:42.934742+0000 mgr.smithi023.vhqanb (mgr.14182) 139 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:44.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:44 smithi023 bash[16423]: cluster 2024-02-19T23:37:42.934742+0000 mgr.smithi023.vhqanb (mgr.14182) 139 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:45.743 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:45 smithi023 bash[16423]: audit 2024-02-19T23:37:44.461642+0000 mon.smithi023 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:37:45.743 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:45 smithi023 bash[16423]: audit 2024-02-19T23:37:44.627933+0000 mon.smithi023 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:37:45.743 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:45 smithi023 bash[16423]: audit 2024-02-19T23:37:44.630148+0000 mon.smithi023 (mon.0) 571 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:37:45.743 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:45 smithi023 bash[16423]: audit 2024-02-19T23:37:44.631878+0000 mon.smithi023 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:37:45.744 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:45 smithi023 bash[16423]: audit 2024-02-19T23:37:44.644000+0000 mon.smithi023 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:37:45.744 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:45 smithi023 bash[16423]: audit 2024-02-19T23:37:44.655205+0000 mon.smithi023 (mon.0) 574 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:37:45.744 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:45 smithi023 bash[16423]: cluster 2024-02-19T23:37:44.935394+0000 mgr.smithi023.vhqanb (mgr.14182) 140 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:45.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:45 smithi184 bash[20261]: audit 2024-02-19T23:37:44.461642+0000 mon.smithi023 (mon.0) 569 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:37:45.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:45 smithi184 bash[20261]: audit 2024-02-19T23:37:44.627933+0000 mon.smithi023 (mon.0) 570 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:37:45.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:45 smithi184 bash[20261]: audit 2024-02-19T23:37:44.630148+0000 mon.smithi023 (mon.0) 571 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:37:45.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:45 smithi184 bash[20261]: audit 2024-02-19T23:37:44.631878+0000 mon.smithi023 (mon.0) 572 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:37:45.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:45 smithi184 bash[20261]: audit 2024-02-19T23:37:44.644000+0000 mon.smithi023 (mon.0) 573 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:37:45.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:45 smithi184 bash[20261]: audit 2024-02-19T23:37:44.655205+0000 mon.smithi023 (mon.0) 574 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:37:45.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:45 smithi184 bash[20261]: cluster 2024-02-19T23:37:44.935394+0000 mgr.smithi023.vhqanb (mgr.14182) 140 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:46.138 INFO:teuthology.orchestra.run.smithi023.stdout:94489280533 2024-02-19T23:37:46.139 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-19T23:37:48.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:47 smithi184 bash[20261]: cluster 2024-02-19T23:37:46.936079+0000 mgr.smithi023.vhqanb (mgr.14182) 141 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:48.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:47 smithi023 bash[16423]: cluster 2024-02-19T23:37:46.936079+0000 mgr.smithi023.vhqanb (mgr.14182) 141 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:50.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:50 smithi023 bash[16423]: cluster 2024-02-19T23:37:48.936624+0000 mgr.smithi023.vhqanb (mgr.14182) 142 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:50.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:50 smithi184 bash[20261]: cluster 2024-02-19T23:37:48.936624+0000 mgr.smithi023.vhqanb (mgr.14182) 142 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:50.987 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/mon.smithi023/config 2024-02-19T23:37:52.201 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:52 smithi023 bash[16423]: cluster 2024-02-19T23:37:50.937333+0000 mgr.smithi023.vhqanb (mgr.14182) 143 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:52.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:52 smithi184 bash[20261]: cluster 2024-02-19T23:37:50.937333+0000 mgr.smithi023.vhqanb (mgr.14182) 143 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:54.242 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:54 smithi023 bash[16423]: cluster 2024-02-19T23:37:52.937978+0000 mgr.smithi023.vhqanb (mgr.14182) 144 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:54.426 INFO:teuthology.orchestra.run.smithi023.stdout:85899345944 2024-02-19T23:37:54.427 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-19T23:37:54.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:54 smithi184 bash[20261]: cluster 2024-02-19T23:37:52.937978+0000 mgr.smithi023.vhqanb (mgr.14182) 144 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:56.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:56 smithi023 bash[16423]: cluster 2024-02-19T23:37:54.938604+0000 mgr.smithi023.vhqanb (mgr.14182) 145 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:56.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:56 smithi184 bash[20261]: cluster 2024-02-19T23:37:54.938604+0000 mgr.smithi023.vhqanb (mgr.14182) 145 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:58.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:37:58 smithi023 bash[16423]: cluster 2024-02-19T23:37:56.939192+0000 mgr.smithi023.vhqanb (mgr.14182) 146 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:58.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:37:58 smithi184 bash[20261]: cluster 2024-02-19T23:37:56.939192+0000 mgr.smithi023.vhqanb (mgr.14182) 146 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:37:59.284 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/mon.smithi023/config 2024-02-19T23:38:00.311 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:00 smithi023 bash[16423]: cluster 2024-02-19T23:37:58.939773+0000 mgr.smithi023.vhqanb (mgr.14182) 147 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:00.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:00 smithi184 bash[20261]: cluster 2024-02-19T23:37:58.939773+0000 mgr.smithi023.vhqanb (mgr.14182) 147 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:02.477 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:02 smithi023 bash[16423]: cluster 2024-02-19T23:38:00.940358+0000 mgr.smithi023.vhqanb (mgr.14182) 148 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:02.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:02 smithi184 bash[20261]: cluster 2024-02-19T23:38:00.940358+0000 mgr.smithi023.vhqanb (mgr.14182) 148 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:03.070 INFO:teuthology.orchestra.run.smithi023.stdout:124554051608 2024-02-19T23:38:03.071 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-19T23:38:04.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:04 smithi023 bash[16423]: cluster 2024-02-19T23:38:02.940949+0000 mgr.smithi023.vhqanb (mgr.14182) 149 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:04.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:04 smithi184 bash[20261]: cluster 2024-02-19T23:38:02.940949+0000 mgr.smithi023.vhqanb (mgr.14182) 149 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:06.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:06 smithi023 bash[16423]: cluster 2024-02-19T23:38:04.941559+0000 mgr.smithi023.vhqanb (mgr.14182) 150 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:06.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:06 smithi184 bash[20261]: cluster 2024-02-19T23:38:04.941559+0000 mgr.smithi023.vhqanb (mgr.14182) 150 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:07.918 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/mon.smithi023/config 2024-02-19T23:38:08.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:08 smithi184 bash[20261]: cluster 2024-02-19T23:38:06.942233+0000 mgr.smithi023.vhqanb (mgr.14182) 151 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:08.543 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:08 smithi023 bash[16423]: cluster 2024-02-19T23:38:06.942233+0000 mgr.smithi023.vhqanb (mgr.14182) 151 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:10.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:10 smithi023 bash[16423]: cluster 2024-02-19T23:38:08.942861+0000 mgr.smithi023.vhqanb (mgr.14182) 152 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:10.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:10 smithi184 bash[20261]: cluster 2024-02-19T23:38:08.942861+0000 mgr.smithi023.vhqanb (mgr.14182) 152 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:11.652 INFO:teuthology.orchestra.run.smithi023.stdout:107374182427 2024-02-19T23:38:11.653 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-19T23:38:12.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:12 smithi023 bash[16423]: cluster 2024-02-19T23:38:10.943406+0000 mgr.smithi023.vhqanb (mgr.14182) 153 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:12.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:12 smithi184 bash[20261]: cluster 2024-02-19T23:38:10.943406+0000 mgr.smithi023.vhqanb (mgr.14182) 153 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:14.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:14 smithi023 bash[16423]: cluster 2024-02-19T23:38:12.944015+0000 mgr.smithi023.vhqanb (mgr.14182) 154 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:14.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:14 smithi184 bash[20261]: cluster 2024-02-19T23:38:12.944015+0000 mgr.smithi023.vhqanb (mgr.14182) 154 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:16.488 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/mon.smithi023/config 2024-02-19T23:38:16.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:16 smithi023 bash[16423]: cluster 2024-02-19T23:38:14.944581+0000 mgr.smithi023.vhqanb (mgr.14182) 155 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:16.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:16 smithi184 bash[20261]: cluster 2024-02-19T23:38:14.944581+0000 mgr.smithi023.vhqanb (mgr.14182) 155 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:18.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:18 smithi023 bash[16423]: cluster 2024-02-19T23:38:16.945204+0000 mgr.smithi023.vhqanb (mgr.14182) 156 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:18.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:18 smithi184 bash[20261]: cluster 2024-02-19T23:38:16.945204+0000 mgr.smithi023.vhqanb (mgr.14182) 156 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:20.155 INFO:teuthology.orchestra.run.smithi023.stdout:146028888090 2024-02-19T23:38:20.155 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-19T23:38:20.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:20 smithi023 bash[16423]: cluster 2024-02-19T23:38:18.945772+0000 mgr.smithi023.vhqanb (mgr.14182) 157 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:20.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:20 smithi184 bash[20261]: cluster 2024-02-19T23:38:18.945772+0000 mgr.smithi023.vhqanb (mgr.14182) 157 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:22.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:22 smithi023 bash[16423]: cluster 2024-02-19T23:38:20.946419+0000 mgr.smithi023.vhqanb (mgr.14182) 158 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:22.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:22 smithi184 bash[20261]: cluster 2024-02-19T23:38:20.946419+0000 mgr.smithi023.vhqanb (mgr.14182) 158 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:24.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:24 smithi023 bash[16423]: cluster 2024-02-19T23:38:22.946883+0000 mgr.smithi023.vhqanb (mgr.14182) 159 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:24.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:24 smithi184 bash[20261]: cluster 2024-02-19T23:38:22.946883+0000 mgr.smithi023.vhqanb (mgr.14182) 159 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:25.003 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/mon.smithi023/config 2024-02-19T23:38:26.254 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:26 smithi023 bash[16423]: cluster 2024-02-19T23:38:24.947486+0000 mgr.smithi023.vhqanb (mgr.14182) 160 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:26.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:26 smithi184 bash[20261]: cluster 2024-02-19T23:38:24.947486+0000 mgr.smithi023.vhqanb (mgr.14182) 160 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:28.243 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:28 smithi023 bash[16423]: cluster 2024-02-19T23:38:26.948086+0000 mgr.smithi023.vhqanb (mgr.14182) 161 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:28.436 INFO:teuthology.orchestra.run.smithi023.stdout:124554051613 2024-02-19T23:38:28.437 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-19T23:38:28.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:28 smithi184 bash[20261]: cluster 2024-02-19T23:38:26.948086+0000 mgr.smithi023.vhqanb (mgr.14182) 161 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:30.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:30 smithi023 bash[16423]: cluster 2024-02-19T23:38:28.948689+0000 mgr.smithi023.vhqanb (mgr.14182) 162 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:30.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:30 smithi184 bash[20261]: cluster 2024-02-19T23:38:28.948689+0000 mgr.smithi023.vhqanb (mgr.14182) 162 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:32.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:32 smithi023 bash[16423]: cluster 2024-02-19T23:38:30.949261+0000 mgr.smithi023.vhqanb (mgr.14182) 163 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:32.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:32 smithi184 bash[20261]: cluster 2024-02-19T23:38:30.949261+0000 mgr.smithi023.vhqanb (mgr.14182) 163 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:33.282 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/mon.smithi023/config 2024-02-19T23:38:34.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:34 smithi023 bash[16423]: cluster 2024-02-19T23:38:32.949853+0000 mgr.smithi023.vhqanb (mgr.14182) 164 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:34.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:34 smithi184 bash[20261]: cluster 2024-02-19T23:38:32.949853+0000 mgr.smithi023.vhqanb (mgr.14182) 164 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:36.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:36 smithi023 bash[16423]: cluster 2024-02-19T23:38:34.950463+0000 mgr.smithi023.vhqanb (mgr.14182) 165 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:36.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:36 smithi184 bash[20261]: cluster 2024-02-19T23:38:34.950463+0000 mgr.smithi023.vhqanb (mgr.14182) 165 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:36.772 INFO:teuthology.orchestra.run.smithi023.stdout:163208757277 2024-02-19T23:38:36.772 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-19T23:38:38.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:38 smithi023 bash[16423]: cluster 2024-02-19T23:38:36.951066+0000 mgr.smithi023.vhqanb (mgr.14182) 166 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:38.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:38 smithi184 bash[20261]: cluster 2024-02-19T23:38:36.951066+0000 mgr.smithi023.vhqanb (mgr.14182) 166 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:40.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:40 smithi023 bash[16423]: cluster 2024-02-19T23:38:38.951799+0000 mgr.smithi023.vhqanb (mgr.14182) 167 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:40.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:40 smithi184 bash[20261]: cluster 2024-02-19T23:38:38.951799+0000 mgr.smithi023.vhqanb (mgr.14182) 167 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:41.624 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/mon.smithi023/config 2024-02-19T23:38:42.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:42 smithi023 bash[16423]: cluster 2024-02-19T23:38:40.952444+0000 mgr.smithi023.vhqanb (mgr.14182) 168 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:42.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:42 smithi184 bash[20261]: cluster 2024-02-19T23:38:40.952444+0000 mgr.smithi023.vhqanb (mgr.14182) 168 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:44.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:44 smithi023 bash[16423]: cluster 2024-02-19T23:38:42.953056+0000 mgr.smithi023.vhqanb (mgr.14182) 169 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:44.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:44 smithi184 bash[20261]: cluster 2024-02-19T23:38:42.953056+0000 mgr.smithi023.vhqanb (mgr.14182) 169 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:44.767 INFO:teuthology.orchestra.run.smithi023.stdout:68719476772 2024-02-19T23:38:45.392 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476759 got 68719476772 for osd.0 2024-02-19T23:38:45.392 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-19T23:38:45.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:45 smithi023 bash[16423]: audit 2024-02-19T23:38:44.669568+0000 mon.smithi023 (mon.0) 575 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:38:45.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:45 smithi023 bash[16423]: audit 2024-02-19T23:38:44.762284+0000 mon.smithi023 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.23:0/2010768951' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-19T23:38:45.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:45 smithi184 bash[20261]: audit 2024-02-19T23:38:44.669568+0000 mon.smithi023 (mon.0) 575 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:38:45.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:45 smithi184 bash[20261]: audit 2024-02-19T23:38:44.762284+0000 mon.smithi023 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.23:0/2010768951' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-19T23:38:46.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:46 smithi023 bash[16423]: cluster 2024-02-19T23:38:44.953776+0000 mgr.smithi023.vhqanb (mgr.14182) 170 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:46.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:46 smithi184 bash[20261]: cluster 2024-02-19T23:38:44.953776+0000 mgr.smithi023.vhqanb (mgr.14182) 170 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:48.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:48 smithi023 bash[16423]: cluster 2024-02-19T23:38:46.954388+0000 mgr.smithi023.vhqanb (mgr.14182) 171 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:48.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:48 smithi184 bash[20261]: cluster 2024-02-19T23:38:46.954388+0000 mgr.smithi023.vhqanb (mgr.14182) 171 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:49.524 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/mon.smithi023/config 2024-02-19T23:38:50.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:50 smithi023 bash[16423]: cluster 2024-02-19T23:38:48.954968+0000 mgr.smithi023.vhqanb (mgr.14182) 172 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:50.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:50 smithi184 bash[20261]: cluster 2024-02-19T23:38:48.954968+0000 mgr.smithi023.vhqanb (mgr.14182) 172 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:51.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:51 smithi184 bash[20261]: audit 2024-02-19T23:38:50.489787+0000 mon.smithi023 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:38:51.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:51 smithi184 bash[20261]: audit 2024-02-19T23:38:50.851727+0000 mon.smithi023 (mon.0) 578 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:38:51.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:51 smithi184 bash[20261]: cluster 2024-02-19T23:38:50.955524+0000 mgr.smithi023.vhqanb (mgr.14182) 173 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:51.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:51 smithi184 bash[20261]: audit 2024-02-19T23:38:51.141557+0000 mon.smithi023 (mon.0) 579 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:38:51.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:51 smithi184 bash[20261]: audit 2024-02-19T23:38:51.143088+0000 mon.smithi023 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:38:51.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:51 smithi184 bash[20261]: audit 2024-02-19T23:38:51.151028+0000 mon.smithi023 (mon.0) 581 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:38:51.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:51 smithi184 bash[20261]: audit 2024-02-19T23:38:51.157471+0000 mon.smithi023 (mon.0) 582 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:38:51.993 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:51 smithi023 bash[16423]: audit 2024-02-19T23:38:50.489787+0000 mon.smithi023 (mon.0) 577 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:38:51.993 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:51 smithi023 bash[16423]: audit 2024-02-19T23:38:50.851727+0000 mon.smithi023 (mon.0) 578 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:38:51.994 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:51 smithi023 bash[16423]: cluster 2024-02-19T23:38:50.955524+0000 mgr.smithi023.vhqanb (mgr.14182) 173 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:51.994 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:51 smithi023 bash[16423]: audit 2024-02-19T23:38:51.141557+0000 mon.smithi023 (mon.0) 579 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:38:51.994 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:51 smithi023 bash[16423]: audit 2024-02-19T23:38:51.143088+0000 mon.smithi023 (mon.0) 580 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:38:51.994 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:51 smithi023 bash[16423]: audit 2024-02-19T23:38:51.151028+0000 mon.smithi023 (mon.0) 581 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:38:51.994 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:51 smithi023 bash[16423]: audit 2024-02-19T23:38:51.157471+0000 mon.smithi023 (mon.0) 582 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:38:52.804 INFO:teuthology.orchestra.run.smithi023.stdout:94489280547 2024-02-19T23:38:53.245 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:52 smithi023 bash[16423]: audit 2024-02-19T23:38:52.799219+0000 mon.smithi023 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.23:0/1084693180' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-19T23:38:53.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:52 smithi184 bash[20261]: audit 2024-02-19T23:38:52.799219+0000 mon.smithi023 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.23:0/1084693180' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-19T23:38:53.480 INFO:tasks.cephadm.ceph_manager.ceph:need seq 94489280533 got 94489280547 for osd.1 2024-02-19T23:38:53.481 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-19T23:38:54.243 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:53 smithi023 bash[16423]: cluster 2024-02-19T23:38:52.956055+0000 mgr.smithi023.vhqanb (mgr.14182) 174 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:54.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:53 smithi184 bash[20261]: cluster 2024-02-19T23:38:52.956055+0000 mgr.smithi023.vhqanb (mgr.14182) 174 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:56.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:56 smithi023 bash[16423]: cluster 2024-02-19T23:38:54.956643+0000 mgr.smithi023.vhqanb (mgr.14182) 175 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:56.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:56 smithi184 bash[20261]: cluster 2024-02-19T23:38:54.956643+0000 mgr.smithi023.vhqanb (mgr.14182) 175 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:58.328 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/mon.smithi023/config 2024-02-19T23:38:58.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:38:58 smithi023 bash[16423]: cluster 2024-02-19T23:38:56.957236+0000 mgr.smithi023.vhqanb (mgr.14182) 176 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:38:58.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:38:58 smithi184 bash[20261]: cluster 2024-02-19T23:38:56.957236+0000 mgr.smithi023.vhqanb (mgr.14182) 176 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:00.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:00 smithi023 bash[16423]: cluster 2024-02-19T23:38:58.957814+0000 mgr.smithi023.vhqanb (mgr.14182) 177 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:00.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:00 smithi184 bash[20261]: cluster 2024-02-19T23:38:58.957814+0000 mgr.smithi023.vhqanb (mgr.14182) 177 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:01.366 INFO:teuthology.orchestra.run.smithi023.stdout:85899345958 2024-02-19T23:39:01.988 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345944 got 85899345958 for osd.2 2024-02-19T23:39:01.988 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-19T23:39:02.243 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:02 smithi023 bash[16423]: cluster 2024-02-19T23:39:00.958480+0000 mgr.smithi023.vhqanb (mgr.14182) 178 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:02.244 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:02 smithi023 bash[16423]: audit 2024-02-19T23:39:01.360757+0000 mon.smithi023 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.23:0/1938927871' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-19T23:39:02.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:02 smithi184 bash[20261]: cluster 2024-02-19T23:39:00.958480+0000 mgr.smithi023.vhqanb (mgr.14182) 178 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:02.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:02 smithi184 bash[20261]: audit 2024-02-19T23:39:01.360757+0000 mon.smithi023 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.23:0/1938927871' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-19T23:39:04.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:04 smithi023 bash[16423]: cluster 2024-02-19T23:39:02.959100+0000 mgr.smithi023.vhqanb (mgr.14182) 179 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:04.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:04 smithi184 bash[20261]: cluster 2024-02-19T23:39:02.959100+0000 mgr.smithi023.vhqanb (mgr.14182) 179 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:06.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:06 smithi023 bash[16423]: cluster 2024-02-19T23:39:04.959765+0000 mgr.smithi023.vhqanb (mgr.14182) 180 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:06.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:06 smithi184 bash[20261]: cluster 2024-02-19T23:39:04.959765+0000 mgr.smithi023.vhqanb (mgr.14182) 180 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:06.834 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/mon.smithi023/config 2024-02-19T23:39:08.134 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:08 smithi023 bash[16423]: cluster 2024-02-19T23:39:06.960360+0000 mgr.smithi023.vhqanb (mgr.14182) 181 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:08.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:08 smithi184 bash[20261]: cluster 2024-02-19T23:39:06.960360+0000 mgr.smithi023.vhqanb (mgr.14182) 181 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:09.994 INFO:teuthology.orchestra.run.smithi023.stdout:124554051622 2024-02-19T23:39:10.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:10 smithi023 bash[16423]: cluster 2024-02-19T23:39:08.960949+0000 mgr.smithi023.vhqanb (mgr.14182) 182 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:10.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:10 smithi023 bash[16423]: audit 2024-02-19T23:39:09.988371+0000 mon.smithi023 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.23:0/2463844454' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-19T23:39:10.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:10 smithi184 bash[20261]: cluster 2024-02-19T23:39:08.960949+0000 mgr.smithi023.vhqanb (mgr.14182) 182 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:10.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:10 smithi184 bash[20261]: audit 2024-02-19T23:39:09.988371+0000 mon.smithi023 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.23:0/2463844454' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-19T23:39:10.640 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051608 got 124554051622 for osd.3 2024-02-19T23:39:10.640 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-19T23:39:12.493 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:12 smithi023 bash[16423]: cluster 2024-02-19T23:39:10.961678+0000 mgr.smithi023.vhqanb (mgr.14182) 183 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:12.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:12 smithi184 bash[20261]: cluster 2024-02-19T23:39:10.961678+0000 mgr.smithi023.vhqanb (mgr.14182) 183 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:14.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:14 smithi023 bash[16423]: cluster 2024-02-19T23:39:12.962320+0000 mgr.smithi023.vhqanb (mgr.14182) 184 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:14.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:14 smithi184 bash[20261]: cluster 2024-02-19T23:39:12.962320+0000 mgr.smithi023.vhqanb (mgr.14182) 184 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:15.485 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/mon.smithi023/config 2024-02-19T23:39:16.436 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:16 smithi023 bash[16423]: cluster 2024-02-19T23:39:14.962868+0000 mgr.smithi023.vhqanb (mgr.14182) 185 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:16.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:16 smithi184 bash[20261]: cluster 2024-02-19T23:39:14.962868+0000 mgr.smithi023.vhqanb (mgr.14182) 185 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:18.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:18 smithi023 bash[16423]: cluster 2024-02-19T23:39:16.963452+0000 mgr.smithi023.vhqanb (mgr.14182) 186 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:18.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:18 smithi184 bash[20261]: cluster 2024-02-19T23:39:16.963452+0000 mgr.smithi023.vhqanb (mgr.14182) 186 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:18.558 INFO:teuthology.orchestra.run.smithi023.stdout:107374182440 2024-02-19T23:39:19.197 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182427 got 107374182440 for osd.4 2024-02-19T23:39:19.198 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-19T23:39:19.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:19 smithi023 bash[16423]: audit 2024-02-19T23:39:18.552574+0000 mon.smithi023 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.23:0/4179042945' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-19T23:39:19.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:19 smithi184 bash[20261]: audit 2024-02-19T23:39:18.552574+0000 mon.smithi023 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.23:0/4179042945' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-19T23:39:20.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:20 smithi023 bash[16423]: cluster 2024-02-19T23:39:18.964136+0000 mgr.smithi023.vhqanb (mgr.14182) 187 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:20.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:20 smithi184 bash[20261]: cluster 2024-02-19T23:39:18.964136+0000 mgr.smithi023.vhqanb (mgr.14182) 187 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:22.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:22 smithi023 bash[16423]: cluster 2024-02-19T23:39:20.964788+0000 mgr.smithi023.vhqanb (mgr.14182) 188 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:22.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:22 smithi184 bash[20261]: cluster 2024-02-19T23:39:20.964788+0000 mgr.smithi023.vhqanb (mgr.14182) 188 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:24.038 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/mon.smithi023/config 2024-02-19T23:39:24.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:24 smithi023 bash[16423]: cluster 2024-02-19T23:39:22.965389+0000 mgr.smithi023.vhqanb (mgr.14182) 189 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:24.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:24 smithi184 bash[20261]: cluster 2024-02-19T23:39:22.965389+0000 mgr.smithi023.vhqanb (mgr.14182) 189 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:26.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:26 smithi023 bash[16423]: cluster 2024-02-19T23:39:24.965983+0000 mgr.smithi023.vhqanb (mgr.14182) 190 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:26.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:26 smithi184 bash[20261]: cluster 2024-02-19T23:39:24.965983+0000 mgr.smithi023.vhqanb (mgr.14182) 190 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:27.215 INFO:teuthology.orchestra.run.smithi023.stdout:146028888104 2024-02-19T23:39:27.821 INFO:tasks.cephadm.ceph_manager.ceph:need seq 146028888090 got 146028888104 for osd.5 2024-02-19T23:39:27.821 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-19T23:39:28.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:28 smithi023 bash[16423]: cluster 2024-02-19T23:39:26.966488+0000 mgr.smithi023.vhqanb (mgr.14182) 191 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:28.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:28 smithi023 bash[16423]: audit 2024-02-19T23:39:27.209592+0000 mon.smithi023 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.23:0/2717554404' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-19T23:39:28.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:28 smithi184 bash[20261]: cluster 2024-02-19T23:39:26.966488+0000 mgr.smithi023.vhqanb (mgr.14182) 191 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:28.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:28 smithi184 bash[20261]: audit 2024-02-19T23:39:27.209592+0000 mon.smithi023 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.23:0/2717554404' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-19T23:39:30.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:30 smithi023 bash[16423]: cluster 2024-02-19T23:39:28.967086+0000 mgr.smithi023.vhqanb (mgr.14182) 192 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:30.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:30 smithi184 bash[20261]: cluster 2024-02-19T23:39:28.967086+0000 mgr.smithi023.vhqanb (mgr.14182) 192 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:32.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:32 smithi023 bash[16423]: cluster 2024-02-19T23:39:30.967690+0000 mgr.smithi023.vhqanb (mgr.14182) 193 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:32.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:32 smithi184 bash[20261]: cluster 2024-02-19T23:39:30.967690+0000 mgr.smithi023.vhqanb (mgr.14182) 193 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:32.670 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/mon.smithi023/config 2024-02-19T23:39:34.244 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:34 smithi023 bash[16423]: cluster 2024-02-19T23:39:32.968257+0000 mgr.smithi023.vhqanb (mgr.14182) 194 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:34.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:34 smithi184 bash[20261]: cluster 2024-02-19T23:39:32.968257+0000 mgr.smithi023.vhqanb (mgr.14182) 194 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:35.828 INFO:teuthology.orchestra.run.smithi023.stdout:124554051627 2024-02-19T23:39:36.445 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:36 smithi023 bash[16423]: cluster 2024-02-19T23:39:34.968892+0000 mgr.smithi023.vhqanb (mgr.14182) 195 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:36.445 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:36 smithi023 bash[16423]: audit 2024-02-19T23:39:35.822224+0000 mon.smithi023 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.23:0/1143262084' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-19T23:39:36.446 INFO:tasks.cephadm.ceph_manager.ceph:need seq 124554051613 got 124554051627 for osd.6 2024-02-19T23:39:36.447 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-19T23:39:36.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:36 smithi184 bash[20261]: cluster 2024-02-19T23:39:34.968892+0000 mgr.smithi023.vhqanb (mgr.14182) 195 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:36.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:36 smithi184 bash[20261]: audit 2024-02-19T23:39:35.822224+0000 mon.smithi023 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.23:0/1143262084' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-19T23:39:38.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:38 smithi023 bash[16423]: cluster 2024-02-19T23:39:36.969459+0000 mgr.smithi023.vhqanb (mgr.14182) 196 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:38.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:38 smithi184 bash[20261]: cluster 2024-02-19T23:39:36.969459+0000 mgr.smithi023.vhqanb (mgr.14182) 196 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:40.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:40 smithi023 bash[16423]: cluster 2024-02-19T23:39:38.969991+0000 mgr.smithi023.vhqanb (mgr.14182) 197 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:40.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:40 smithi184 bash[20261]: cluster 2024-02-19T23:39:38.969991+0000 mgr.smithi023.vhqanb (mgr.14182) 197 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:41.294 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/mon.smithi023/config 2024-02-19T23:39:42.489 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:42 smithi023 bash[16423]: cluster 2024-02-19T23:39:40.970602+0000 mgr.smithi023.vhqanb (mgr.14182) 198 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:42.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:42 smithi184 bash[20261]: cluster 2024-02-19T23:39:40.970602+0000 mgr.smithi023.vhqanb (mgr.14182) 198 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:44.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:44 smithi023 bash[16423]: cluster 2024-02-19T23:39:42.971153+0000 mgr.smithi023.vhqanb (mgr.14182) 199 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:44.498 INFO:teuthology.orchestra.run.smithi023.stdout:163208757290 2024-02-19T23:39:44.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:44 smithi184 bash[20261]: cluster 2024-02-19T23:39:42.971153+0000 mgr.smithi023.vhqanb (mgr.14182) 199 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:45.129 INFO:tasks.cephadm.ceph_manager.ceph:need seq 163208757277 got 163208757290 for osd.7 2024-02-19T23:39:45.129 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-19T23:39:45.130 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph pg dump --format=json 2024-02-19T23:39:45.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:45 smithi023 bash[16423]: audit 2024-02-19T23:39:44.492745+0000 mon.smithi023 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.23:0/461208702' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-19T23:39:45.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:45 smithi184 bash[20261]: audit 2024-02-19T23:39:44.492745+0000 mon.smithi023 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.23:0/461208702' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-19T23:39:46.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:46 smithi023 bash[16423]: cluster 2024-02-19T23:39:44.971715+0000 mgr.smithi023.vhqanb (mgr.14182) 200 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:46.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:46 smithi184 bash[20261]: cluster 2024-02-19T23:39:44.971715+0000 mgr.smithi023.vhqanb (mgr.14182) 200 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:48.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:48 smithi023 bash[16423]: cluster 2024-02-19T23:39:46.972245+0000 mgr.smithi023.vhqanb (mgr.14182) 201 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:48.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:48 smithi184 bash[20261]: cluster 2024-02-19T23:39:46.972245+0000 mgr.smithi023.vhqanb (mgr.14182) 201 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:49.974 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/mon.smithi023/config 2024-02-19T23:39:50.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:50 smithi184 bash[20261]: cluster 2024-02-19T23:39:48.972829+0000 mgr.smithi023.vhqanb (mgr.14182) 202 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:50.577 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:50 smithi023 bash[16423]: cluster 2024-02-19T23:39:48.972829+0000 mgr.smithi023.vhqanb (mgr.14182) 202 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:51.221 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:51 smithi023 bash[16423]: audit 2024-02-19T23:39:51.170228+0000 mon.smithi023 (mon.0) 590 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:39:51.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:51 smithi184 bash[20261]: audit 2024-02-19T23:39:51.170228+0000 mon.smithi023 (mon.0) 590 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:39:52.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:52 smithi023 bash[16423]: cluster 2024-02-19T23:39:50.973511+0000 mgr.smithi023.vhqanb (mgr.14182) 203 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:52.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:52 smithi184 bash[20261]: cluster 2024-02-19T23:39:50.973511+0000 mgr.smithi023.vhqanb (mgr.14182) 203 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:53.050 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:39:53.055 INFO:teuthology.orchestra.run.smithi023.stderr:dumped all 2024-02-19T23:39:53.675 INFO:teuthology.orchestra.run.smithi023.stdout:{"pg_ready":true,"pg_map":{"version":190,"stamp":"2024-02-19T23:39:52.973825+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":2379904,"kb_used_data":3136,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548544,"statfs":{"total":767926730752,"available":765489709056,"internally_reserved":0,"allocated":3211264,"data_stored":1244664,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":40,"state":"active+clean","last_fresh":"2024-02-19T23:36:25.983833+0000","last_change":"2024-02-19T23:36:25.983833+0000","last_active":"2024-02-19T23:36:25.983833+0000","last_peered":"2024-02-19T23:36:25.983833+0000","last_clean":"2024-02-19T23:36:25.983833+0000","last_became_active":"2024-02-19T23:36:25.982887+0000","last_became_peered":"2024-02-19T23:36:25.982887+0000","last_unstale":"2024-02-19T23:36:25.983833+0000","last_undegraded":"2024-02-19T23:36:25.983833+0000","last_fullsized":"2024-02-19T23:36:25.983833+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-19T23:36:06.796475+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-19T23:36:06.796475+0000","last_clean_scrub_stamp":"2024-02-19T23:36:06.796475+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757292,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"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":"Mon Feb 19 23:39:30 2024","interfaces":[{"interface":"back","average":{"1min":0.83199999999999996,"5min":0.88100000000000001,"15min":0.877},"min":{"1min":0.56999999999999995,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.069,"5min":1.177,"15min":1.177},"last":1.016},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.89100000000000001,"15min":0.88900000000000001},"min":{"1min":0.66700000000000004,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.085,"5min":1.238,"15min":1.238},"last":0.93200000000000005}]},{"osd":1,"last update":"Mon Feb 19 23:39:30 2024","interfaces":[{"interface":"back","average":{"1min":0.82799999999999996,"5min":0.82299999999999995,"15min":0.82799999999999996},"min":{"1min":0.47699999999999998,"5min":0.374,"15min":0.374},"max":{"1min":1.1930000000000001,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":0.86699999999999999},{"interface":"front","average":{"1min":0.81000000000000005,"5min":0.84999999999999998,"15min":0.84799999999999998},"min":{"1min":0.52900000000000003,"5min":0.378,"15min":0.378},"max":{"1min":1.109,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":0.77100000000000002}]},{"osd":2,"last update":"Mon Feb 19 23:39:30 2024","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.88400000000000001,"15min":0.88900000000000001},"min":{"1min":0.74299999999999999,"5min":0.624,"15min":0.624},"max":{"1min":1.149,"5min":1.1579999999999999,"15min":1.1579999999999999},"last":0.82499999999999996},{"interface":"front","average":{"1min":1.0109999999999999,"5min":0.998,"15min":0.98799999999999999},"min":{"1min":0.65900000000000003,"5min":0.626,"15min":0.626},"max":{"1min":1.2150000000000001,"5min":1.284,"15min":1.284},"last":1.173}]},{"osd":3,"last update":"Mon Feb 19 23:39:30 2024","interfaces":[{"interface":"back","average":{"1min":1.0109999999999999,"5min":0.94599999999999995,"15min":0.91600000000000004},"min":{"1min":0.58899999999999997,"5min":0.498,"15min":0.498},"max":{"1min":1.214,"5min":1.258,"15min":1.258},"last":1.1359999999999999},{"interface":"front","average":{"1min":0.92400000000000004,"5min":0.95499999999999996,"15min":0.95799999999999996},"min":{"1min":0.68999999999999995,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":1.196,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":0.92200000000000004}]},{"osd":4,"last update":"Mon Feb 19 23:39:30 2024","interfaces":[{"interface":"back","average":{"1min":1.0880000000000001,"5min":1.0509999999999999,"15min":1.0469999999999999},"min":{"1min":0.85799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"max":{"1min":1.3380000000000001,"5min":1.3380000000000001,"15min":1.3380000000000001},"last":1.103},{"interface":"front","average":{"1min":1.1379999999999999,"5min":1.1399999999999999,"15min":1.1319999999999999},"min":{"1min":0.69899999999999995,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.5389999999999999,"5min":1.5389999999999999,"15min":1.5389999999999999},"last":1.2689999999999999}]},{"osd":5,"last update":"Mon Feb 19 23:39:30 2024","interfaces":[{"interface":"back","average":{"1min":1.212,"5min":1.1699999999999999,"15min":1.1459999999999999},"min":{"1min":0.88500000000000001,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":1.4690000000000001,"5min":1.524,"15min":1.524},"last":1.1240000000000001},{"interface":"front","average":{"1min":1.1639999999999999,"5min":1.155,"15min":1.1439999999999999},"min":{"1min":0.72799999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.405,"5min":1.458,"15min":1.458},"last":1.2170000000000001}]},{"osd":6,"last update":"Mon Feb 19 23:39:30 2024","interfaces":[{"interface":"back","average":{"1min":1.222,"5min":1.24,"15min":1.228},"min":{"1min":0.97399999999999998,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.5249999999999999,"5min":1.6499999999999999,"15min":1.6499999999999999},"last":1.407},{"interface":"front","average":{"1min":1.175,"5min":1.208,"15min":1.2150000000000001},"min":{"1min":0.81999999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.3089999999999999,"5min":1.706,"15min":1.706},"last":1.375}]}]},{"osd":5,"up_from":34,"seq":146028888109,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"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":"Mon Feb 19 23:39:29 2024","interfaces":[{"interface":"back","average":{"1min":0.83799999999999997,"5min":0.89400000000000002,"15min":0.92500000000000004},"min":{"1min":0.63300000000000001,"5min":0.624,"15min":0.624},"max":{"1min":1.155,"5min":1.655,"15min":1.655},"last":0.748},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.88900000000000001,"15min":0.89100000000000001},"min":{"1min":0.69999999999999996,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.198,"5min":1.54,"15min":1.54},"last":0.71699999999999997}]},{"osd":1,"last update":"Mon Feb 19 23:39:29 2024","interfaces":[{"interface":"back","average":{"1min":0.76900000000000002,"5min":0.80700000000000005,"15min":0.82299999999999995},"min":{"1min":0.60399999999999998,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.2070000000000001,"5min":1.337,"15min":1.337},"last":0.69399999999999995},{"interface":"front","average":{"1min":0.79600000000000004,"5min":0.86599999999999999,"15min":0.88400000000000001},"min":{"1min":0.57699999999999996,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":1.2270000000000001,"5min":1.5780000000000001,"15min":1.5780000000000001},"last":1.0189999999999999}]},{"osd":2,"last update":"Mon Feb 19 23:39:29 2024","interfaces":[{"interface":"back","average":{"1min":0.98499999999999999,"5min":1.0469999999999999,"15min":1.069},"min":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.276,"5min":1.696,"15min":1.696},"last":1.1970000000000001},{"interface":"front","average":{"1min":0.89800000000000002,"5min":0.95699999999999996,"15min":0.98799999999999999},"min":{"1min":0.71899999999999997,"5min":0.626,"15min":0.626},"max":{"1min":1.077,"5min":1.6719999999999999,"15min":1.6719999999999999},"last":1.0640000000000001}]},{"osd":3,"last update":"Mon Feb 19 23:39:29 2024","interfaces":[{"interface":"back","average":{"1min":0.93600000000000005,"5min":0.98799999999999999,"15min":1.014},"min":{"1min":0.61699999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.3009999999999999,"5min":1.911,"15min":1.911},"last":0.89800000000000002},{"interface":"front","average":{"1min":0.92000000000000004,"5min":1.073,"15min":1.1040000000000001},"min":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.2310000000000001,"5min":2.1520000000000001,"15min":2.1520000000000001},"last":0.97899999999999998}]},{"osd":4,"last update":"Mon Feb 19 23:39:29 2024","interfaces":[{"interface":"back","average":{"1min":1.0600000000000001,"5min":1.1259999999999999,"15min":1.1579999999999999},"min":{"1min":0.872,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.2569999999999999,"5min":2.5150000000000001,"15min":2.5150000000000001},"last":1.097},{"interface":"front","average":{"1min":1.044,"5min":1.1339999999999999,"15min":1.1639999999999999},"min":{"1min":0.80500000000000005,"5min":0.73799999999999999,"15min":0.73799999999999999},"max":{"1min":1.2290000000000001,"5min":1.7649999999999999,"15min":1.7649999999999999},"last":1.286}]},{"osd":6,"last update":"Mon Feb 19 23:39:29 2024","interfaces":[{"interface":"back","average":{"1min":1.042,"5min":1.1319999999999999,"15min":1.1559999999999999},"min":{"1min":0.80200000000000005,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.2390000000000001,"5min":1.8069999999999999,"15min":1.8069999999999999},"last":1.165},{"interface":"front","average":{"1min":1.087,"5min":1.2370000000000001,"15min":1.2689999999999999},"min":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"max":{"1min":1.3340000000000001,"5min":2.145,"15min":2.145},"last":1.234}]},{"osd":7,"last update":"Mon Feb 19 23:39:29 2024","interfaces":[{"interface":"back","average":{"1min":1.0640000000000001,"5min":1.1639999999999999,"15min":1.1719999999999999},"min":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"max":{"1min":1.319,"5min":2.0880000000000001,"15min":2.0880000000000001},"last":1.3089999999999999},{"interface":"front","average":{"1min":1.081,"5min":1.1890000000000001,"15min":1.2170000000000001},"min":{"1min":0.76500000000000001,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.2809999999999999,"5min":1.7310000000000001,"15min":1.7310000000000001},"last":1.345}]}]},{"osd":2,"up_from":20,"seq":85899345968,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"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":"Mon Feb 19 23:39:12 2024","interfaces":[{"interface":"back","average":{"1min":0.754,"5min":0.69099999999999995,"15min":0.68700000000000006},"min":{"1min":0.52400000000000002,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":1.0800000000000001,"5min":1.0800000000000001,"15min":1.0800000000000001},"last":0.76200000000000001},{"interface":"front","average":{"1min":0.746,"5min":0.71899999999999997,"15min":0.72699999999999998},"min":{"1min":0.56000000000000005,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":0.98499999999999999,"5min":1.1259999999999999,"15min":1.1259999999999999},"last":0.68600000000000005}]},{"osd":1,"last update":"Mon Feb 19 23:39:12 2024","interfaces":[{"interface":"back","average":{"1min":0.95899999999999996,"5min":0.93600000000000005,"15min":0.92600000000000005},"min":{"1min":0.75600000000000001,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.216,"5min":1.8280000000000001,"15min":1.8280000000000001},"last":0.89500000000000002},{"interface":"front","average":{"1min":0.92900000000000005,"5min":0.89900000000000002,"15min":0.90100000000000002},"min":{"1min":0.65300000000000002,"5min":0.621,"15min":0.621},"max":{"1min":1.1970000000000001,"5min":1.462,"15min":1.462},"last":0.95299999999999996}]},{"osd":3,"last update":"Mon Feb 19 23:39:22 2024","interfaces":[{"interface":"back","average":{"1min":1.006,"5min":0.97399999999999998,"15min":0.96699999999999997},"min":{"1min":0.69699999999999995,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.3180000000000001,"5min":1.5600000000000001,"15min":1.5600000000000001},"last":0.92300000000000004},{"interface":"front","average":{"1min":0.98499999999999999,"5min":0.97099999999999997,"15min":0.96599999999999997},"min":{"1min":0.74199999999999999,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.2,"5min":1.589,"15min":1.589},"last":1.0669999999999999}]},{"osd":4,"last update":"Mon Feb 19 23:39:16 2024","interfaces":[{"interface":"back","average":{"1min":0.83999999999999997,"5min":0.84599999999999997,"15min":0.85999999999999999},"min":{"1min":0.67300000000000004,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.1060000000000001,"5min":1.26,"15min":1.26},"last":0.81000000000000005},{"interface":"front","average":{"1min":1.038,"5min":0.99299999999999999,"15min":0.99199999999999999},"min":{"1min":0.73099999999999998,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":1.3919999999999999,"5min":1.3919999999999999,"15min":1.3919999999999999},"last":1.2589999999999999}]},{"osd":5,"last update":"Mon Feb 19 23:39:25 2024","interfaces":[{"interface":"back","average":{"1min":1.1240000000000001,"5min":1.125,"15min":1.131},"min":{"1min":0.91300000000000003,"5min":0.84399999999999997,"15min":0.84399999999999997},"max":{"1min":1.464,"5min":1.649,"15min":1.649},"last":1.042},{"interface":"front","average":{"1min":1.1850000000000001,"5min":1.181,"15min":1.1850000000000001},"min":{"1min":0.90200000000000002,"5min":0.88300000000000001,"15min":0.88300000000000001},"max":{"1min":1.5529999999999999,"5min":1.778,"15min":1.778},"last":1.1970000000000001}]},{"osd":6,"last update":"Mon Feb 19 23:39:22 2024","interfaces":[{"interface":"back","average":{"1min":0.97999999999999998,"5min":0.97899999999999998,"15min":0.98799999999999999},"min":{"1min":0.75800000000000001,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.262,"5min":1.3340000000000001,"15min":1.3340000000000001},"last":1.1120000000000001},{"interface":"front","average":{"1min":1.2230000000000001,"5min":1.1719999999999999,"15min":1.177},"min":{"1min":0.96399999999999997,"5min":0.77700000000000002,"15min":0.77700000000000002},"max":{"1min":1.522,"5min":1.522,"15min":1.522},"last":1.129}]},{"osd":7,"last update":"Mon Feb 19 23:39:25 2024","interfaces":[{"interface":"back","average":{"1min":1.292,"5min":1.234,"15min":1.224},"min":{"1min":0.93899999999999995,"5min":0.81000000000000005,"15min":0.81000000000000005},"max":{"1min":1.9359999999999999,"5min":1.9359999999999999,"15min":1.9359999999999999},"last":1.179},{"interface":"front","average":{"1min":1.2490000000000001,"5min":1.21,"15min":1.2010000000000001},"min":{"1min":1.046,"5min":0.90400000000000003,"15min":0.90400000000000003},"max":{"1min":1.5409999999999999,"5min":1.8380000000000001,"15min":1.8380000000000001},"last":1.157}]}]},{"osd":0,"up_from":16,"seq":68719476786,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"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":"Mon Feb 19 23:39:07 2024","interfaces":[{"interface":"back","average":{"1min":0.90300000000000002,"5min":0.89800000000000002,"15min":0.90300000000000002},"min":{"1min":0.61099999999999999,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.218,"5min":1.4410000000000001,"15min":1.4410000000000001},"last":1.2250000000000001},{"interface":"front","average":{"1min":0.81399999999999995,"5min":0.85999999999999999,"15min":0.873},"min":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.1279999999999999,"5min":1.2030000000000001,"15min":1.2030000000000001},"last":1.113}]},{"osd":2,"last update":"Mon Feb 19 23:39:07 2024","interfaces":[{"interface":"back","average":{"1min":0.69699999999999995,"5min":0.72499999999999998,"15min":0.73099999999999998},"min":{"1min":0.61099999999999999,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":0.81999999999999995,"5min":1.1890000000000001,"15min":1.1890000000000001},"last":0.68799999999999994},{"interface":"front","average":{"1min":0.80900000000000005,"5min":0.82499999999999996,"15min":0.84599999999999997},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":1.288,"5min":1.288,"15min":1.288},"last":1.147}]},{"osd":3,"last update":"Mon Feb 19 23:39:21 2024","interfaces":[{"interface":"back","average":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84999999999999998},"min":{"1min":0.70499999999999996,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.1279999999999999,"5min":1.248,"15min":1.248},"last":0.71999999999999997},{"interface":"front","average":{"1min":0.83899999999999997,"5min":0.88400000000000001,"15min":0.89400000000000002},"min":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":1.0940000000000001,"5min":1.133,"15min":1.133},"last":0.92200000000000004}]},{"osd":4,"last update":"Mon Feb 19 23:39:17 2024","interfaces":[{"interface":"back","average":{"1min":0.90000000000000002,"5min":0.96299999999999997,"15min":0.99199999999999999},"min":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.3009999999999999,"5min":1.325,"15min":1.325},"last":1.274},{"interface":"front","average":{"1min":0.96399999999999997,"5min":0.97899999999999998,"15min":0.97799999999999998},"min":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.2150000000000001,"5min":1.5580000000000001,"15min":1.5580000000000001},"last":0.95799999999999996}]},{"osd":5,"last update":"Mon Feb 19 23:39:25 2024","interfaces":[{"interface":"back","average":{"1min":1.008,"5min":1.0589999999999999,"15min":1.073},"min":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"max":{"1min":1.3759999999999999,"5min":1.3759999999999999,"15min":1.3759999999999999},"last":1.3180000000000001},{"interface":"front","average":{"1min":1.0089999999999999,"5min":1.0469999999999999,"15min":1.0620000000000001},"min":{"1min":0.75,"5min":0.75,"15min":0.75},"max":{"1min":1.2450000000000001,"5min":1.4379999999999999,"15min":1.4379999999999999},"last":0.83599999999999997}]},{"osd":6,"last update":"Mon Feb 19 23:39:21 2024","interfaces":[{"interface":"back","average":{"1min":1.0149999999999999,"5min":1.079,"15min":1.093},"min":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"max":{"1min":1.4410000000000001,"5min":1.4970000000000001,"15min":1.4970000000000001},"last":1.3720000000000001},{"interface":"front","average":{"1min":1.101,"5min":1.115,"15min":1.123},"min":{"1min":0.95099999999999996,"5min":0.73499999999999999,"15min":0.73499999999999999},"max":{"1min":1.3089999999999999,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":1.179}]},{"osd":7,"last update":"Mon Feb 19 23:39:32 2024","interfaces":[{"interface":"back","average":{"1min":1.016,"5min":1.113,"15min":1.131},"min":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"max":{"1min":1.333,"5min":1.5449999999999999,"15min":1.5449999999999999},"last":1.1299999999999999},{"interface":"front","average":{"1min":1.1739999999999999,"5min":1.244,"15min":1.2689999999999999},"min":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"max":{"1min":1.8819999999999999,"5min":1.8819999999999999,"15min":1.8819999999999999},"last":1.7989999999999999}]}]},{"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":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"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":"Mon Feb 19 23:39:12 2024","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.85799999999999998,"15min":0.83499999999999996},"min":{"1min":0.68999999999999995,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.248,"5min":1.248,"15min":1.248},"last":0.88900000000000001},{"interface":"front","average":{"1min":1.0660000000000001,"5min":0.92600000000000005,"15min":0.89000000000000001},"min":{"1min":0.72699999999999998,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.421,"5min":1.421,"15min":1.421},"last":0.99299999999999999}]},{"osd":2,"last update":"Mon Feb 19 23:39:12 2024","interfaces":[{"interface":"back","average":{"1min":0.89000000000000001,"5min":0.86799999999999999,"15min":0.85199999999999998},"min":{"1min":0.67600000000000005,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.2010000000000001,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":0.92400000000000004},{"interface":"front","average":{"1min":0.96899999999999997,"5min":0.90700000000000003,"15min":0.879},"min":{"1min":0.65500000000000003,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.258,"5min":1.258,"15min":1.258},"last":0.96599999999999997}]},{"osd":3,"last update":"Mon Feb 19 23:39:16 2024","interfaces":[{"interface":"back","average":{"1min":0.88700000000000001,"5min":0.83499999999999996,"15min":0.80400000000000005},"min":{"1min":0.44800000000000001,"5min":0.436,"15min":0.436},"max":{"1min":1.2649999999999999,"5min":1.3879999999999999,"15min":1.3879999999999999},"last":0.75800000000000001},{"interface":"front","average":{"1min":0.90000000000000002,"5min":0.90800000000000003,"15min":0.88100000000000001},"min":{"1min":0.63300000000000001,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.1879999999999999,"5min":1.506,"15min":1.506},"last":0.84399999999999997}]},{"osd":4,"last update":"Mon Feb 19 23:39:12 2024","interfaces":[{"interface":"back","average":{"1min":1.169,"5min":1.0369999999999999,"15min":0.997},"min":{"1min":0.95499999999999996,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.456,"5min":1.456,"15min":1.456},"last":1.2110000000000001},{"interface":"front","average":{"1min":0.95099999999999996,"5min":0.93999999999999995,"15min":0.93200000000000005},"min":{"1min":0.68500000000000005,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.3320000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":1.2350000000000001}]},{"osd":5,"last update":"Mon Feb 19 23:39:23 2024","interfaces":[{"interface":"back","average":{"1min":1.0960000000000001,"5min":1.05,"15min":1.0289999999999999},"min":{"1min":0.79400000000000004,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.573,"5min":1.573,"15min":1.573},"last":1.1080000000000001},{"interface":"front","average":{"1min":0.99199999999999999,"5min":0.96199999999999997,"15min":0.93799999999999994},"min":{"1min":0.496,"5min":0.496,"15min":0.496},"max":{"1min":1.462,"5min":1.462,"15min":1.462},"last":1.04}]},{"osd":6,"last update":"Mon Feb 19 23:39:16 2024","interfaces":[{"interface":"back","average":{"1min":1.069,"5min":1.044,"15min":1.0229999999999999},"min":{"1min":0.72199999999999998,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.516,"5min":1.516,"15min":1.516},"last":1.143},{"interface":"front","average":{"1min":1.2969999999999999,"5min":1.2310000000000001,"15min":1.204},"min":{"1min":1.071,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.6339999999999999,"5min":1.849,"15min":1.849},"last":1.331}]},{"osd":7,"last update":"Mon Feb 19 23:39:26 2024","interfaces":[{"interface":"back","average":{"1min":1.2050000000000001,"5min":1.1679999999999999,"15min":1.1579999999999999},"min":{"1min":0.57599999999999996,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.5289999999999999,"5min":4.0019999999999998,"15min":4.0019999999999998},"last":1.3100000000000001},{"interface":"front","average":{"1min":1.3759999999999999,"5min":1.2909999999999999,"15min":1.2669999999999999},"min":{"1min":1.2030000000000001,"5min":0.505,"15min":0.505},"max":{"1min":1.6899999999999999,"5min":1.716,"15min":1.716},"last":1.4219999999999999}]}]},{"osd":4,"up_from":25,"seq":107374182447,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"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":"Mon Feb 19 23:39:15 2024","interfaces":[{"interface":"back","average":{"1min":0.84199999999999997,"5min":0.72899999999999998,"15min":0.71199999999999997},"min":{"1min":0.54500000000000004,"5min":0.497,"15min":0.497},"max":{"1min":1.2869999999999999,"5min":1.5980000000000001,"15min":1.5980000000000001},"last":0.63900000000000001},{"interface":"front","average":{"1min":0.78100000000000003,"5min":0.755,"15min":0.749},"min":{"1min":0.52800000000000002,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":1.157,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":0.88600000000000001}]},{"osd":1,"last update":"Mon Feb 19 23:39:15 2024","interfaces":[{"interface":"back","average":{"1min":1.032,"5min":0.96199999999999997,"15min":0.94399999999999995},"min":{"1min":0.78500000000000003,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.357,"5min":1.357,"15min":1.357},"last":1.0720000000000001},{"interface":"front","average":{"1min":0.97199999999999998,"5min":0.95099999999999996,"15min":0.94299999999999995},"min":{"1min":0.78700000000000003,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.226,"5min":1.5409999999999999,"15min":1.5409999999999999},"last":1.014}]},{"osd":2,"last update":"Mon Feb 19 23:39:15 2024","interfaces":[{"interface":"back","average":{"1min":0.88600000000000001,"5min":0.875,"15min":0.86699999999999999},"min":{"1min":0.64700000000000002,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.2090000000000001,"5min":1.298,"15min":1.298},"last":0.85099999999999998},{"interface":"front","average":{"1min":0.76700000000000002,"5min":0.79400000000000004,"15min":0.80200000000000005},"min":{"1min":0.61299999999999999,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":0.97899999999999998,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":0.60399999999999998}]},{"osd":3,"last update":"Mon Feb 19 23:39:20 2024","interfaces":[{"interface":"back","average":{"1min":1.0649999999999999,"5min":1.0109999999999999,"15min":0.98899999999999999},"min":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.2869999999999999,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.95299999999999996},{"interface":"front","average":{"1min":0.95999999999999996,"5min":0.91700000000000004,"15min":0.90700000000000003},"min":{"1min":0.78500000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.3109999999999999,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":1.044}]},{"osd":5,"last update":"Mon Feb 19 23:39:27 2024","interfaces":[{"interface":"back","average":{"1min":1.0549999999999999,"5min":1.0649999999999999,"15min":1.0660000000000001},"min":{"1min":0.80100000000000005,"5min":0.72999999999999998,"15min":0.72999999999999998},"max":{"1min":1.349,"5min":1.712,"15min":1.712},"last":1.1240000000000001},{"interface":"front","average":{"1min":1.1719999999999999,"5min":1.119,"15min":1.117},"min":{"1min":0.88500000000000001,"5min":0.80100000000000005,"15min":0.80100000000000005},"max":{"1min":1.4770000000000001,"5min":1.4770000000000001,"15min":1.4770000000000001},"last":1.149}]},{"osd":6,"last update":"Mon Feb 19 23:39:20 2024","interfaces":[{"interface":"back","average":{"1min":1.048,"5min":1.022,"15min":1.008},"min":{"1min":0.69099999999999995,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.46,"5min":1.46,"15min":1.46},"last":1.1919999999999999},{"interface":"front","average":{"1min":1.1699999999999999,"5min":1.1659999999999999,"15min":1.1699999999999999},"min":{"1min":0.81299999999999994,"5min":0.73399999999999999,"15min":0.73399999999999999},"max":{"1min":1.49,"5min":1.5569999999999999,"15min":1.5569999999999999},"last":1.224}]},{"osd":7,"last update":"Mon Feb 19 23:39:32 2024","interfaces":[{"interface":"back","average":{"1min":1.135,"5min":1.1040000000000001,"15min":1.099},"min":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"max":{"1min":1.506,"5min":1.506,"15min":1.506},"last":1.1739999999999999},{"interface":"front","average":{"1min":1.272,"5min":1.2230000000000001,"15min":1.212},"min":{"1min":0.92200000000000004,"5min":0.92200000000000004,"15min":0.92200000000000004},"max":{"1min":1.6890000000000001,"5min":1.6890000000000001,"15min":1.6890000000000001},"last":1.2549999999999999}]}]},{"osd":3,"up_from":29,"seq":124554051631,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"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":"Mon Feb 19 23:39:16 2024","interfaces":[{"interface":"back","average":{"1min":0.83699999999999997,"5min":0.84999999999999998,"15min":0.84599999999999997},"min":{"1min":0.60299999999999998,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.579,"5min":1.579,"15min":1.579},"last":0.88600000000000001},{"interface":"front","average":{"1min":0.81999999999999995,"5min":0.82799999999999996,"15min":0.83799999999999997},"min":{"1min":0.64900000000000002,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.101,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":1.0109999999999999}]},{"osd":1,"last update":"Mon Feb 19 23:39:16 2024","interfaces":[{"interface":"back","average":{"1min":0.81000000000000005,"5min":0.745,"15min":0.71199999999999997},"min":{"1min":0.58299999999999996,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":1.365,"5min":1.365,"15min":1.365},"last":0.74199999999999999},{"interface":"front","average":{"1min":0.81699999999999995,"5min":0.80800000000000005,"15min":0.79300000000000004},"min":{"1min":0.57699999999999996,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":1.3069999999999999,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":0.79200000000000004}]},{"osd":2,"last update":"Mon Feb 19 23:39:16 2024","interfaces":[{"interface":"back","average":{"1min":1.0149999999999999,"5min":0.98199999999999998,"15min":0.98099999999999998},"min":{"1min":0.70899999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"max":{"1min":1.498,"5min":1.498,"15min":1.498},"last":0.96999999999999997},{"interface":"front","average":{"1min":0.95299999999999996,"5min":0.92500000000000004,"15min":0.90500000000000003},"min":{"1min":0.68500000000000005,"5min":0.60899999999999999,"15min":0.60899999999999999},"max":{"1min":1.196,"5min":1.3340000000000001,"15min":1.3340000000000001},"last":1.1339999999999999}]},{"osd":4,"last update":"Mon Feb 19 23:39:16 2024","interfaces":[{"interface":"back","average":{"1min":1.1120000000000001,"5min":1.0469999999999999,"15min":1.0429999999999999},"min":{"1min":0.82699999999999996,"5min":0.65400000000000003,"15min":0.65400000000000003},"max":{"1min":1.4370000000000001,"5min":1.4370000000000001,"15min":1.4370000000000001},"last":1.1659999999999999},{"interface":"front","average":{"1min":1.032,"5min":1.0609999999999999,"15min":1.0660000000000001},"min":{"1min":0.83799999999999997,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.2450000000000001,"5min":1.357,"15min":1.357},"last":1.196}]},{"osd":5,"last update":"Mon Feb 19 23:39:31 2024","interfaces":[{"interface":"back","average":{"1min":1.0800000000000001,"5min":0.97699999999999998,"15min":0.96699999999999997},"min":{"1min":0.78300000000000003,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.3779999999999999,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":1.0680000000000001},{"interface":"front","average":{"1min":1.012,"5min":1.0169999999999999,"15min":1.0129999999999999},"min":{"1min":0.71999999999999997,"5min":0.502,"15min":0.502},"max":{"1min":1.3,"5min":1.427,"15min":1.427},"last":1.2809999999999999}]},{"osd":6,"last update":"Mon Feb 19 23:39:16 2024","interfaces":[{"interface":"back","average":{"1min":1.1890000000000001,"5min":1.0840000000000001,"15min":1.073},"min":{"1min":0.90900000000000003,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.77,"5min":1.77,"15min":1.77},"last":1.581},{"interface":"front","average":{"1min":1.2949999999999999,"5min":1.1870000000000001,"15min":1.179},"min":{"1min":0.94399999999999995,"5min":0.72599999999999998,"15min":0.72599999999999998},"max":{"1min":1.681,"5min":1.681,"15min":1.681},"last":1.2589999999999999}]},{"osd":7,"last update":"Mon Feb 19 23:39:31 2024","interfaces":[{"interface":"back","average":{"1min":1.2170000000000001,"5min":1.097,"15min":1.0780000000000001},"min":{"1min":0.97299999999999998,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.494,"5min":1.494,"15min":1.494},"last":1.508},{"interface":"front","average":{"1min":1.3049999999999999,"5min":1.1850000000000001,"15min":1.169},"min":{"1min":0.88100000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.6970000000000001,"5min":1.6970000000000001,"15min":1.6970000000000001},"last":1.3420000000000001}]}]},{"osd":6,"up_from":29,"seq":124554051631,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"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":"Mon Feb 19 23:39:15 2024","interfaces":[{"interface":"back","average":{"1min":0.72399999999999998,"5min":0.73199999999999998,"15min":0.74099999999999999},"min":{"1min":0.54700000000000004,"5min":0.501,"15min":0.501},"max":{"1min":1.0529999999999999,"5min":1.135,"15min":1.135},"last":0.69399999999999995},{"interface":"front","average":{"1min":0.80700000000000005,"5min":0.81799999999999995,"15min":0.81399999999999995},"min":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.0049999999999999,"5min":1.1859999999999999,"15min":1.1859999999999999},"last":0.73399999999999999}]},{"osd":1,"last update":"Mon Feb 19 23:39:15 2024","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":0.99299999999999999,"15min":1.0049999999999999},"min":{"1min":0.69599999999999995,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.1839999999999999,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":0.95999999999999996},{"interface":"front","average":{"1min":0.94199999999999995,"5min":0.98199999999999998,"15min":0.98599999999999999},"min":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.1779999999999999,"5min":1.3620000000000001,"15min":1.3620000000000001},"last":0.98099999999999998}]},{"osd":2,"last update":"Mon Feb 19 23:39:15 2024","interfaces":[{"interface":"back","average":{"1min":0.81000000000000005,"5min":0.82999999999999996,"15min":0.84299999999999997},"min":{"1min":0.58699999999999997,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.05,"5min":1.2270000000000001,"15min":1.2270000000000001},"last":0.90000000000000002},{"interface":"front","average":{"1min":0.80900000000000005,"5min":0.83299999999999996,"15min":0.84099999999999997},"min":{"1min":0.58899999999999997,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.073,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":0.92500000000000004}]},{"osd":3,"last update":"Mon Feb 19 23:39:15 2024","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":0.96799999999999997,"15min":0.97799999999999998},"min":{"1min":0.76200000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.137,"5min":1.353,"15min":1.353},"last":1.097},{"interface":"front","average":{"1min":0.99399999999999999,"5min":0.94499999999999995,"15min":0.92500000000000004},"min":{"1min":0.80500000000000005,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.3480000000000001,"5min":1.415,"15min":1.415},"last":1.155}]},{"osd":4,"last update":"Mon Feb 19 23:39:15 2024","interfaces":[{"interface":"back","average":{"1min":0.97099999999999997,"5min":0.97799999999999998,"15min":0.99299999999999999},"min":{"1min":0.753,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.1930000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":1.012},{"interface":"front","average":{"1min":1.0660000000000001,"5min":1.054,"15min":1.0569999999999999},"min":{"1min":0.77600000000000002,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.448,"5min":1.448,"15min":1.448},"last":1.177}]},{"osd":5,"last update":"Mon Feb 19 23:39:27 2024","interfaces":[{"interface":"back","average":{"1min":1.1899999999999999,"5min":1.2110000000000001,"15min":1.22},"min":{"1min":0.89200000000000002,"5min":0.81699999999999995,"15min":0.81699999999999995},"max":{"1min":1.8320000000000001,"5min":1.8759999999999999,"15min":1.8759999999999999},"last":1.3100000000000001},{"interface":"front","average":{"1min":1.181,"5min":1.1759999999999999,"15min":1.1759999999999999},"min":{"1min":0.91300000000000003,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.4179999999999999,"5min":1.736,"15min":1.736},"last":1.246}]},{"osd":7,"last update":"Mon Feb 19 23:39:27 2024","interfaces":[{"interface":"back","average":{"1min":1.226,"5min":1.22,"15min":1.21},"min":{"1min":0.91200000000000003,"5min":0.879,"15min":0.879},"max":{"1min":1.579,"5min":1.71,"15min":1.71},"last":1.2110000000000001},{"interface":"front","average":{"1min":1.222,"5min":1.2310000000000001,"15min":1.2290000000000001},"min":{"1min":0.94399999999999995,"5min":0.94399999999999995,"15min":0.94399999999999995},"max":{"1min":1.48,"5min":1.575,"15min":1.575},"last":1.3420000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-19T23:39:53.677 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph pg dump --format=json 2024-02-19T23:39:54.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:54 smithi023 bash[16423]: cluster 2024-02-19T23:39:52.974088+0000 mgr.smithi023.vhqanb (mgr.14182) 204 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:54.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:54 smithi023 bash[16423]: audit 2024-02-19T23:39:53.036102+0000 mgr.smithi023.vhqanb (mgr.14182) 205 : audit [DBG] from='client.14458 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:54.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:54 smithi184 bash[20261]: cluster 2024-02-19T23:39:52.974088+0000 mgr.smithi023.vhqanb (mgr.14182) 204 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:54.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:54 smithi184 bash[20261]: audit 2024-02-19T23:39:53.036102+0000 mgr.smithi023.vhqanb (mgr.14182) 205 : audit [DBG] from='client.14458 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:39:56.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:56 smithi023 bash[16423]: cluster 2024-02-19T23:39:54.974692+0000 mgr.smithi023.vhqanb (mgr.14182) 206 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:56.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:56 smithi184 bash[20261]: cluster 2024-02-19T23:39:54.974692+0000 mgr.smithi023.vhqanb (mgr.14182) 206 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:58.268 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/mon.smithi023/config 2024-02-19T23:39:58.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:58 smithi023 bash[16423]: cluster 2024-02-19T23:39:56.975186+0000 mgr.smithi023.vhqanb (mgr.14182) 207 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:58.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:58 smithi023 bash[16423]: audit 2024-02-19T23:39:57.025546+0000 mon.smithi023 (mon.0) 591 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:39:58.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:58 smithi023 bash[16423]: audit 2024-02-19T23:39:57.401636+0000 mon.smithi023 (mon.0) 592 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:39:58.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:58 smithi023 bash[16423]: audit 2024-02-19T23:39:57.697868+0000 mon.smithi023 (mon.0) 593 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:39:58.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:58 smithi023 bash[16423]: audit 2024-02-19T23:39:57.699283+0000 mon.smithi023 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:39:58.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:58 smithi023 bash[16423]: audit 2024-02-19T23:39:57.707733+0000 mon.smithi023 (mon.0) 595 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:39:58.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:39:58 smithi023 bash[16423]: audit 2024-02-19T23:39:57.717135+0000 mon.smithi023 (mon.0) 596 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:39:58.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:58 smithi184 bash[20261]: cluster 2024-02-19T23:39:56.975186+0000 mgr.smithi023.vhqanb (mgr.14182) 207 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:39:58.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:58 smithi184 bash[20261]: audit 2024-02-19T23:39:57.025546+0000 mon.smithi023 (mon.0) 591 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:39:58.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:58 smithi184 bash[20261]: audit 2024-02-19T23:39:57.401636+0000 mon.smithi023 (mon.0) 592 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:39:58.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:58 smithi184 bash[20261]: audit 2024-02-19T23:39:57.697868+0000 mon.smithi023 (mon.0) 593 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:39:58.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:58 smithi184 bash[20261]: audit 2024-02-19T23:39:57.699283+0000 mon.smithi023 (mon.0) 594 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:39:58.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:58 smithi184 bash[20261]: audit 2024-02-19T23:39:57.707733+0000 mon.smithi023 (mon.0) 595 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:39:58.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:39:58 smithi184 bash[20261]: audit 2024-02-19T23:39:57.717135+0000 mon.smithi023 (mon.0) 596 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:40:00.494 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:00 smithi023 bash[16423]: cluster 2024-02-19T23:39:58.975909+0000 mgr.smithi023.vhqanb (mgr.14182) 208 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:00.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:00 smithi023 bash[16423]: cluster 2024-02-19T23:40:00.000169+0000 mon.smithi023 (mon.0) 597 : cluster [INF] overall HEALTH_OK 2024-02-19T23:40:00.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:00 smithi184 bash[20261]: cluster 2024-02-19T23:39:58.975909+0000 mgr.smithi023.vhqanb (mgr.14182) 208 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:00.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:00 smithi184 bash[20261]: cluster 2024-02-19T23:40:00.000169+0000 mon.smithi023 (mon.0) 597 : cluster [INF] overall HEALTH_OK 2024-02-19T23:40:01.282 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:40:01.285 INFO:teuthology.orchestra.run.smithi023.stderr:dumped all 2024-02-19T23:40:01.893 INFO:teuthology.orchestra.run.smithi023.stdout:{"pg_ready":true,"pg_map":{"version":194,"stamp":"2024-02-19T23:40:00.976241+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":2379904,"kb_used_data":3136,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548544,"statfs":{"total":767926730752,"available":765489709056,"internally_reserved":0,"allocated":3211264,"data_stored":1244664,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":2433744896},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":10,"reported_epoch":40,"state":"active+clean","last_fresh":"2024-02-19T23:36:25.983833+0000","last_change":"2024-02-19T23:36:25.983833+0000","last_active":"2024-02-19T23:36:25.983833+0000","last_peered":"2024-02-19T23:36:25.983833+0000","last_clean":"2024-02-19T23:36:25.983833+0000","last_became_active":"2024-02-19T23:36:25.982887+0000","last_became_peered":"2024-02-19T23:36:25.982887+0000","last_unstale":"2024-02-19T23:36:25.983833+0000","last_undegraded":"2024-02-19T23:36:25.983833+0000","last_fullsized":"2024-02-19T23:36:25.983833+0000","mapping_epoch":39,"log_start":"0'0","ondisk_log_start":"0'0","created":23,"last_epoch_clean":40,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-19T23:36:06.796475+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-19T23:36:06.796475+0000","last_clean_scrub_stamp":"2024-02-19T23:36:06.796475+0000","log_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":5}],"osd_stats":[{"osd":7,"up_from":38,"seq":163208757294,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"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":"Mon Feb 19 23:39:30 2024","interfaces":[{"interface":"back","average":{"1min":0.83199999999999996,"5min":0.88100000000000001,"15min":0.877},"min":{"1min":0.56999999999999995,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.069,"5min":1.177,"15min":1.177},"last":0.86199999999999999},{"interface":"front","average":{"1min":0.86799999999999999,"5min":0.89100000000000001,"15min":0.88900000000000001},"min":{"1min":0.66700000000000004,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.085,"5min":1.238,"15min":1.238},"last":0.78000000000000003}]},{"osd":1,"last update":"Mon Feb 19 23:39:30 2024","interfaces":[{"interface":"back","average":{"1min":0.82799999999999996,"5min":0.82299999999999995,"15min":0.82799999999999996},"min":{"1min":0.47699999999999998,"5min":0.374,"15min":0.374},"max":{"1min":1.1930000000000001,"5min":1.3140000000000001,"15min":1.3140000000000001},"last":0.74099999999999999},{"interface":"front","average":{"1min":0.81000000000000005,"5min":0.84999999999999998,"15min":0.84799999999999998},"min":{"1min":0.52900000000000003,"5min":0.378,"15min":0.378},"max":{"1min":1.109,"5min":1.2090000000000001,"15min":1.2090000000000001},"last":1.0780000000000001}]},{"osd":2,"last update":"Mon Feb 19 23:39:30 2024","interfaces":[{"interface":"back","average":{"1min":0.91100000000000003,"5min":0.88400000000000001,"15min":0.88900000000000001},"min":{"1min":0.74299999999999999,"5min":0.624,"15min":0.624},"max":{"1min":1.149,"5min":1.1579999999999999,"15min":1.1579999999999999},"last":1.0369999999999999},{"interface":"front","average":{"1min":1.0109999999999999,"5min":0.998,"15min":0.98799999999999999},"min":{"1min":0.65900000000000003,"5min":0.626,"15min":0.626},"max":{"1min":1.2150000000000001,"5min":1.284,"15min":1.284},"last":0.91200000000000003}]},{"osd":3,"last update":"Mon Feb 19 23:39:30 2024","interfaces":[{"interface":"back","average":{"1min":1.0109999999999999,"5min":0.94599999999999995,"15min":0.91600000000000004},"min":{"1min":0.58899999999999997,"5min":0.498,"15min":0.498},"max":{"1min":1.214,"5min":1.258,"15min":1.258},"last":0.995},{"interface":"front","average":{"1min":0.92400000000000004,"5min":0.95499999999999996,"15min":0.95799999999999996},"min":{"1min":0.68999999999999995,"5min":0.42099999999999999,"15min":0.42099999999999999},"max":{"1min":1.196,"5min":1.3089999999999999,"15min":1.3089999999999999},"last":0.81699999999999995}]},{"osd":4,"last update":"Mon Feb 19 23:39:30 2024","interfaces":[{"interface":"back","average":{"1min":1.0880000000000001,"5min":1.0509999999999999,"15min":1.0469999999999999},"min":{"1min":0.85799999999999998,"5min":0.72799999999999998,"15min":0.72799999999999998},"max":{"1min":1.3380000000000001,"5min":1.3380000000000001,"15min":1.3380000000000001},"last":1.149},{"interface":"front","average":{"1min":1.1379999999999999,"5min":1.1399999999999999,"15min":1.1319999999999999},"min":{"1min":0.69899999999999995,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.5389999999999999,"5min":1.5389999999999999,"15min":1.5389999999999999},"last":0.94099999999999995}]},{"osd":5,"last update":"Mon Feb 19 23:39:30 2024","interfaces":[{"interface":"back","average":{"1min":1.212,"5min":1.1699999999999999,"15min":1.1459999999999999},"min":{"1min":0.88500000000000001,"5min":0.45600000000000002,"15min":0.45600000000000002},"max":{"1min":1.4690000000000001,"5min":1.524,"15min":1.524},"last":1.173},{"interface":"front","average":{"1min":1.1639999999999999,"5min":1.155,"15min":1.1439999999999999},"min":{"1min":0.72799999999999998,"5min":0.60599999999999998,"15min":0.60599999999999998},"max":{"1min":1.405,"5min":1.458,"15min":1.458},"last":1.347}]},{"osd":6,"last update":"Mon Feb 19 23:39:30 2024","interfaces":[{"interface":"back","average":{"1min":1.222,"5min":1.24,"15min":1.228},"min":{"1min":0.97399999999999998,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.5249999999999999,"5min":1.6499999999999999,"15min":1.6499999999999999},"last":1.2769999999999999},{"interface":"front","average":{"1min":1.175,"5min":1.208,"15min":1.2150000000000001},"min":{"1min":0.81999999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"max":{"1min":1.3089999999999999,"5min":1.706,"15min":1.706},"last":1.304}]}]},{"osd":5,"up_from":34,"seq":146028888111,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"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":"Mon Feb 19 23:39:29 2024","interfaces":[{"interface":"back","average":{"1min":0.83799999999999997,"5min":0.89400000000000002,"15min":0.92500000000000004},"min":{"1min":0.63300000000000001,"5min":0.624,"15min":0.624},"max":{"1min":1.155,"5min":1.655,"15min":1.655},"last":1.095},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.88900000000000001,"15min":0.89100000000000001},"min":{"1min":0.69999999999999996,"5min":0.55500000000000005,"15min":0.55500000000000005},"max":{"1min":1.198,"5min":1.54,"15min":1.54},"last":0.78900000000000003}]},{"osd":1,"last update":"Mon Feb 19 23:39:29 2024","interfaces":[{"interface":"back","average":{"1min":0.76900000000000002,"5min":0.80700000000000005,"15min":0.82299999999999995},"min":{"1min":0.60399999999999998,"5min":0.46999999999999997,"15min":0.46999999999999997},"max":{"1min":1.2070000000000001,"5min":1.337,"15min":1.337},"last":0.75800000000000001},{"interface":"front","average":{"1min":0.79600000000000004,"5min":0.86599999999999999,"15min":0.88400000000000001},"min":{"1min":0.57699999999999996,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":1.2270000000000001,"5min":1.5780000000000001,"15min":1.5780000000000001},"last":0.81200000000000006}]},{"osd":2,"last update":"Mon Feb 19 23:39:29 2024","interfaces":[{"interface":"back","average":{"1min":0.98499999999999999,"5min":1.0469999999999999,"15min":1.069},"min":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"max":{"1min":1.276,"5min":1.696,"15min":1.696},"last":1.2030000000000001},{"interface":"front","average":{"1min":0.89800000000000002,"5min":0.95699999999999996,"15min":0.98799999999999999},"min":{"1min":0.71899999999999997,"5min":0.626,"15min":0.626},"max":{"1min":1.077,"5min":1.6719999999999999,"15min":1.6719999999999999},"last":0.90000000000000002}]},{"osd":3,"last update":"Mon Feb 19 23:39:29 2024","interfaces":[{"interface":"back","average":{"1min":0.93600000000000005,"5min":0.98799999999999999,"15min":1.014},"min":{"1min":0.61699999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"max":{"1min":1.3009999999999999,"5min":1.911,"15min":1.911},"last":0.86399999999999999},{"interface":"front","average":{"1min":0.92000000000000004,"5min":1.073,"15min":1.1040000000000001},"min":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.2310000000000001,"5min":2.1520000000000001,"15min":2.1520000000000001},"last":1.0369999999999999}]},{"osd":4,"last update":"Mon Feb 19 23:39:29 2024","interfaces":[{"interface":"back","average":{"1min":1.0600000000000001,"5min":1.1259999999999999,"15min":1.1579999999999999},"min":{"1min":0.872,"5min":0.69399999999999995,"15min":0.69399999999999995},"max":{"1min":1.2569999999999999,"5min":2.5150000000000001,"15min":2.5150000000000001},"last":0.95299999999999996},{"interface":"front","average":{"1min":1.044,"5min":1.1339999999999999,"15min":1.1639999999999999},"min":{"1min":0.80500000000000005,"5min":0.73799999999999999,"15min":0.73799999999999999},"max":{"1min":1.2290000000000001,"5min":1.7649999999999999,"15min":1.7649999999999999},"last":1.264}]},{"osd":6,"last update":"Mon Feb 19 23:39:29 2024","interfaces":[{"interface":"back","average":{"1min":1.042,"5min":1.1319999999999999,"15min":1.1559999999999999},"min":{"1min":0.80200000000000005,"5min":0.65800000000000003,"15min":0.65800000000000003},"max":{"1min":1.2390000000000001,"5min":1.8069999999999999,"15min":1.8069999999999999},"last":0.94099999999999995},{"interface":"front","average":{"1min":1.087,"5min":1.2370000000000001,"15min":1.2689999999999999},"min":{"1min":0.81699999999999995,"5min":0.81699999999999995,"15min":0.81699999999999995},"max":{"1min":1.3340000000000001,"5min":2.145,"15min":2.145},"last":1.236}]},{"osd":7,"last update":"Mon Feb 19 23:39:29 2024","interfaces":[{"interface":"back","average":{"1min":1.0640000000000001,"5min":1.1639999999999999,"15min":1.1719999999999999},"min":{"1min":0.78800000000000003,"5min":0.78800000000000003,"15min":0.78800000000000003},"max":{"1min":1.319,"5min":2.0880000000000001,"15min":2.0880000000000001},"last":1.147},{"interface":"front","average":{"1min":1.081,"5min":1.1890000000000001,"15min":1.2170000000000001},"min":{"1min":0.76500000000000001,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.2809999999999999,"5min":1.7310000000000001,"15min":1.7310000000000001},"last":1.3120000000000001}]}]},{"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":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"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":"Mon Feb 19 23:39:12 2024","interfaces":[{"interface":"back","average":{"1min":0.754,"5min":0.69099999999999995,"15min":0.68700000000000006},"min":{"1min":0.52400000000000002,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":1.0800000000000001,"5min":1.0800000000000001,"15min":1.0800000000000001},"last":0.61699999999999999},{"interface":"front","average":{"1min":0.746,"5min":0.71899999999999997,"15min":0.72699999999999998},"min":{"1min":0.56000000000000005,"5min":0.52100000000000002,"15min":0.52100000000000002},"max":{"1min":0.98499999999999999,"5min":1.1259999999999999,"15min":1.1259999999999999},"last":0.58899999999999997}]},{"osd":1,"last update":"Mon Feb 19 23:39:12 2024","interfaces":[{"interface":"back","average":{"1min":0.95899999999999996,"5min":0.93600000000000005,"15min":0.92600000000000005},"min":{"1min":0.75600000000000001,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.216,"5min":1.8280000000000001,"15min":1.8280000000000001},"last":0.75800000000000001},{"interface":"front","average":{"1min":0.92900000000000005,"5min":0.89900000000000002,"15min":0.90100000000000002},"min":{"1min":0.65300000000000002,"5min":0.621,"15min":0.621},"max":{"1min":1.1970000000000001,"5min":1.462,"15min":1.462},"last":0.83499999999999996}]},{"osd":3,"last update":"Mon Feb 19 23:39:22 2024","interfaces":[{"interface":"back","average":{"1min":1.006,"5min":0.97399999999999998,"15min":0.96699999999999997},"min":{"1min":0.69699999999999995,"5min":0.61199999999999999,"15min":0.61199999999999999},"max":{"1min":1.3180000000000001,"5min":1.5600000000000001,"15min":1.5600000000000001},"last":1.004},{"interface":"front","average":{"1min":0.98499999999999999,"5min":0.97099999999999997,"15min":0.96599999999999997},"min":{"1min":0.74199999999999999,"5min":0.68200000000000005,"15min":0.68200000000000005},"max":{"1min":1.2,"5min":1.589,"15min":1.589},"last":0.86399999999999999}]},{"osd":4,"last update":"Mon Feb 19 23:39:16 2024","interfaces":[{"interface":"back","average":{"1min":0.83999999999999997,"5min":0.84599999999999997,"15min":0.85999999999999999},"min":{"1min":0.67300000000000004,"5min":0.52500000000000002,"15min":0.52500000000000002},"max":{"1min":1.1060000000000001,"5min":1.26,"15min":1.26},"last":0.71499999999999997},{"interface":"front","average":{"1min":1.038,"5min":0.99299999999999999,"15min":0.99199999999999999},"min":{"1min":0.73099999999999998,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":1.3919999999999999,"5min":1.3919999999999999,"15min":1.3919999999999999},"last":0.90900000000000003}]},{"osd":5,"last update":"Mon Feb 19 23:39:25 2024","interfaces":[{"interface":"back","average":{"1min":1.1240000000000001,"5min":1.125,"15min":1.131},"min":{"1min":0.91300000000000003,"5min":0.84399999999999997,"15min":0.84399999999999997},"max":{"1min":1.464,"5min":1.649,"15min":1.649},"last":1.1970000000000001},{"interface":"front","average":{"1min":1.1850000000000001,"5min":1.181,"15min":1.1850000000000001},"min":{"1min":0.90200000000000002,"5min":0.88300000000000001,"15min":0.88300000000000001},"max":{"1min":1.5529999999999999,"5min":1.778,"15min":1.778},"last":1.2490000000000001}]},{"osd":6,"last update":"Mon Feb 19 23:39:22 2024","interfaces":[{"interface":"back","average":{"1min":0.97999999999999998,"5min":0.97899999999999998,"15min":0.98799999999999999},"min":{"1min":0.75800000000000001,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.262,"5min":1.3340000000000001,"15min":1.3340000000000001},"last":0.94499999999999995},{"interface":"front","average":{"1min":1.2230000000000001,"5min":1.1719999999999999,"15min":1.177},"min":{"1min":0.96399999999999997,"5min":0.77700000000000002,"15min":0.77700000000000002},"max":{"1min":1.522,"5min":1.522,"15min":1.522},"last":1.117}]},{"osd":7,"last update":"Mon Feb 19 23:39:25 2024","interfaces":[{"interface":"back","average":{"1min":1.292,"5min":1.234,"15min":1.224},"min":{"1min":0.93899999999999995,"5min":0.81000000000000005,"15min":0.81000000000000005},"max":{"1min":1.9359999999999999,"5min":1.9359999999999999,"15min":1.9359999999999999},"last":1.1619999999999999},{"interface":"front","average":{"1min":1.2490000000000001,"5min":1.21,"15min":1.2010000000000001},"min":{"1min":1.046,"5min":0.90400000000000003,"15min":0.90400000000000003},"max":{"1min":1.5409999999999999,"5min":1.8380000000000001,"15min":1.8380000000000001},"last":1.032}]}]},{"osd":0,"up_from":16,"seq":68719476788,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"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":"Mon Feb 19 23:39:07 2024","interfaces":[{"interface":"back","average":{"1min":0.90300000000000002,"5min":0.89800000000000002,"15min":0.90300000000000002},"min":{"1min":0.61099999999999999,"5min":0.51300000000000001,"15min":0.51300000000000001},"max":{"1min":1.218,"5min":1.4410000000000001,"15min":1.4410000000000001},"last":0.82699999999999996},{"interface":"front","average":{"1min":0.81399999999999995,"5min":0.85999999999999999,"15min":0.873},"min":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"max":{"1min":1.1279999999999999,"5min":1.2030000000000001,"15min":1.2030000000000001},"last":0.89800000000000002}]},{"osd":2,"last update":"Mon Feb 19 23:39:07 2024","interfaces":[{"interface":"back","average":{"1min":0.69699999999999995,"5min":0.72499999999999998,"15min":0.73099999999999998},"min":{"1min":0.61099999999999999,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":0.81999999999999995,"5min":1.1890000000000001,"15min":1.1890000000000001},"last":0.67500000000000004},{"interface":"front","average":{"1min":0.80900000000000005,"5min":0.82499999999999996,"15min":0.84599999999999997},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":1.288,"5min":1.288,"15min":1.288},"last":1.1459999999999999}]},{"osd":3,"last update":"Mon Feb 19 23:39:21 2024","interfaces":[{"interface":"back","average":{"1min":0.84899999999999998,"5min":0.84899999999999998,"15min":0.84999999999999998},"min":{"1min":0.70499999999999996,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.1279999999999999,"5min":1.248,"15min":1.248},"last":0.76300000000000001},{"interface":"front","average":{"1min":0.83899999999999997,"5min":0.88400000000000001,"15min":0.89400000000000002},"min":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":1.0940000000000001,"5min":1.133,"15min":1.133},"last":0.93600000000000005}]},{"osd":4,"last update":"Mon Feb 19 23:39:17 2024","interfaces":[{"interface":"back","average":{"1min":0.90000000000000002,"5min":0.96299999999999997,"15min":0.99199999999999999},"min":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.3009999999999999,"5min":1.325,"15min":1.325},"last":1.0609999999999999},{"interface":"front","average":{"1min":0.96399999999999997,"5min":0.97899999999999998,"15min":0.97799999999999998},"min":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.2150000000000001,"5min":1.5580000000000001,"15min":1.5580000000000001},"last":1.0860000000000001}]},{"osd":5,"last update":"Mon Feb 19 23:39:25 2024","interfaces":[{"interface":"back","average":{"1min":1.008,"5min":1.0589999999999999,"15min":1.073},"min":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"max":{"1min":1.3759999999999999,"5min":1.3759999999999999,"15min":1.3759999999999999},"last":0.97599999999999998},{"interface":"front","average":{"1min":1.0089999999999999,"5min":1.0469999999999999,"15min":1.0620000000000001},"min":{"1min":0.75,"5min":0.75,"15min":0.75},"max":{"1min":1.2450000000000001,"5min":1.4379999999999999,"15min":1.4379999999999999},"last":1.1799999999999999}]},{"osd":6,"last update":"Mon Feb 19 23:39:21 2024","interfaces":[{"interface":"back","average":{"1min":1.0149999999999999,"5min":1.079,"15min":1.093},"min":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"max":{"1min":1.4410000000000001,"5min":1.4970000000000001,"15min":1.4970000000000001},"last":0.72799999999999998},{"interface":"front","average":{"1min":1.101,"5min":1.115,"15min":1.123},"min":{"1min":0.95099999999999996,"5min":0.73499999999999999,"15min":0.73499999999999999},"max":{"1min":1.3089999999999999,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":1.0289999999999999}]},{"osd":7,"last update":"Mon Feb 19 23:39:32 2024","interfaces":[{"interface":"back","average":{"1min":1.016,"5min":1.113,"15min":1.131},"min":{"1min":0.76500000000000001,"5min":0.76500000000000001,"15min":0.76500000000000001},"max":{"1min":1.333,"5min":1.5449999999999999,"15min":1.5449999999999999},"last":1.1220000000000001},{"interface":"front","average":{"1min":1.1739999999999999,"5min":1.244,"15min":1.2689999999999999},"min":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"max":{"1min":1.8819999999999999,"5min":1.8819999999999999,"15min":1.8819999999999999},"last":1.236}]}]},{"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":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"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":"Mon Feb 19 23:39:12 2024","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.85799999999999998,"15min":0.83499999999999996},"min":{"1min":0.68999999999999995,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":1.248,"5min":1.248,"15min":1.248},"last":0.70099999999999996},{"interface":"front","average":{"1min":1.0660000000000001,"5min":0.92600000000000005,"15min":0.89000000000000001},"min":{"1min":0.72699999999999998,"5min":0.59099999999999997,"15min":0.59099999999999997},"max":{"1min":1.421,"5min":1.421,"15min":1.421},"last":0.84099999999999997}]},{"osd":2,"last update":"Mon Feb 19 23:39:12 2024","interfaces":[{"interface":"back","average":{"1min":0.89000000000000001,"5min":0.86799999999999999,"15min":0.85199999999999998},"min":{"1min":0.67600000000000005,"5min":0.54000000000000004,"15min":0.54000000000000004},"max":{"1min":1.2010000000000001,"5min":1.4239999999999999,"15min":1.4239999999999999},"last":1.1679999999999999},{"interface":"front","average":{"1min":0.96899999999999997,"5min":0.90700000000000003,"15min":0.879},"min":{"1min":0.65500000000000003,"5min":0.58099999999999996,"15min":0.58099999999999996},"max":{"1min":1.258,"5min":1.258,"15min":1.258},"last":0.81200000000000006}]},{"osd":3,"last update":"Mon Feb 19 23:39:16 2024","interfaces":[{"interface":"back","average":{"1min":0.88700000000000001,"5min":0.83499999999999996,"15min":0.80400000000000005},"min":{"1min":0.44800000000000001,"5min":0.436,"15min":0.436},"max":{"1min":1.2649999999999999,"5min":1.3879999999999999,"15min":1.3879999999999999},"last":0.88300000000000001},{"interface":"front","average":{"1min":0.90000000000000002,"5min":0.90800000000000003,"15min":0.88100000000000001},"min":{"1min":0.63300000000000001,"5min":0.46700000000000003,"15min":0.46700000000000003},"max":{"1min":1.1879999999999999,"5min":1.506,"15min":1.506},"last":0.67300000000000004}]},{"osd":4,"last update":"Mon Feb 19 23:39:12 2024","interfaces":[{"interface":"back","average":{"1min":1.169,"5min":1.0369999999999999,"15min":0.997},"min":{"1min":0.95499999999999996,"5min":0.53500000000000003,"15min":0.53500000000000003},"max":{"1min":1.456,"5min":1.456,"15min":1.456},"last":0.91500000000000004},{"interface":"front","average":{"1min":0.95099999999999996,"5min":0.93999999999999995,"15min":0.93200000000000005},"min":{"1min":0.68500000000000005,"5min":0.59499999999999997,"15min":0.59499999999999997},"max":{"1min":1.3320000000000001,"5min":1.3320000000000001,"15min":1.3320000000000001},"last":1.0169999999999999}]},{"osd":5,"last update":"Mon Feb 19 23:39:23 2024","interfaces":[{"interface":"back","average":{"1min":1.0960000000000001,"5min":1.05,"15min":1.0289999999999999},"min":{"1min":0.79400000000000004,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.573,"5min":1.573,"15min":1.573},"last":0.80000000000000004},{"interface":"front","average":{"1min":0.99199999999999999,"5min":0.96199999999999997,"15min":0.93799999999999994},"min":{"1min":0.496,"5min":0.496,"15min":0.496},"max":{"1min":1.462,"5min":1.462,"15min":1.462},"last":1.075}]},{"osd":6,"last update":"Mon Feb 19 23:39:16 2024","interfaces":[{"interface":"back","average":{"1min":1.069,"5min":1.044,"15min":1.0229999999999999},"min":{"1min":0.72199999999999998,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.516,"5min":1.516,"15min":1.516},"last":1.1200000000000001},{"interface":"front","average":{"1min":1.2969999999999999,"5min":1.2310000000000001,"15min":1.204},"min":{"1min":1.071,"5min":0.56399999999999995,"15min":0.56399999999999995},"max":{"1min":1.6339999999999999,"5min":1.849,"15min":1.849},"last":0.97899999999999998}]},{"osd":7,"last update":"Mon Feb 19 23:39:26 2024","interfaces":[{"interface":"back","average":{"1min":1.2050000000000001,"5min":1.1679999999999999,"15min":1.1579999999999999},"min":{"1min":0.57599999999999996,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.5289999999999999,"5min":4.0019999999999998,"15min":4.0019999999999998},"last":0.96099999999999997},{"interface":"front","average":{"1min":1.3759999999999999,"5min":1.2909999999999999,"15min":1.2669999999999999},"min":{"1min":1.2030000000000001,"5min":0.505,"15min":0.505},"max":{"1min":1.6899999999999999,"5min":1.716,"15min":1.716},"last":1.0960000000000001}]}]},{"osd":4,"up_from":25,"seq":107374182449,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"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":"Mon Feb 19 23:39:15 2024","interfaces":[{"interface":"back","average":{"1min":0.84199999999999997,"5min":0.72899999999999998,"15min":0.71199999999999997},"min":{"1min":0.54500000000000004,"5min":0.497,"15min":0.497},"max":{"1min":1.2869999999999999,"5min":1.5980000000000001,"15min":1.5980000000000001},"last":0.55200000000000005},{"interface":"front","average":{"1min":0.78100000000000003,"5min":0.755,"15min":0.749},"min":{"1min":0.52800000000000002,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":1.157,"5min":1.2589999999999999,"15min":1.2589999999999999},"last":0.59599999999999997}]},{"osd":1,"last update":"Mon Feb 19 23:39:15 2024","interfaces":[{"interface":"back","average":{"1min":1.032,"5min":0.96199999999999997,"15min":0.94399999999999995},"min":{"1min":0.78500000000000003,"5min":0.67000000000000004,"15min":0.67000000000000004},"max":{"1min":1.357,"5min":1.357,"15min":1.357},"last":0.80900000000000005},{"interface":"front","average":{"1min":0.97199999999999998,"5min":0.95099999999999996,"15min":0.94299999999999995},"min":{"1min":0.78700000000000003,"5min":0.63400000000000001,"15min":0.63400000000000001},"max":{"1min":1.226,"5min":1.5409999999999999,"15min":1.5409999999999999},"last":0.84799999999999998}]},{"osd":2,"last update":"Mon Feb 19 23:39:15 2024","interfaces":[{"interface":"back","average":{"1min":0.88600000000000001,"5min":0.875,"15min":0.86699999999999999},"min":{"1min":0.64700000000000002,"5min":0.60399999999999998,"15min":0.60399999999999998},"max":{"1min":1.2090000000000001,"5min":1.298,"15min":1.298},"last":0.73799999999999999},{"interface":"front","average":{"1min":0.76700000000000002,"5min":0.79400000000000004,"15min":0.80200000000000005},"min":{"1min":0.61299999999999999,"5min":0.58499999999999996,"15min":0.58499999999999996},"max":{"1min":0.97899999999999998,"5min":1.1719999999999999,"15min":1.1719999999999999},"last":0.77100000000000002}]},{"osd":3,"last update":"Mon Feb 19 23:39:20 2024","interfaces":[{"interface":"back","average":{"1min":1.0649999999999999,"5min":1.0109999999999999,"15min":0.98899999999999999},"min":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.2869999999999999,"5min":1.2869999999999999,"15min":1.2869999999999999},"last":0.874},{"interface":"front","average":{"1min":0.95999999999999996,"5min":0.91700000000000004,"15min":0.90700000000000003},"min":{"1min":0.78500000000000003,"5min":0.66200000000000003,"15min":0.66200000000000003},"max":{"1min":1.3109999999999999,"5min":1.3109999999999999,"15min":1.3109999999999999},"last":1.002}]},{"osd":5,"last update":"Mon Feb 19 23:39:27 2024","interfaces":[{"interface":"back","average":{"1min":1.0549999999999999,"5min":1.0649999999999999,"15min":1.0660000000000001},"min":{"1min":0.80100000000000005,"5min":0.72999999999999998,"15min":0.72999999999999998},"max":{"1min":1.349,"5min":1.712,"15min":1.712},"last":1.0269999999999999},{"interface":"front","average":{"1min":1.1719999999999999,"5min":1.119,"15min":1.117},"min":{"1min":0.88500000000000001,"5min":0.80100000000000005,"15min":0.80100000000000005},"max":{"1min":1.4770000000000001,"5min":1.4770000000000001,"15min":1.4770000000000001},"last":1.143}]},{"osd":6,"last update":"Mon Feb 19 23:39:20 2024","interfaces":[{"interface":"back","average":{"1min":1.048,"5min":1.022,"15min":1.008},"min":{"1min":0.69099999999999995,"5min":0.65000000000000002,"15min":0.65000000000000002},"max":{"1min":1.46,"5min":1.46,"15min":1.46},"last":1.095},{"interface":"front","average":{"1min":1.1699999999999999,"5min":1.1659999999999999,"15min":1.1699999999999999},"min":{"1min":0.81299999999999994,"5min":0.73399999999999999,"15min":0.73399999999999999},"max":{"1min":1.49,"5min":1.5569999999999999,"15min":1.5569999999999999},"last":1.0489999999999999}]},{"osd":7,"last update":"Mon Feb 19 23:39:32 2024","interfaces":[{"interface":"back","average":{"1min":1.135,"5min":1.1040000000000001,"15min":1.099},"min":{"1min":0.85399999999999998,"5min":0.85399999999999998,"15min":0.85399999999999998},"max":{"1min":1.506,"5min":1.506,"15min":1.506},"last":1.1140000000000001},{"interface":"front","average":{"1min":1.272,"5min":1.2230000000000001,"15min":1.212},"min":{"1min":0.92200000000000004,"5min":0.92200000000000004,"15min":0.92200000000000004},"max":{"1min":1.6890000000000001,"5min":1.6890000000000001,"15min":1.6890000000000001},"last":1.212}]}]},{"osd":3,"up_from":29,"seq":124554051632,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"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":"Mon Feb 19 23:39:16 2024","interfaces":[{"interface":"back","average":{"1min":0.83699999999999997,"5min":0.84999999999999998,"15min":0.84599999999999997},"min":{"1min":0.60299999999999998,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.579,"5min":1.579,"15min":1.579},"last":0.69899999999999995},{"interface":"front","average":{"1min":0.81999999999999995,"5min":0.82799999999999996,"15min":0.83799999999999997},"min":{"1min":0.64900000000000002,"5min":0.60499999999999998,"15min":0.60499999999999998},"max":{"1min":1.101,"5min":1.3240000000000001,"15min":1.3240000000000001},"last":0.84699999999999998}]},{"osd":1,"last update":"Mon Feb 19 23:39:16 2024","interfaces":[{"interface":"back","average":{"1min":0.81000000000000005,"5min":0.745,"15min":0.71199999999999997},"min":{"1min":0.58299999999999996,"5min":0.39400000000000002,"15min":0.39400000000000002},"max":{"1min":1.365,"5min":1.365,"15min":1.365},"last":0.93300000000000005},{"interface":"front","average":{"1min":0.81699999999999995,"5min":0.80800000000000005,"15min":0.79300000000000004},"min":{"1min":0.57699999999999996,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":1.3069999999999999,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":0.80400000000000005}]},{"osd":2,"last update":"Mon Feb 19 23:39:16 2024","interfaces":[{"interface":"back","average":{"1min":1.0149999999999999,"5min":0.98199999999999998,"15min":0.98099999999999998},"min":{"1min":0.70899999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"max":{"1min":1.498,"5min":1.498,"15min":1.498},"last":0.872},{"interface":"front","average":{"1min":0.95299999999999996,"5min":0.92500000000000004,"15min":0.90500000000000003},"min":{"1min":0.68500000000000005,"5min":0.60899999999999999,"15min":0.60899999999999999},"max":{"1min":1.196,"5min":1.3340000000000001,"15min":1.3340000000000001},"last":1.232}]},{"osd":4,"last update":"Mon Feb 19 23:39:16 2024","interfaces":[{"interface":"back","average":{"1min":1.1120000000000001,"5min":1.0469999999999999,"15min":1.0429999999999999},"min":{"1min":0.82699999999999996,"5min":0.65400000000000003,"15min":0.65400000000000003},"max":{"1min":1.4370000000000001,"5min":1.4370000000000001,"15min":1.4370000000000001},"last":1.0189999999999999},{"interface":"front","average":{"1min":1.032,"5min":1.0609999999999999,"15min":1.0660000000000001},"min":{"1min":0.83799999999999997,"5min":0.64600000000000002,"15min":0.64600000000000002},"max":{"1min":1.2450000000000001,"5min":1.357,"15min":1.357},"last":0.83599999999999997}]},{"osd":5,"last update":"Mon Feb 19 23:39:31 2024","interfaces":[{"interface":"back","average":{"1min":1.0800000000000001,"5min":0.97699999999999998,"15min":0.96699999999999997},"min":{"1min":0.78300000000000003,"5min":0.49399999999999999,"15min":0.49399999999999999},"max":{"1min":1.3779999999999999,"5min":1.3779999999999999,"15min":1.3779999999999999},"last":1.0980000000000001},{"interface":"front","average":{"1min":1.012,"5min":1.0169999999999999,"15min":1.0129999999999999},"min":{"1min":0.71999999999999997,"5min":0.502,"15min":0.502},"max":{"1min":1.3,"5min":1.427,"15min":1.427},"last":0.77100000000000002}]},{"osd":6,"last update":"Mon Feb 19 23:39:16 2024","interfaces":[{"interface":"back","average":{"1min":1.1890000000000001,"5min":1.0840000000000001,"15min":1.073},"min":{"1min":0.90900000000000003,"5min":0.67100000000000004,"15min":0.67100000000000004},"max":{"1min":1.77,"5min":1.77,"15min":1.77},"last":1.371},{"interface":"front","average":{"1min":1.2949999999999999,"5min":1.1870000000000001,"15min":1.179},"min":{"1min":0.94399999999999995,"5min":0.72599999999999998,"15min":0.72599999999999998},"max":{"1min":1.681,"5min":1.681,"15min":1.681},"last":1.0680000000000001}]},{"osd":7,"last update":"Mon Feb 19 23:39:31 2024","interfaces":[{"interface":"back","average":{"1min":1.2170000000000001,"5min":1.097,"15min":1.0780000000000001},"min":{"1min":0.97299999999999998,"5min":0.54500000000000004,"15min":0.54500000000000004},"max":{"1min":1.494,"5min":1.494,"15min":1.494},"last":1.3120000000000001},{"interface":"front","average":{"1min":1.3049999999999999,"5min":1.1850000000000001,"15min":1.169},"min":{"1min":0.88100000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"max":{"1min":1.6970000000000001,"5min":1.6970000000000001,"15min":1.6970000000000001},"last":1.129}]}]},{"osd":6,"up_from":29,"seq":124554051632,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297488,"kb_used_data":392,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443568,"statfs":{"total":95990841344,"available":95686213632,"internally_reserved":0,"allocated":401408,"data_stored":155583,"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":"Mon Feb 19 23:39:15 2024","interfaces":[{"interface":"back","average":{"1min":0.72399999999999998,"5min":0.73199999999999998,"15min":0.74099999999999999},"min":{"1min":0.54700000000000004,"5min":0.501,"15min":0.501},"max":{"1min":1.0529999999999999,"5min":1.135,"15min":1.135},"last":0.51600000000000001},{"interface":"front","average":{"1min":0.80700000000000005,"5min":0.81799999999999995,"15min":0.81399999999999995},"min":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.0049999999999999,"5min":1.1859999999999999,"15min":1.1859999999999999},"last":0.55100000000000005}]},{"osd":1,"last update":"Mon Feb 19 23:39:15 2024","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":0.99299999999999999,"15min":1.0049999999999999},"min":{"1min":0.69599999999999995,"5min":0.67300000000000004,"15min":0.67300000000000004},"max":{"1min":1.1839999999999999,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":0.81200000000000006},{"interface":"front","average":{"1min":0.94199999999999995,"5min":0.98199999999999998,"15min":0.98599999999999999},"min":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"max":{"1min":1.1779999999999999,"5min":1.3620000000000001,"15min":1.3620000000000001},"last":0.82799999999999996}]},{"osd":2,"last update":"Mon Feb 19 23:39:15 2024","interfaces":[{"interface":"back","average":{"1min":0.81000000000000005,"5min":0.82999999999999996,"15min":0.84299999999999997},"min":{"1min":0.58699999999999997,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":1.05,"5min":1.2270000000000001,"15min":1.2270000000000001},"last":0.68899999999999995},{"interface":"front","average":{"1min":0.80900000000000005,"5min":0.83299999999999996,"15min":0.84099999999999997},"min":{"1min":0.58899999999999997,"5min":0.51400000000000001,"15min":0.51400000000000001},"max":{"1min":1.073,"5min":1.2230000000000001,"15min":1.2230000000000001},"last":0.63500000000000001}]},{"osd":3,"last update":"Mon Feb 19 23:39:15 2024","interfaces":[{"interface":"back","average":{"1min":0.94799999999999995,"5min":0.96799999999999997,"15min":0.97799999999999998},"min":{"1min":0.76200000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"max":{"1min":1.137,"5min":1.353,"15min":1.353},"last":0.71999999999999997},{"interface":"front","average":{"1min":0.99399999999999999,"5min":0.94499999999999995,"15min":0.92500000000000004},"min":{"1min":0.80500000000000005,"5min":0.56599999999999995,"15min":0.56599999999999995},"max":{"1min":1.3480000000000001,"5min":1.415,"15min":1.415},"last":0.747}]},{"osd":4,"last update":"Mon Feb 19 23:39:15 2024","interfaces":[{"interface":"back","average":{"1min":0.97099999999999997,"5min":0.97799999999999998,"15min":0.99299999999999999},"min":{"1min":0.753,"5min":0.52700000000000002,"15min":0.52700000000000002},"max":{"1min":1.1930000000000001,"5min":1.3180000000000001,"15min":1.3180000000000001},"last":0.67300000000000004},{"interface":"front","average":{"1min":1.0660000000000001,"5min":1.054,"15min":1.0569999999999999},"min":{"1min":0.77600000000000002,"5min":0.55300000000000005,"15min":0.55300000000000005},"max":{"1min":1.448,"5min":1.448,"15min":1.448},"last":0.90700000000000003}]},{"osd":5,"last update":"Mon Feb 19 23:39:27 2024","interfaces":[{"interface":"back","average":{"1min":1.1899999999999999,"5min":1.2110000000000001,"15min":1.22},"min":{"1min":0.89200000000000002,"5min":0.81699999999999995,"15min":0.81699999999999995},"max":{"1min":1.8320000000000001,"5min":1.8759999999999999,"15min":1.8759999999999999},"last":1.0740000000000001},{"interface":"front","average":{"1min":1.181,"5min":1.1759999999999999,"15min":1.1759999999999999},"min":{"1min":0.91300000000000003,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.4179999999999999,"5min":1.736,"15min":1.736},"last":0.92900000000000005}]},{"osd":7,"last update":"Mon Feb 19 23:39:27 2024","interfaces":[{"interface":"back","average":{"1min":1.226,"5min":1.22,"15min":1.21},"min":{"1min":0.91200000000000003,"5min":0.879,"15min":0.879},"max":{"1min":1.579,"5min":1.71,"15min":1.71},"last":1.1040000000000001},{"interface":"front","average":{"1min":1.222,"5min":1.2310000000000001,"15min":1.2290000000000001},"min":{"1min":0.94399999999999995,"5min":0.94399999999999995,"15min":0.94399999999999995},"max":{"1min":1.48,"5min":1.575,"15min":1.575},"last":0.88900000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-02-19T23:40:01.895 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-19T23:40:01.895 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-19T23:40:01.895 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-19T23:40:01.895 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph health --format=json 2024-02-19T23:40:02.245 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:02 smithi023 bash[16423]: cluster 2024-02-19T23:40:00.976555+0000 mgr.smithi023.vhqanb (mgr.14182) 209 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:02.245 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:02 smithi023 bash[16423]: audit 2024-02-19T23:40:01.267480+0000 mgr.smithi023.vhqanb (mgr.14182) 210 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:02.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:02 smithi184 bash[20261]: cluster 2024-02-19T23:40:00.976555+0000 mgr.smithi023.vhqanb (mgr.14182) 209 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:02.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:02 smithi184 bash[20261]: audit 2024-02-19T23:40:01.267480+0000 mgr.smithi023.vhqanb (mgr.14182) 210 : audit [DBG] from='client.14462 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:04.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:04 smithi023 bash[16423]: cluster 2024-02-19T23:40:02.977138+0000 mgr.smithi023.vhqanb (mgr.14182) 211 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:04.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:04 smithi184 bash[20261]: cluster 2024-02-19T23:40:02.977138+0000 mgr.smithi023.vhqanb (mgr.14182) 211 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:06.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:06 smithi023 bash[16423]: cluster 2024-02-19T23:40:04.977723+0000 mgr.smithi023.vhqanb (mgr.14182) 212 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:06.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:06 smithi184 bash[20261]: cluster 2024-02-19T23:40:04.977723+0000 mgr.smithi023.vhqanb (mgr.14182) 212 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:06.744 INFO:teuthology.orchestra.run.smithi023.stderr:Inferring config /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/mon.smithi023/config 2024-02-19T23:40:08.245 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:08 smithi023 bash[16423]: cluster 2024-02-19T23:40:06.978291+0000 mgr.smithi023.vhqanb (mgr.14182) 213 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:08.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:08 smithi184 bash[20261]: cluster 2024-02-19T23:40:06.978291+0000 mgr.smithi023.vhqanb (mgr.14182) 213 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:09.813 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:40:10.245 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:10 smithi023 bash[16423]: cluster 2024-02-19T23:40:08.978874+0000 mgr.smithi023.vhqanb (mgr.14182) 214 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:10.245 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:10 smithi023 bash[16423]: audit 2024-02-19T23:40:09.806289+0000 mon.smithi023 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.23:0/3977042630' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-19T23:40:10.405 INFO:teuthology.orchestra.run.smithi023.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-19T23:40:10.405 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-19T23:40:10.406 INFO:tasks.cephadm:Setup complete, yielding 2024-02-19T23:40:10.406 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-19T23:40:10.415 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi023.front.sepia.ceph.com 2024-02-19T23:40:10.416 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- bash -c 'ceph orch status' 2024-02-19T23:40:10.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:10 smithi184 bash[20261]: cluster 2024-02-19T23:40:08.978874+0000 mgr.smithi023.vhqanb (mgr.14182) 214 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:10.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:10 smithi184 bash[20261]: audit 2024-02-19T23:40:09.806289+0000 mon.smithi023 (mon.0) 598 : audit [DBG] from='client.? 172.21.15.23:0/3977042630' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-19T23:40:12.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:12 smithi023 bash[16423]: cluster 2024-02-19T23:40:10.979475+0000 mgr.smithi023.vhqanb (mgr.14182) 215 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:12.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:12 smithi184 bash[20261]: cluster 2024-02-19T23:40:10.979475+0000 mgr.smithi023.vhqanb (mgr.14182) 215 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:13.653 INFO:teuthology.orchestra.run.smithi023.stdout:Backend: cephadm 2024-02-19T23:40:13.653 INFO:teuthology.orchestra.run.smithi023.stdout:Available: Yes 2024-02-19T23:40:13.653 INFO:teuthology.orchestra.run.smithi023.stdout:Paused: No 2024-02-19T23:40:14.294 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- bash -c 'ceph orch ps' 2024-02-19T23:40:14.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:14 smithi023 bash[16423]: cluster 2024-02-19T23:40:12.980091+0000 mgr.smithi023.vhqanb (mgr.14182) 216 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:14.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:14 smithi184 bash[20261]: cluster 2024-02-19T23:40:12.980091+0000 mgr.smithi023.vhqanb (mgr.14182) 216 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:15.419 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:15 smithi023 bash[16423]: audit 2024-02-19T23:40:13.645698+0000 mgr.smithi023.vhqanb (mgr.14182) 217 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:40:15.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:15 smithi184 bash[20261]: audit 2024-02-19T23:40:13.645698+0000 mgr.smithi023.vhqanb (mgr.14182) 217 : audit [DBG] from='client.14470 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:40:16.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:16 smithi023 bash[16423]: cluster 2024-02-19T23:40:14.980698+0000 mgr.smithi023.vhqanb (mgr.14182) 218 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:16.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:16 smithi184 bash[20261]: cluster 2024-02-19T23:40:14.980698+0000 mgr.smithi023.vhqanb (mgr.14182) 218 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:17.495 INFO:teuthology.orchestra.run.smithi023.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-19T23:40:17.495 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager.smithi023 smithi023 *:9093,9094 running (3m) 20s ago 6m 14.7M - 0.23.0 ba2b418f427c 417f5ea03846 2024-02-19T23:40:17.495 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi023 smithi023 running (6m) 20s ago 6m 7531k - 16.2.14-549-g19854089 a9c9ec92d1b5 1e0dd2e1bbf4 2024-02-19T23:40:17.496 INFO:teuthology.orchestra.run.smithi023.stdout:crash.smithi184 smithi184 running (5m) 20s ago 5m 9459k - 16.2.14-549-g19854089 a9c9ec92d1b5 cd43ba817cf9 2024-02-19T23:40:17.496 INFO:teuthology.orchestra.run.smithi023.stdout:grafana.smithi023 smithi023 *:3000 running (3m) 20s ago 5m 42.6M - 8.3.5 dad864ee21e9 50cb1d29db1c 2024-02-19T23:40:17.496 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi023.vhqanb smithi023 *:9283 running (7m) 20s ago 7m 429M - 16.2.14-549-g19854089 a9c9ec92d1b5 10d0e2946d67 2024-02-19T23:40:17.496 INFO:teuthology.orchestra.run.smithi023.stdout:mgr.smithi184.fjxveu smithi184 *:8443,9283 running (5m) 20s ago 5m 378M - 16.2.14-549-g19854089 a9c9ec92d1b5 61689282ec54 2024-02-19T23:40:17.496 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi023 smithi023 running (7m) 20s ago 7m 60.8M 2048M 16.2.14-549-g19854089 a9c9ec92d1b5 7d298f8b8ba6 2024-02-19T23:40:17.496 INFO:teuthology.orchestra.run.smithi023.stdout:mon.smithi184 smithi184 running (5m) 20s ago 5m 57.9M 2048M 16.2.14-549-g19854089 a9c9ec92d1b5 1ff51eed7f24 2024-02-19T23:40:17.496 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi023 smithi023 *:9100 running (5m) 20s ago 5m 11.5M - 1.3.1 1dbe0e931976 d8a86ef8b610 2024-02-19T23:40:17.496 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter.smithi184 smithi184 *:9100 running (5m) 20s ago 5m 11.7M - 1.3.1 1dbe0e931976 f238bd8854a5 2024-02-19T23:40:17.496 INFO:teuthology.orchestra.run.smithi023.stdout:osd.0 smithi184 running (4m) 20s ago 4m 34.9M 3785M 16.2.14-549-g19854089 a9c9ec92d1b5 8191eb315c75 2024-02-19T23:40:17.496 INFO:teuthology.orchestra.run.smithi023.stdout:osd.1 smithi023 running (4m) 20s ago 4m 37.1M 3529M 16.2.14-549-g19854089 a9c9ec92d1b5 642f7ae06d9c 2024-02-19T23:40:17.496 INFO:teuthology.orchestra.run.smithi023.stdout:osd.2 smithi184 running (4m) 20s ago 4m 35.3M 3785M 16.2.14-549-g19854089 a9c9ec92d1b5 d15e7856dd95 2024-02-19T23:40:17.496 INFO:teuthology.orchestra.run.smithi023.stdout:osd.3 smithi023 running (4m) 20s ago 4m 34.4M 3529M 16.2.14-549-g19854089 a9c9ec92d1b5 e36690656f07 2024-02-19T23:40:17.496 INFO:teuthology.orchestra.run.smithi023.stdout:osd.4 smithi184 running (4m) 20s ago 4m 34.5M 3785M 16.2.14-549-g19854089 a9c9ec92d1b5 b787bd7ad285 2024-02-19T23:40:17.497 INFO:teuthology.orchestra.run.smithi023.stdout:osd.5 smithi023 running (4m) 20s ago 4m 34.1M 3529M 16.2.14-549-g19854089 a9c9ec92d1b5 634941d0b459 2024-02-19T23:40:17.497 INFO:teuthology.orchestra.run.smithi023.stdout:osd.6 smithi184 running (4m) 20s ago 4m 34.6M 3785M 16.2.14-549-g19854089 a9c9ec92d1b5 bc2591be23be 2024-02-19T23:40:17.497 INFO:teuthology.orchestra.run.smithi023.stdout:osd.7 smithi023 running (4m) 20s ago 4m 34.7M 3529M 16.2.14-549-g19854089 a9c9ec92d1b5 5fae69ff82c5 2024-02-19T23:40:17.497 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus.smithi184 smithi184 *:9095 running (5m) 20s ago 5m 54.2M - 2.33.4 514e6a882f6e 6272145da11b 2024-02-19T23:40:18.073 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- bash -c 'ceph orch ls' 2024-02-19T23:40:18.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:18 smithi023 bash[16423]: cluster 2024-02-19T23:40:16.981366+0000 mgr.smithi023.vhqanb (mgr.14182) 219 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:18.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:18 smithi184 bash[20261]: cluster 2024-02-19T23:40:16.981366+0000 mgr.smithi023.vhqanb (mgr.14182) 219 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:19.390 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:19 smithi023 bash[16423]: audit 2024-02-19T23:40:17.467731+0000 mgr.smithi023.vhqanb (mgr.14182) 220 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:40:19.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:19 smithi184 bash[20261]: audit 2024-02-19T23:40:17.467731+0000 mgr.smithi023.vhqanb (mgr.14182) 220 : audit [DBG] from='client.14474 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:40:20.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:20 smithi023 bash[16423]: cluster 2024-02-19T23:40:18.982006+0000 mgr.smithi023.vhqanb (mgr.14182) 221 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:20.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:20 smithi184 bash[20261]: cluster 2024-02-19T23:40:18.982006+0000 mgr.smithi023.vhqanb (mgr.14182) 221 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:21.268 INFO:teuthology.orchestra.run.smithi023.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-02-19T23:40:21.268 INFO:teuthology.orchestra.run.smithi023.stdout:alertmanager ?:9093,9094 1/1 23s ago 6m count:1 2024-02-19T23:40:21.268 INFO:teuthology.orchestra.run.smithi023.stdout:crash 2/2 24s ago 7m * 2024-02-19T23:40:21.268 INFO:teuthology.orchestra.run.smithi023.stdout:grafana ?:3000 1/1 23s ago 7m count:1 2024-02-19T23:40:21.269 INFO:teuthology.orchestra.run.smithi023.stdout:mgr 2/2 24s ago 7m count:2 2024-02-19T23:40:21.269 INFO:teuthology.orchestra.run.smithi023.stdout:mon 2/2 24s ago 5m smithi023:172.21.15.23=smithi023;smithi184:172.21.15.184=smithi184;count:2 2024-02-19T23:40:21.269 INFO:teuthology.orchestra.run.smithi023.stdout:node-exporter ?:9100 2/2 24s ago 7m * 2024-02-19T23:40:21.269 INFO:teuthology.orchestra.run.smithi023.stdout:osd.all-available-devices 8 24s ago 5m * 2024-02-19T23:40:21.269 INFO:teuthology.orchestra.run.smithi023.stdout:prometheus ?:9095 1/1 24s ago 7m count:1 2024-02-19T23:40:21.840 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- bash -c 'ceph orch host ls' 2024-02-19T23:40:22.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:22 smithi184 bash[20261]: cluster 2024-02-19T23:40:20.982569+0000 mgr.smithi023.vhqanb (mgr.14182) 222 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:22.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:22 smithi184 bash[20261]: audit 2024-02-19T23:40:21.250501+0000 mgr.smithi023.vhqanb (mgr.14182) 223 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:40:22.660 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:22 smithi023 bash[16423]: cluster 2024-02-19T23:40:20.982569+0000 mgr.smithi023.vhqanb (mgr.14182) 222 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:22.660 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:22 smithi023 bash[16423]: audit 2024-02-19T23:40:21.250501+0000 mgr.smithi023.vhqanb (mgr.14182) 223 : audit [DBG] from='client.14478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:40:24.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:24 smithi023 bash[16423]: cluster 2024-02-19T23:40:22.983144+0000 mgr.smithi023.vhqanb (mgr.14182) 224 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:24.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:24 smithi184 bash[20261]: cluster 2024-02-19T23:40:22.983144+0000 mgr.smithi023.vhqanb (mgr.14182) 224 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:24.977 INFO:teuthology.orchestra.run.smithi023.stdout:HOST ADDR LABELS STATUS 2024-02-19T23:40:24.977 INFO:teuthology.orchestra.run.smithi023.stdout:smithi023 172.21.15.23 2024-02-19T23:40:24.977 INFO:teuthology.orchestra.run.smithi023.stdout:smithi184 172.21.15.184 2024-02-19T23:40:24.977 INFO:teuthology.orchestra.run.smithi023.stdout:2 hosts in cluster 2024-02-19T23:40:25.598 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- bash -c 'ceph orch device ls' 2024-02-19T23:40:26.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:26 smithi023 bash[16423]: audit 2024-02-19T23:40:24.968716+0000 mgr.smithi023.vhqanb (mgr.14182) 225 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:40:26.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:26 smithi023 bash[16423]: cluster 2024-02-19T23:40:24.983750+0000 mgr.smithi023.vhqanb (mgr.14182) 226 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:26.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:26 smithi184 bash[20261]: audit 2024-02-19T23:40:24.968716+0000 mgr.smithi023.vhqanb (mgr.14182) 225 : audit [DBG] from='client.14482 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:40:26.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:26 smithi184 bash[20261]: cluster 2024-02-19T23:40:24.983750+0000 mgr.smithi023.vhqanb (mgr.14182) 226 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:28.476 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:28 smithi023 bash[16423]: cluster 2024-02-19T23:40:26.984269+0000 mgr.smithi023.vhqanb (mgr.14182) 227 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:28.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:28 smithi184 bash[20261]: cluster 2024-02-19T23:40:26.984269+0000 mgr.smithi023.vhqanb (mgr.14182) 227 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:28.890 INFO:teuthology.orchestra.run.smithi023.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-19T23:40:28.890 INFO:teuthology.orchestra.run.smithi023.stdout:smithi023 /dev/nvme0n1 ssd _BTLE736103B14P0KGN 3726G 3m ago Has a FileSystem, LVM detected 2024-02-19T23:40:28.890 INFO:teuthology.orchestra.run.smithi023.stdout:smithi023 /dev/nvme1n1 ssd _e9ffd4bf2a86a3eb 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:40:28.890 INFO:teuthology.orchestra.run.smithi023.stdout:smithi023 /dev/nvme2n1 ssd _221157f15412cf14 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:40:28.890 INFO:teuthology.orchestra.run.smithi023.stdout:smithi023 /dev/nvme3n1 ssd _af42d3f51bb283af 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:40:28.890 INFO:teuthology.orchestra.run.smithi023.stdout:smithi023 /dev/nvme4n1 ssd _c863afa1fba38f45 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:40:28.890 INFO:teuthology.orchestra.run.smithi023.stdout:smithi184 /dev/nvme0n1 ssd _CVFT626500CE400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-02-19T23:40:28.890 INFO:teuthology.orchestra.run.smithi023.stdout:smithi184 /dev/nvme1n1 ssd _b4809d6a4ec562b7 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:40:28.891 INFO:teuthology.orchestra.run.smithi023.stdout:smithi184 /dev/nvme2n1 ssd _dbedfec80020fb66 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:40:28.891 INFO:teuthology.orchestra.run.smithi023.stdout:smithi184 /dev/nvme3n1 ssd _d4128de96828f5ba 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:40:28.891 INFO:teuthology.orchestra.run.smithi023.stdout:smithi184 /dev/nvme4n1 ssd _e589166f4623c3d5 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:40:29.567 INFO:teuthology.run_tasks:Running task vip... 2024-02-19T23:40:29.582 INFO:tasks.vip:Allocating static IPs for each host... 2024-02-19T23:40:29.582 INFO:tasks.vip:peername 172.21.15.23 2024-02-19T23:40:29.585 INFO:tasks.vip:172.21.15.23 in 172.21.0.0/20, pos 3862 2024-02-19T23:40:29.590 INFO:tasks.vip:smithi023.front.sepia.ceph.com static 10.0.15.23, vnet 10.0.0.0/16 2024-02-19T23:40:29.590 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-02-19T23:40:29.590 DEBUG:teuthology.orchestra.run.smithi023:> sudo ip route ls 2024-02-19T23:40:29.604 INFO:teuthology.orchestra.run.smithi023.stdout:default via 172.21.15.254 dev ens1f0 2024-02-19T23:40:29.604 INFO:teuthology.orchestra.run.smithi023.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-02-19T23:40:29.605 INFO:teuthology.orchestra.run.smithi023.stdout:172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.23 2024-02-19T23:40:29.605 INFO:tasks.vip:Configuring 10.0.15.23 on smithi023.front.sepia.ceph.com iface ens1f0... 2024-02-19T23:40:29.606 DEBUG:teuthology.orchestra.run.smithi023:> sudo ip addr add 10.0.15.23/16 dev ens1f0 2024-02-19T23:40:29.661 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:29 smithi023 bash[16423]: audit 2024-02-19T23:40:28.879687+0000 mgr.smithi023.vhqanb (mgr.14182) 228 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:40:29.661 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:29 smithi023 bash[16423]: cluster 2024-02-19T23:40:28.985033+0000 mgr.smithi023.vhqanb (mgr.14182) 229 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:29.665 INFO:tasks.vip:peername 172.21.15.184 2024-02-19T23:40:29.667 INFO:tasks.vip:172.21.15.184 in 172.21.0.0/20, pos 4023 2024-02-19T23:40:29.671 INFO:tasks.vip:smithi184.front.sepia.ceph.com static 10.0.15.184, vnet 10.0.0.0/16 2024-02-19T23:40:29.672 DEBUG:teuthology.orchestra.run.smithi184:> sudo ip route ls 2024-02-19T23:40:29.684 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:29 smithi184 bash[20261]: audit 2024-02-19T23:40:28.879687+0000 mgr.smithi023.vhqanb (mgr.14182) 228 : audit [DBG] from='client.14486 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:40:29.684 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:29 smithi184 bash[20261]: cluster 2024-02-19T23:40:28.985033+0000 mgr.smithi023.vhqanb (mgr.14182) 229 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:29.687 INFO:teuthology.orchestra.run.smithi184.stdout:default via 172.21.15.254 dev enp3s0f1 2024-02-19T23:40:29.687 INFO:teuthology.orchestra.run.smithi184.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.184 metric 100 2024-02-19T23:40:29.687 INFO:teuthology.orchestra.run.smithi184.stdout:172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-02-19T23:40:29.687 INFO:teuthology.orchestra.run.smithi184.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.184 2024-02-19T23:40:29.687 INFO:teuthology.orchestra.run.smithi184.stdout:172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.184 metric 100 2024-02-19T23:40:29.688 INFO:tasks.vip:Configuring 10.0.15.184 on smithi184.front.sepia.ceph.com iface enp3s0f1... 2024-02-19T23:40:29.688 DEBUG:teuthology.orchestra.run.smithi184:> sudo ip addr add 10.0.15.184/16 dev enp3s0f1 2024-02-19T23:40:29.746 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-19T23:40:29.756 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi023.front.sepia.ceph.com 2024-02-19T23:40:29.756 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-02-19T23:40:32.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:32 smithi023 bash[16423]: cluster 2024-02-19T23:40:30.985677+0000 mgr.smithi023.vhqanb (mgr.14182) 230 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:32.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:32 smithi184 bash[20261]: cluster 2024-02-19T23:40:30.985677+0000 mgr.smithi023.vhqanb (mgr.14182) 230 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:33.184 INFO:teuthology.orchestra.run.smithi023.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-02-19T23:40:33.184 INFO:teuthology.orchestra.run.smithi023.stdout:smithi023 /dev/nvme0n1 ssd _BTLE736103B14P0KGN 3726G 3m ago Has a FileSystem, LVM detected 2024-02-19T23:40:33.184 INFO:teuthology.orchestra.run.smithi023.stdout:smithi023 /dev/nvme1n1 ssd _e9ffd4bf2a86a3eb 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:40:33.185 INFO:teuthology.orchestra.run.smithi023.stdout:smithi023 /dev/nvme2n1 ssd _221157f15412cf14 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:40:33.185 INFO:teuthology.orchestra.run.smithi023.stdout:smithi023 /dev/nvme3n1 ssd _af42d3f51bb283af 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:40:33.185 INFO:teuthology.orchestra.run.smithi023.stdout:smithi023 /dev/nvme4n1 ssd _c863afa1fba38f45 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:40:33.185 INFO:teuthology.orchestra.run.smithi023.stdout:smithi184 /dev/nvme0n1 ssd _CVFT626500CE400BGN 372G 3m ago Has a FileSystem, LVM detected 2024-02-19T23:40:33.185 INFO:teuthology.orchestra.run.smithi023.stdout:smithi184 /dev/nvme1n1 ssd _b4809d6a4ec562b7 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:40:33.185 INFO:teuthology.orchestra.run.smithi023.stdout:smithi184 /dev/nvme2n1 ssd _dbedfec80020fb66 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:40:33.185 INFO:teuthology.orchestra.run.smithi023.stdout:smithi184 /dev/nvme3n1 ssd _d4128de96828f5ba 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:40:33.185 INFO:teuthology.orchestra.run.smithi023.stdout:smithi184 /dev/nvme4n1 ssd _e589166f4623c3d5 89.4G 3m ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-02-19T23:40:33.815 INFO:teuthology.run_tasks:Running task vip.exec... 2024-02-19T23:40:33.825 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi023.front.sepia.ceph.com 2024-02-19T23:40:33.825 DEBUG:teuthology.orchestra.run.smithi023:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-19T23:40:33.835 INFO:teuthology.orchestra.run.smithi023.stderr:+ systemctl stop nfs-server 2024-02-19T23:40:33.862 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi184.front.sepia.ceph.com 2024-02-19T23:40:33.862 DEBUG:teuthology.orchestra.run.smithi184:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2024-02-19T23:40:33.877 INFO:teuthology.orchestra.run.smithi184.stderr:+ systemctl stop nfs-server 2024-02-19T23:40:33.902 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-19T23:40:33.913 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi023.front.sepia.ceph.com 2024-02-19T23:40:33.913 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- bash -c 'ceph fs volume create foofs' 2024-02-19T23:40:34.245 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:34 smithi023 bash[16423]: cluster 2024-02-19T23:40:32.986125+0000 mgr.smithi023.vhqanb (mgr.14182) 231 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:34.245 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:34 smithi023 bash[16423]: audit 2024-02-19T23:40:33.168640+0000 mgr.smithi023.vhqanb (mgr.14182) 232 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:40:34.246 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:34 smithi023 bash[16423]: audit 2024-02-19T23:40:33.178284+0000 mon.smithi023 (mon.0) 599 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:40:34.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:34 smithi184 bash[20261]: cluster 2024-02-19T23:40:32.986125+0000 mgr.smithi023.vhqanb (mgr.14182) 231 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:34.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:34 smithi184 bash[20261]: audit 2024-02-19T23:40:33.168640+0000 mgr.smithi023.vhqanb (mgr.14182) 232 : audit [DBG] from='client.14490 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:40:34.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:34 smithi184 bash[20261]: audit 2024-02-19T23:40:33.178284+0000 mon.smithi023 (mon.0) 599 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:40:36.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:36 smithi023 bash[16423]: cluster 2024-02-19T23:40:34.986754+0000 mgr.smithi023.vhqanb (mgr.14182) 233 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:36.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:36 smithi184 bash[20261]: cluster 2024-02-19T23:40:34.986754+0000 mgr.smithi023.vhqanb (mgr.14182) 233 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:38.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:38 smithi023 bash[16423]: cluster 2024-02-19T23:40:36.987336+0000 mgr.smithi023.vhqanb (mgr.14182) 234 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:38.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:38 smithi023 bash[16423]: audit 2024-02-19T23:40:37.277906+0000 mgr.smithi023.vhqanb (mgr.14182) 235 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:40:38.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:38 smithi023 bash[16423]: audit 2024-02-19T23:40:37.279028+0000 mon.smithi023 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-19T23:40:38.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:38 smithi184 bash[20261]: cluster 2024-02-19T23:40:36.987336+0000 mgr.smithi023.vhqanb (mgr.14182) 234 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:38.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:38 smithi184 bash[20261]: audit 2024-02-19T23:40:37.277906+0000 mgr.smithi023.vhqanb (mgr.14182) 235 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:40:38.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:38 smithi184 bash[20261]: audit 2024-02-19T23:40:37.279028+0000 mon.smithi023 (mon.0) 600 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2024-02-19T23:40:39.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:39 smithi023 bash[16423]: audit 2024-02-19T23:40:38.081951+0000 mon.smithi023 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-19T23:40:39.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:39 smithi023 bash[16423]: cluster 2024-02-19T23:40:38.082016+0000 mon.smithi023 (mon.0) 602 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-19T23:40:39.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:39 smithi023 bash[16423]: audit 2024-02-19T23:40:38.083755+0000 mon.smithi023 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-19T23:40:39.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:39 smithi023 bash[16423]: audit 2024-02-19T23:40:39.025358+0000 mon.smithi023 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:40:39.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:39 smithi023 bash[16423]: debug 2024-02-19T23:40:39.091+0000 7f5d4f1c2700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-19T23:40:39.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:39 smithi184 bash[20261]: audit 2024-02-19T23:40:38.081951+0000 mon.smithi023 (mon.0) 601 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2024-02-19T23:40:39.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:39 smithi184 bash[20261]: cluster 2024-02-19T23:40:38.082016+0000 mon.smithi023 (mon.0) 602 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-02-19T23:40:39.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:39 smithi184 bash[20261]: audit 2024-02-19T23:40:38.083755+0000 mon.smithi023 (mon.0) 603 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2024-02-19T23:40:39.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:39 smithi184 bash[20261]: audit 2024-02-19T23:40:39.025358+0000 mon.smithi023 (mon.0) 604 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:40:39.850 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-02-19T23:40:39.861 INFO:tasks.cephadm:Applying spec(s): placement: count: 2 service_id: foo service_type: nfs spec: port: 12049 --- service_id: nfs.foo service_type: ingress spec: backend_service: nfs.foo frontend_port: 2049 monitor_port: 9002 virtual_ip: '10.0.31.23/16' 2024-02-19T23:40:39.861 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch apply -i - 2024-02-19T23:40:40.245 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:40 smithi023 bash[16423]: cluster 2024-02-19T23:40:38.988074+0000 mgr.smithi023.vhqanb (mgr.14182) 236 : cluster [DBG] pgmap v214: 33 pgs: 2 creating+peering, 1 active+clean, 30 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:40.245 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:40 smithi023 bash[16423]: audit 2024-02-19T23:40:39.088455+0000 mon.smithi023 (mon.0) 605 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-19T23:40:40.245 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:40 smithi023 bash[16423]: cluster 2024-02-19T23:40:39.088733+0000 mon.smithi023 (mon.0) 606 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-19T23:40:40.245 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:40 smithi023 bash[16423]: audit 2024-02-19T23:40:39.095682+0000 mon.smithi023 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-19T23:40:40.246 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:40 smithi023 bash[16423]: cluster 2024-02-19T23:40:39.096762+0000 mon.smithi023 (mon.0) 608 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-19T23:40:40.246 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:40 smithi023 bash[16423]: cluster 2024-02-19T23:40:39.096794+0000 mon.smithi023 (mon.0) 609 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-19T23:40:40.246 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:40 smithi023 bash[16423]: cluster 2024-02-19T23:40:39.106235+0000 mon.smithi023 (mon.0) 610 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-19T23:40:40.246 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:40 smithi023 bash[16423]: audit 2024-02-19T23:40:39.106549+0000 mon.smithi023 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-19T23:40:40.246 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:40 smithi023 bash[16423]: cluster 2024-02-19T23:40:39.106692+0000 mon.smithi023 (mon.0) 612 : cluster [DBG] fsmap foofs:0 2024-02-19T23:40:40.246 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:40 smithi023 bash[16423]: cephadm 2024-02-19T23:40:39.110890+0000 mgr.smithi023.vhqanb (mgr.14182) 237 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-19T23:40:40.246 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:40 smithi023 bash[16423]: audit 2024-02-19T23:40:39.116096+0000 mon.smithi023 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:40:40.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:40 smithi184 bash[20261]: cluster 2024-02-19T23:40:38.988074+0000 mgr.smithi023.vhqanb (mgr.14182) 236 : cluster [DBG] pgmap v214: 33 pgs: 2 creating+peering, 1 active+clean, 30 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:40.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:40 smithi184 bash[20261]: audit 2024-02-19T23:40:39.088455+0000 mon.smithi023 (mon.0) 605 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2024-02-19T23:40:40.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:40 smithi184 bash[20261]: cluster 2024-02-19T23:40:39.088733+0000 mon.smithi023 (mon.0) 606 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-02-19T23:40:40.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:40 smithi184 bash[20261]: audit 2024-02-19T23:40:39.095682+0000 mon.smithi023 (mon.0) 607 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2024-02-19T23:40:40.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:40 smithi184 bash[20261]: cluster 2024-02-19T23:40:39.096762+0000 mon.smithi023 (mon.0) 608 : cluster [ERR] Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2024-02-19T23:40:40.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:40 smithi184 bash[20261]: cluster 2024-02-19T23:40:39.096794+0000 mon.smithi023 (mon.0) 609 : cluster [WRN] Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2024-02-19T23:40:40.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:40 smithi184 bash[20261]: cluster 2024-02-19T23:40:39.106235+0000 mon.smithi023 (mon.0) 610 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-02-19T23:40:40.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:40 smithi184 bash[20261]: audit 2024-02-19T23:40:39.106549+0000 mon.smithi023 (mon.0) 611 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2024-02-19T23:40:40.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:40 smithi184 bash[20261]: cluster 2024-02-19T23:40:39.106692+0000 mon.smithi023 (mon.0) 612 : cluster [DBG] fsmap foofs:0 2024-02-19T23:40:40.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:40 smithi184 bash[20261]: cephadm 2024-02-19T23:40:39.110890+0000 mgr.smithi023.vhqanb (mgr.14182) 237 : cephadm [INF] Saving service mds.foofs spec with placement count:2 2024-02-19T23:40:40.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:40 smithi184 bash[20261]: audit 2024-02-19T23:40:39.116096+0000 mon.smithi023 (mon.0) 613 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:40:41.430 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:41 smithi023 bash[16423]: cluster 2024-02-19T23:40:40.112299+0000 mon.smithi023 (mon.0) 614 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-19T23:40:41.430 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:41 smithi023 bash[16423]: audit 2024-02-19T23:40:40.278491+0000 mon.smithi023 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:40:41.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:41 smithi184 bash[20261]: cluster 2024-02-19T23:40:40.112299+0000 mon.smithi023 (mon.0) 614 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-02-19T23:40:41.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:41 smithi184 bash[20261]: audit 2024-02-19T23:40:40.278491+0000 mon.smithi023 (mon.0) 615 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:40:42.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:42 smithi184 bash[20261]: cluster 2024-02-19T23:40:40.988742+0000 mgr.smithi023.vhqanb (mgr.14182) 238 : cluster [DBG] pgmap v218: 65 pgs: 14 active+clean, 16 creating+peering, 35 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:42.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:42 smithi184 bash[20261]: cluster 2024-02-19T23:40:41.113047+0000 mon.smithi023 (mon.0) 616 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-19T23:40:42.556 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:42 smithi023 bash[16423]: cluster 2024-02-19T23:40:40.988742+0000 mgr.smithi023.vhqanb (mgr.14182) 238 : cluster [DBG] pgmap v218: 65 pgs: 14 active+clean, 16 creating+peering, 35 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:42.556 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:42 smithi023 bash[16423]: cluster 2024-02-19T23:40:41.113047+0000 mon.smithi023 (mon.0) 616 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-02-19T23:40:43.446 INFO:teuthology.orchestra.run.smithi023.stdout:Scheduled nfs.foo update... 2024-02-19T23:40:43.448 INFO:teuthology.orchestra.run.smithi023.stdout:Scheduled ingress.nfs.foo update... 2024-02-19T23:40:44.097 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-19T23:40:44.108 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2024-02-19T23:40:44.108 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:40:44.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:44 smithi023 bash[16423]: cluster 2024-02-19T23:40:42.989492+0000 mgr.smithi023.vhqanb (mgr.14182) 239 : cluster [DBG] pgmap v220: 65 pgs: 35 active+clean, 16 creating+peering, 14 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:44.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:44 smithi023 bash[16423]: audit 2024-02-19T23:40:43.430995+0000 mon.smithi023 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:40:44.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:44 smithi023 bash[16423]: audit 2024-02-19T23:40:43.438795+0000 mon.smithi023 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:40:44.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:44 smithi184 bash[20261]: cluster 2024-02-19T23:40:42.989492+0000 mgr.smithi023.vhqanb (mgr.14182) 239 : cluster [DBG] pgmap v220: 65 pgs: 35 active+clean, 16 creating+peering, 14 unknown; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:44.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:44 smithi184 bash[20261]: audit 2024-02-19T23:40:43.430995+0000 mon.smithi023 (mon.0) 617 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:40:44.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:44 smithi184 bash[20261]: audit 2024-02-19T23:40:43.438795+0000 mon.smithi023 (mon.0) 618 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:40:45.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:45 smithi023 bash[16423]: audit 2024-02-19T23:40:43.413363+0000 mgr.smithi023.vhqanb (mgr.14182) 240 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:40:45.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:45 smithi023 bash[16423]: cephadm 2024-02-19T23:40:43.425450+0000 mgr.smithi023.vhqanb (mgr.14182) 241 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-02-19T23:40:45.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:45 smithi023 bash[16423]: cephadm 2024-02-19T23:40:43.431975+0000 mgr.smithi023.vhqanb (mgr.14182) 242 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-19T23:40:45.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:45 smithi184 bash[20261]: audit 2024-02-19T23:40:43.413363+0000 mgr.smithi023.vhqanb (mgr.14182) 240 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-02-19T23:40:45.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:45 smithi184 bash[20261]: cephadm 2024-02-19T23:40:43.425450+0000 mgr.smithi023.vhqanb (mgr.14182) 241 : cephadm [INF] Saving service nfs.foo spec with placement count:2 2024-02-19T23:40:45.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:45 smithi184 bash[20261]: cephadm 2024-02-19T23:40:43.431975+0000 mgr.smithi023.vhqanb (mgr.14182) 242 : cephadm [INF] Saving service ingress.nfs.foo spec with placement count:2 2024-02-19T23:40:46.426 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:46 smithi184 bash[20261]: cluster 2024-02-19T23:40:44.990314+0000 mgr.smithi023.vhqanb (mgr.14182) 243 : cluster [DBG] pgmap v221: 65 pgs: 59 active+clean, 6 creating+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:46.427 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:46 smithi184 bash[20261]: audit 2024-02-19T23:40:46.109168+0000 mon.smithi023 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:40:46.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:46 smithi023 bash[16423]: cluster 2024-02-19T23:40:44.990314+0000 mgr.smithi023.vhqanb (mgr.14182) 243 : cluster [DBG] pgmap v221: 65 pgs: 59 active+clean, 6 creating+peering; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:46.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:46 smithi023 bash[16423]: audit 2024-02-19T23:40:46.109168+0000 mon.smithi023 (mon.0) 619 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:40:48.014 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:40:48.014 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:40:40.265197Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:40:39.009275Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:40:40.265602Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:43.439161Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:40:39.009665Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:40:39.009939Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:40:39.010198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:40:39.010707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:40:39.010454Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:40:48.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:48 smithi023 bash[16423]: cluster 2024-02-19T23:40:46.991060+0000 mgr.smithi023.vhqanb (mgr.14182) 244 : cluster [DBG] pgmap v222: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:48.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:48 smithi184 bash[20261]: cluster 2024-02-19T23:40:46.991060+0000 mgr.smithi023.vhqanb (mgr.14182) 244 : cluster [DBG] pgmap v222: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:49.188 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-19T23:40:49.413 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:49 smithi023 bash[16423]: audit 2024-02-19T23:40:47.999915+0000 mgr.smithi023.vhqanb (mgr.14182) 245 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:49.413 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:49 smithi023 bash[16423]: audit 2024-02-19T23:40:48.904494+0000 mon.smithi023 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:40:49.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:49 smithi184 bash[20261]: audit 2024-02-19T23:40:47.999915+0000 mgr.smithi023.vhqanb (mgr.14182) 245 : audit [DBG] from='client.14502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:49.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:49 smithi184 bash[20261]: audit 2024-02-19T23:40:48.904494+0000 mon.smithi023 (mon.0) 620 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:40:50.190 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:40:50.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:50 smithi023 bash[16423]: cluster 2024-02-19T23:40:48.991937+0000 mgr.smithi023.vhqanb (mgr.14182) 246 : cluster [DBG] pgmap v223: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:50.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:50 smithi184 bash[20261]: cluster 2024-02-19T23:40:48.991937+0000 mgr.smithi023.vhqanb (mgr.14182) 246 : cluster [DBG] pgmap v223: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:52.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:52 smithi023 bash[16423]: cluster 2024-02-19T23:40:50.992819+0000 mgr.smithi023.vhqanb (mgr.14182) 247 : cluster [DBG] pgmap v224: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:52.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:52 smithi023 bash[16423]: audit 2024-02-19T23:40:52.044283+0000 mon.smithi023 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:40:52.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:52 smithi023 bash[16423]: audit 2024-02-19T23:40:52.046253+0000 mon.smithi023 (mon.0) 622 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:40:52.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:52 smithi023 bash[16423]: audit 2024-02-19T23:40:52.047629+0000 mon.smithi023 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:40:52.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:52 smithi023 bash[16423]: audit 2024-02-19T23:40:52.055699+0000 mon.smithi023 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:40:52.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:52 smithi023 bash[16423]: audit 2024-02-19T23:40:52.064836+0000 mon.smithi023 (mon.0) 625 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:40:52.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:52 smithi023 bash[16423]: audit 2024-02-19T23:40:52.078174+0000 mon.smithi023 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:40:52.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:52 smithi023 bash[16423]: audit 2024-02-19T23:40:52.079948+0000 mon.smithi023 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi184.iuvjux", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-19T23:40:52.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:52 smithi023 bash[16423]: audit 2024-02-19T23:40:52.085438+0000 mon.smithi023 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi184.iuvjux", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-19T23:40:52.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:52 smithi023 bash[16423]: audit 2024-02-19T23:40:52.086711+0000 mon.smithi023 (mon.0) 629 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:40:52.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:52 smithi184 bash[20261]: cluster 2024-02-19T23:40:50.992819+0000 mgr.smithi023.vhqanb (mgr.14182) 247 : cluster [DBG] pgmap v224: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:52.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:52 smithi184 bash[20261]: audit 2024-02-19T23:40:52.044283+0000 mon.smithi023 (mon.0) 621 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:40:52.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:52 smithi184 bash[20261]: audit 2024-02-19T23:40:52.046253+0000 mon.smithi023 (mon.0) 622 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:40:52.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:52 smithi184 bash[20261]: audit 2024-02-19T23:40:52.047629+0000 mon.smithi023 (mon.0) 623 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:40:52.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:52 smithi184 bash[20261]: audit 2024-02-19T23:40:52.055699+0000 mon.smithi023 (mon.0) 624 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:40:52.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:52 smithi184 bash[20261]: audit 2024-02-19T23:40:52.064836+0000 mon.smithi023 (mon.0) 625 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:40:52.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:52 smithi184 bash[20261]: audit 2024-02-19T23:40:52.078174+0000 mon.smithi023 (mon.0) 626 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:40:52.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:52 smithi184 bash[20261]: audit 2024-02-19T23:40:52.079948+0000 mon.smithi023 (mon.0) 627 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi184.iuvjux", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-19T23:40:52.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:52 smithi184 bash[20261]: audit 2024-02-19T23:40:52.085438+0000 mon.smithi023 (mon.0) 628 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi184.iuvjux", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-19T23:40:52.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:52 smithi184 bash[20261]: audit 2024-02-19T23:40:52.086711+0000 mon.smithi023 (mon.0) 629 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:40:53.459 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:53 smithi184 bash[20261]: cephadm 2024-02-19T23:40:52.087879+0000 mgr.smithi023.vhqanb (mgr.14182) 248 : cephadm [INF] Deploying daemon mds.foofs.smithi184.iuvjux on smithi184 2024-02-19T23:40:53.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:53 smithi023 bash[16423]: cephadm 2024-02-19T23:40:52.087879+0000 mgr.smithi023.vhqanb (mgr.14182) 248 : cephadm [INF] Deploying daemon mds.foofs.smithi184.iuvjux on smithi184 2024-02-19T23:40:53.765 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:40:53.765 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:40:40.265197Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:40:39.009275Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:40:40.265602Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:43.439161Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:40:39.009665Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:40:39.009939Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:40:39.010198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:40:39.010707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:40:39.010454Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:40:54.252 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:54 smithi184 bash[20261]: cluster 2024-02-19T23:40:52.993610+0000 mgr.smithi023.vhqanb (mgr.14182) 249 : cluster [DBG] pgmap v225: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:54.345 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-19T23:40:54.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:54 smithi023 bash[16423]: cluster 2024-02-19T23:40:52.993610+0000 mgr.smithi023.vhqanb (mgr.14182) 249 : cluster [DBG] pgmap v225: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:55.347 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:40:55.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:55 smithi184 bash[20261]: audit 2024-02-19T23:40:53.745983+0000 mgr.smithi023.vhqanb (mgr.14182) 250 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:55.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:55 smithi184 bash[20261]: audit 2024-02-19T23:40:54.291344+0000 mon.smithi023 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:40:55.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:55 smithi184 bash[20261]: audit 2024-02-19T23:40:54.293726+0000 mon.smithi023 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi023.ncwmdw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-19T23:40:55.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:55 smithi184 bash[20261]: audit 2024-02-19T23:40:54.305011+0000 mon.smithi023 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi023.ncwmdw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-19T23:40:55.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:55 smithi184 bash[20261]: audit 2024-02-19T23:40:54.307025+0000 mon.smithi023 (mon.0) 633 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:40:55.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:55 smithi184 bash[20261]: cephadm 2024-02-19T23:40:54.308614+0000 mgr.smithi023.vhqanb (mgr.14182) 251 : cephadm [INF] Deploying daemon mds.foofs.smithi023.ncwmdw on smithi023 2024-02-19T23:40:55.571 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:55 smithi023 bash[16423]: audit 2024-02-19T23:40:53.745983+0000 mgr.smithi023.vhqanb (mgr.14182) 250 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:40:55.571 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:55 smithi023 bash[16423]: audit 2024-02-19T23:40:54.291344+0000 mon.smithi023 (mon.0) 630 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:40:55.571 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:55 smithi023 bash[16423]: audit 2024-02-19T23:40:54.293726+0000 mon.smithi023 (mon.0) 631 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi023.ncwmdw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2024-02-19T23:40:55.571 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:55 smithi023 bash[16423]: audit 2024-02-19T23:40:54.305011+0000 mon.smithi023 (mon.0) 632 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi023.ncwmdw", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2024-02-19T23:40:55.571 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:55 smithi023 bash[16423]: audit 2024-02-19T23:40:54.307025+0000 mon.smithi023 (mon.0) 633 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:40:55.571 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:55 smithi023 bash[16423]: cephadm 2024-02-19T23:40:54.308614+0000 mgr.smithi023.vhqanb (mgr.14182) 251 : cephadm [INF] Deploying daemon mds.foofs.smithi023.ncwmdw on smithi023 2024-02-19T23:40:56.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:56 smithi023 bash[16423]: cluster 2024-02-19T23:40:54.994480+0000 mgr.smithi023.vhqanb (mgr.14182) 252 : cluster [DBG] pgmap v226: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:56.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:56 smithi184 bash[20261]: cluster 2024-02-19T23:40:54.994480+0000 mgr.smithi023.vhqanb (mgr.14182) 252 : cluster [DBG] pgmap v226: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:57.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:57 smithi023 bash[16423]: cluster 2024-02-19T23:40:56.313423+0000 mon.smithi023 (mon.0) 634 : cluster [DBG] mds.? [v2:172.21.15.184:6832/2248489220,v1:172.21.15.184:6833/2248489220] up:boot 2024-02-19T23:40:57.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:57 smithi023 bash[16423]: cluster 2024-02-19T23:40:56.313593+0000 mon.smithi023 (mon.0) 635 : cluster [INF] daemon mds.foofs.smithi184.iuvjux assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-19T23:40:57.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:57 smithi023 bash[16423]: cluster 2024-02-19T23:40:56.313744+0000 mon.smithi023 (mon.0) 636 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-19T23:40:57.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:57 smithi023 bash[16423]: cluster 2024-02-19T23:40:56.313789+0000 mon.smithi023 (mon.0) 637 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-19T23:40:57.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:57 smithi023 bash[16423]: cluster 2024-02-19T23:40:56.313823+0000 mon.smithi023 (mon.0) 638 : cluster [INF] Cluster is now healthy 2024-02-19T23:40:57.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:57 smithi023 bash[16423]: cluster 2024-02-19T23:40:56.314546+0000 mon.smithi023 (mon.0) 639 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-19T23:40:57.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:57 smithi023 bash[16423]: audit 2024-02-19T23:40:56.314797+0000 mon.smithi023 (mon.0) 640 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi184.iuvjux"}]: dispatch 2024-02-19T23:40:57.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:57 smithi023 bash[16423]: cluster 2024-02-19T23:40:56.325033+0000 mon.smithi023 (mon.0) 641 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi184.iuvjux=up:creating} 2024-02-19T23:40:57.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:57 smithi023 bash[16423]: cluster 2024-02-19T23:40:56.342718+0000 mon.smithi023 (mon.0) 642 : cluster [INF] daemon mds.foofs.smithi184.iuvjux is now active in filesystem foofs as rank 0 2024-02-19T23:40:57.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:57 smithi023 bash[16423]: audit 2024-02-19T23:40:57.303126+0000 mon.smithi023 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:40:57.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:57 smithi023 bash[16423]: audit 2024-02-19T23:40:57.310409+0000 mon.smithi023 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:40:57.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:57 smithi184 bash[20261]: cluster 2024-02-19T23:40:56.313423+0000 mon.smithi023 (mon.0) 634 : cluster [DBG] mds.? [v2:172.21.15.184:6832/2248489220,v1:172.21.15.184:6833/2248489220] up:boot 2024-02-19T23:40:57.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:57 smithi184 bash[20261]: cluster 2024-02-19T23:40:56.313593+0000 mon.smithi023 (mon.0) 635 : cluster [INF] daemon mds.foofs.smithi184.iuvjux assigned to filesystem foofs as rank 0 (now has 1 ranks) 2024-02-19T23:40:57.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:57 smithi184 bash[20261]: cluster 2024-02-19T23:40:56.313744+0000 mon.smithi023 (mon.0) 636 : cluster [INF] Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2024-02-19T23:40:57.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:57 smithi184 bash[20261]: cluster 2024-02-19T23:40:56.313789+0000 mon.smithi023 (mon.0) 637 : cluster [INF] Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2024-02-19T23:40:57.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:57 smithi184 bash[20261]: cluster 2024-02-19T23:40:56.313823+0000 mon.smithi023 (mon.0) 638 : cluster [INF] Cluster is now healthy 2024-02-19T23:40:57.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:57 smithi184 bash[20261]: cluster 2024-02-19T23:40:56.314546+0000 mon.smithi023 (mon.0) 639 : cluster [DBG] fsmap foofs:0 1 up:standby 2024-02-19T23:40:57.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:57 smithi184 bash[20261]: audit 2024-02-19T23:40:56.314797+0000 mon.smithi023 (mon.0) 640 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi184.iuvjux"}]: dispatch 2024-02-19T23:40:57.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:57 smithi184 bash[20261]: cluster 2024-02-19T23:40:56.325033+0000 mon.smithi023 (mon.0) 641 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi184.iuvjux=up:creating} 2024-02-19T23:40:57.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:57 smithi184 bash[20261]: cluster 2024-02-19T23:40:56.342718+0000 mon.smithi023 (mon.0) 642 : cluster [INF] daemon mds.foofs.smithi184.iuvjux is now active in filesystem foofs as rank 0 2024-02-19T23:40:57.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:57 smithi184 bash[20261]: audit 2024-02-19T23:40:57.303126+0000 mon.smithi023 (mon.0) 643 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:40:57.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:57 smithi184 bash[20261]: audit 2024-02-19T23:40:57.310409+0000 mon.smithi023 (mon.0) 644 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:40:58.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:58 smithi023 bash[16423]: cluster 2024-02-19T23:40:56.995272+0000 mgr.smithi023.vhqanb (mgr.14182) 253 : cluster [DBG] pgmap v227: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:58.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:58 smithi023 bash[16423]: cluster 2024-02-19T23:40:57.333673+0000 mon.smithi023 (mon.0) 645 : cluster [DBG] mds.? [v2:172.21.15.184:6832/2248489220,v1:172.21.15.184:6833/2248489220] up:active 2024-02-19T23:40:58.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:58 smithi023 bash[16423]: cluster 2024-02-19T23:40:57.333714+0000 mon.smithi023 (mon.0) 646 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi184.iuvjux=up:active} 2024-02-19T23:40:58.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:58 smithi023 bash[16423]: audit 2024-02-19T23:40:57.337458+0000 mon.smithi023 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-19T23:40:58.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:58 smithi184 bash[20261]: cluster 2024-02-19T23:40:56.995272+0000 mgr.smithi023.vhqanb (mgr.14182) 253 : cluster [DBG] pgmap v227: 65 pgs: 65 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:40:58.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:58 smithi184 bash[20261]: cluster 2024-02-19T23:40:57.333673+0000 mon.smithi023 (mon.0) 645 : cluster [DBG] mds.? [v2:172.21.15.184:6832/2248489220,v1:172.21.15.184:6833/2248489220] up:active 2024-02-19T23:40:58.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:58 smithi184 bash[20261]: cluster 2024-02-19T23:40:57.333714+0000 mon.smithi023 (mon.0) 646 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi184.iuvjux=up:active} 2024-02-19T23:40:58.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:58 smithi184 bash[20261]: audit 2024-02-19T23:40:57.337458+0000 mon.smithi023 (mon.0) 647 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd pool create", "pool": ".nfs"}]: dispatch 2024-02-19T23:40:59.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:59 smithi023 bash[16423]: audit 2024-02-19T23:40:58.347831+0000 mon.smithi023 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-19T23:40:59.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:59 smithi023 bash[16423]: cluster 2024-02-19T23:40:58.348033+0000 mon.smithi023 (mon.0) 649 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-19T23:40:59.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:40:59 smithi023 bash[16423]: audit 2024-02-19T23:40:58.354215+0000 mon.smithi023 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-19T23:40:59.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:59 smithi184 bash[20261]: audit 2024-02-19T23:40:58.347831+0000 mon.smithi023 (mon.0) 648 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "osd pool create", "pool": ".nfs"}]': finished 2024-02-19T23:40:59.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:59 smithi184 bash[20261]: cluster 2024-02-19T23:40:58.348033+0000 mon.smithi023 (mon.0) 649 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-02-19T23:40:59.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:40:59 smithi184 bash[20261]: audit 2024-02-19T23:40:58.354215+0000 mon.smithi023 (mon.0) 650 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2024-02-19T23:40:59.898 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:40:59.898 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:40:40.265197Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:40:39.009275Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:40:40.265602Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:43.439161Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:40:39.009665Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:40:39.009939Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:40:39.010198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:40:39.010707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:40:39.010454Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:41:00.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:00 smithi023 bash[16423]: cluster 2024-02-19T23:40:58.996169+0000 mgr.smithi023.vhqanb (mgr.14182) 254 : cluster [DBG] pgmap v229: 97 pgs: 3 creating+peering, 29 unknown, 65 active+clean; 2.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s wr, 6 op/s 2024-02-19T23:41:00.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:00 smithi023 bash[16423]: cluster 2024-02-19T23:40:59.355753+0000 mon.smithi023 (mon.0) 651 : cluster [DBG] mds.? [v2:172.21.15.23:6834/3572089549,v1:172.21.15.23:6835/3572089549] up:boot 2024-02-19T23:41:00.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:00 smithi023 bash[16423]: cluster 2024-02-19T23:40:59.356368+0000 mon.smithi023 (mon.0) 652 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi184.iuvjux=up:active} 1 up:standby 2024-02-19T23:41:00.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:00 smithi023 bash[16423]: audit 2024-02-19T23:40:59.356837+0000 mon.smithi023 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-19T23:41:00.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:00 smithi023 bash[16423]: cluster 2024-02-19T23:40:59.357306+0000 mon.smithi023 (mon.0) 654 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-19T23:41:00.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:00 smithi023 bash[16423]: audit 2024-02-19T23:40:59.357989+0000 mon.smithi023 (mon.0) 655 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi023.ncwmdw"}]: dispatch 2024-02-19T23:41:00.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:00 smithi023 bash[16423]: cluster 2024-02-19T23:40:59.378120+0000 mon.smithi023 (mon.0) 656 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi184.iuvjux=up:active} 1 up:standby 2024-02-19T23:41:00.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:00 smithi023 bash[16423]: audit 2024-02-19T23:40:59.379196+0000 mon.smithi023 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi023.iexyjr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-19T23:41:00.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:00 smithi023 bash[16423]: audit 2024-02-19T23:40:59.383845+0000 mon.smithi023 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi023.iexyjr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-19T23:41:00.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:00 smithi023 bash[16423]: audit 2024-02-19T23:40:59.385186+0000 mon.smithi023 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-19T23:41:00.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:00 smithi023 bash[16423]: audit 2024-02-19T23:40:59.388864+0000 mon.smithi023 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-19T23:41:00.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:00 smithi023 bash[16423]: audit 2024-02-19T23:40:59.408578+0000 mon.smithi023 (mon.0) 661 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:41:00.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:00 smithi023 bash[16423]: audit 2024-02-19T23:40:59.472387+0000 mon.smithi023 (mon.0) 662 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-19T23:41:00.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:00 smithi023 bash[16423]: audit 2024-02-19T23:40:59.477324+0000 mon.smithi023 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-19T23:41:00.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:00 smithi023 bash[16423]: audit 2024-02-19T23:40:59.609635+0000 mon.smithi023 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi023.iexyjr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-19T23:41:00.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:00 smithi023 bash[16423]: audit 2024-02-19T23:40:59.619629+0000 mon.smithi023 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi023.iexyjr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-19T23:41:00.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:00 smithi023 bash[16423]: audit 2024-02-19T23:40:59.628937+0000 mon.smithi023 (mon.0) 666 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:41:00.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:00 smithi184 bash[20261]: cluster 2024-02-19T23:40:58.996169+0000 mgr.smithi023.vhqanb (mgr.14182) 254 : cluster [DBG] pgmap v229: 97 pgs: 3 creating+peering, 29 unknown, 65 active+clean; 2.1 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.5 KiB/s wr, 6 op/s 2024-02-19T23:41:00.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:00 smithi184 bash[20261]: cluster 2024-02-19T23:40:59.355753+0000 mon.smithi023 (mon.0) 651 : cluster [DBG] mds.? [v2:172.21.15.23:6834/3572089549,v1:172.21.15.23:6835/3572089549] up:boot 2024-02-19T23:41:00.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:00 smithi184 bash[20261]: cluster 2024-02-19T23:40:59.356368+0000 mon.smithi023 (mon.0) 652 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi184.iuvjux=up:active} 1 up:standby 2024-02-19T23:41:00.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:00 smithi184 bash[20261]: audit 2024-02-19T23:40:59.356837+0000 mon.smithi023 (mon.0) 653 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2024-02-19T23:41:00.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:00 smithi184 bash[20261]: cluster 2024-02-19T23:40:59.357306+0000 mon.smithi023 (mon.0) 654 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-02-19T23:41:00.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:00 smithi184 bash[20261]: audit 2024-02-19T23:40:59.357989+0000 mon.smithi023 (mon.0) 655 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi023.ncwmdw"}]: dispatch 2024-02-19T23:41:00.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:00 smithi184 bash[20261]: cluster 2024-02-19T23:40:59.378120+0000 mon.smithi023 (mon.0) 656 : cluster [DBG] fsmap foofs:1 {0=foofs.smithi184.iuvjux=up:active} 1 up:standby 2024-02-19T23:41:00.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:00 smithi184 bash[20261]: audit 2024-02-19T23:40:59.379196+0000 mon.smithi023 (mon.0) 657 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi023.iexyjr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-19T23:41:00.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:00 smithi184 bash[20261]: audit 2024-02-19T23:40:59.383845+0000 mon.smithi023 (mon.0) 658 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi023.iexyjr", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-19T23:41:00.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:00 smithi184 bash[20261]: audit 2024-02-19T23:40:59.385186+0000 mon.smithi023 (mon.0) 659 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-19T23:41:00.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:00 smithi184 bash[20261]: audit 2024-02-19T23:40:59.388864+0000 mon.smithi023 (mon.0) 660 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-19T23:41:00.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:00 smithi184 bash[20261]: audit 2024-02-19T23:40:59.408578+0000 mon.smithi023 (mon.0) 661 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:41:00.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:00 smithi184 bash[20261]: audit 2024-02-19T23:40:59.472387+0000 mon.smithi023 (mon.0) 662 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-19T23:41:00.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:00 smithi184 bash[20261]: audit 2024-02-19T23:40:59.477324+0000 mon.smithi023 (mon.0) 663 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-19T23:41:00.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:00 smithi184 bash[20261]: audit 2024-02-19T23:40:59.609635+0000 mon.smithi023 (mon.0) 664 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi023.iexyjr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-19T23:41:00.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:00 smithi184 bash[20261]: audit 2024-02-19T23:40:59.619629+0000 mon.smithi023 (mon.0) 665 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi023.iexyjr-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-19T23:41:00.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:00 smithi184 bash[20261]: audit 2024-02-19T23:40:59.628937+0000 mon.smithi023 (mon.0) 666 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:41:01.076 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-19T23:41:01.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:01 smithi023 bash[16423]: cephadm 2024-02-19T23:40:59.375333+0000 mgr.smithi023.vhqanb (mgr.14182) 255 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi023.iexyjr 2024-02-19T23:41:01.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:01 smithi023 bash[16423]: cephadm 2024-02-19T23:40:59.384768+0000 mgr.smithi023.vhqanb (mgr.14182) 256 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-19T23:41:01.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:01 smithi023 bash[16423]: cephadm 2024-02-19T23:40:59.545316+0000 mgr.smithi023.vhqanb (mgr.14182) 257 : cephadm [INF] Creating rados config object: conf-nfs.foo 2024-02-19T23:41:01.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:01 smithi023 bash[16423]: cephadm 2024-02-19T23:40:59.608914+0000 mgr.smithi023.vhqanb (mgr.14182) 258 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi023.iexyjr-rgw 2024-02-19T23:41:01.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:01 smithi023 bash[16423]: cephadm 2024-02-19T23:40:59.630580+0000 mgr.smithi023.vhqanb (mgr.14182) 259 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi023.iexyjr on smithi023 2024-02-19T23:41:01.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:01 smithi023 bash[16423]: audit 2024-02-19T23:40:59.884547+0000 mgr.smithi023.vhqanb (mgr.14182) 260 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:01.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:01 smithi023 bash[16423]: cluster 2024-02-19T23:41:00.368672+0000 mon.smithi023 (mon.0) 667 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-19T23:41:01.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:01 smithi023 bash[16423]: audit 2024-02-19T23:41:01.112689+0000 mon.smithi023 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:01.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:01 smithi023 bash[16423]: audit 2024-02-19T23:41:01.295706+0000 mon.smithi023 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:01.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:01 smithi184 bash[20261]: cephadm 2024-02-19T23:40:59.375333+0000 mgr.smithi023.vhqanb (mgr.14182) 255 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi023.iexyjr 2024-02-19T23:41:01.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:01 smithi184 bash[20261]: cephadm 2024-02-19T23:40:59.384768+0000 mgr.smithi023.vhqanb (mgr.14182) 256 : cephadm [INF] Ensuring nfs.foo.0 is in the ganesha grace table 2024-02-19T23:41:01.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:01 smithi184 bash[20261]: cephadm 2024-02-19T23:40:59.545316+0000 mgr.smithi023.vhqanb (mgr.14182) 257 : cephadm [INF] Creating rados config object: conf-nfs.foo 2024-02-19T23:41:01.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:01 smithi184 bash[20261]: cephadm 2024-02-19T23:40:59.608914+0000 mgr.smithi023.vhqanb (mgr.14182) 258 : cephadm [INF] Creating key for client.nfs.foo.0.0.smithi023.iexyjr-rgw 2024-02-19T23:41:01.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:01 smithi184 bash[20261]: cephadm 2024-02-19T23:40:59.630580+0000 mgr.smithi023.vhqanb (mgr.14182) 259 : cephadm [INF] Deploying daemon nfs.foo.0.0.smithi023.iexyjr on smithi023 2024-02-19T23:41:01.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:01 smithi184 bash[20261]: audit 2024-02-19T23:40:59.884547+0000 mgr.smithi023.vhqanb (mgr.14182) 260 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:01.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:01 smithi184 bash[20261]: cluster 2024-02-19T23:41:00.368672+0000 mon.smithi023 (mon.0) 667 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-02-19T23:41:01.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:01 smithi184 bash[20261]: audit 2024-02-19T23:41:01.112689+0000 mon.smithi023 (mon.0) 668 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:01.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:01 smithi184 bash[20261]: audit 2024-02-19T23:41:01.295706+0000 mon.smithi023 (mon.0) 669 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:02.077 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:02.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:02 smithi023 bash[16423]: cluster 2024-02-19T23:41:00.997040+0000 mgr.smithi023.vhqanb (mgr.14182) 261 : cluster [DBG] pgmap v232: 97 pgs: 11 creating+peering, 11 unknown, 75 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s wr, 10 op/s 2024-02-19T23:41:02.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:02 smithi184 bash[20261]: cluster 2024-02-19T23:41:00.997040+0000 mgr.smithi023.vhqanb (mgr.14182) 261 : cluster [DBG] pgmap v232: 97 pgs: 11 creating+peering, 11 unknown, 75 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.4 KiB/s wr, 10 op/s 2024-02-19T23:41:03.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:03 smithi023 bash[16423]: audit 2024-02-19T23:41:02.470348+0000 mon.smithi023 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:03.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:03 smithi023 bash[16423]: cephadm 2024-02-19T23:41:02.471872+0000 mgr.smithi023.vhqanb (mgr.14182) 262 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi184.hpivzj 2024-02-19T23:41:03.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:03 smithi023 bash[16423]: audit 2024-02-19T23:41:02.472226+0000 mon.smithi023 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi184.hpivzj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-19T23:41:03.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:03 smithi023 bash[16423]: audit 2024-02-19T23:41:02.480761+0000 mon.smithi023 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi184.hpivzj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-19T23:41:03.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:03 smithi023 bash[16423]: cephadm 2024-02-19T23:41:02.481685+0000 mgr.smithi023.vhqanb (mgr.14182) 263 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-19T23:41:03.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:03 smithi023 bash[16423]: audit 2024-02-19T23:41:02.482042+0000 mon.smithi023 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-19T23:41:03.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:03 smithi023 bash[16423]: audit 2024-02-19T23:41:02.486588+0000 mon.smithi023 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-19T23:41:03.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:03 smithi023 bash[16423]: audit 2024-02-19T23:41:02.488347+0000 mon.smithi023 (mon.0) 675 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:41:03.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:03 smithi023 bash[16423]: audit 2024-02-19T23:41:02.541591+0000 mon.smithi023 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-19T23:41:03.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:03 smithi023 bash[16423]: audit 2024-02-19T23:41:02.547269+0000 mon.smithi023 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-19T23:41:03.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:03 smithi023 bash[16423]: cephadm 2024-02-19T23:41:02.730438+0000 mgr.smithi023.vhqanb (mgr.14182) 264 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-19T23:41:03.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:03 smithi023 bash[16423]: cephadm 2024-02-19T23:41:02.730667+0000 mgr.smithi023.vhqanb (mgr.14182) 265 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi184.hpivzj-rgw 2024-02-19T23:41:03.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:03 smithi023 bash[16423]: audit 2024-02-19T23:41:02.731302+0000 mon.smithi023 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi184.hpivzj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-19T23:41:03.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:03 smithi023 bash[16423]: audit 2024-02-19T23:41:02.737111+0000 mon.smithi023 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi184.hpivzj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-19T23:41:03.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:03 smithi023 bash[16423]: audit 2024-02-19T23:41:02.739621+0000 mon.smithi023 (mon.0) 680 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:41:03.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:03 smithi023 bash[16423]: cephadm 2024-02-19T23:41:02.741753+0000 mgr.smithi023.vhqanb (mgr.14182) 266 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi184.hpivzj on smithi184 2024-02-19T23:41:03.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:03 smithi023 bash[16423]: cluster 2024-02-19T23:41:02.998211+0000 mgr.smithi023.vhqanb (mgr.14182) 267 : cluster [DBG] pgmap v233: 97 pgs: 11 creating+peering, 86 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 440 B/s rd, 2.6 KiB/s wr, 7 op/s 2024-02-19T23:41:03.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:03 smithi184 bash[20261]: audit 2024-02-19T23:41:02.470348+0000 mon.smithi023 (mon.0) 670 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:03.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:03 smithi184 bash[20261]: cephadm 2024-02-19T23:41:02.471872+0000 mgr.smithi023.vhqanb (mgr.14182) 262 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi184.hpivzj 2024-02-19T23:41:03.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:03 smithi184 bash[20261]: audit 2024-02-19T23:41:02.472226+0000 mon.smithi023 (mon.0) 671 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi184.hpivzj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2024-02-19T23:41:03.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:03 smithi184 bash[20261]: audit 2024-02-19T23:41:02.480761+0000 mon.smithi023 (mon.0) 672 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi184.hpivzj", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2024-02-19T23:41:03.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:03 smithi184 bash[20261]: cephadm 2024-02-19T23:41:02.481685+0000 mgr.smithi023.vhqanb (mgr.14182) 263 : cephadm [INF] Ensuring nfs.foo.1 is in the ganesha grace table 2024-02-19T23:41:03.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:03 smithi184 bash[20261]: audit 2024-02-19T23:41:02.482042+0000 mon.smithi023 (mon.0) 673 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2024-02-19T23:41:03.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:03 smithi184 bash[20261]: audit 2024-02-19T23:41:02.486588+0000 mon.smithi023 (mon.0) 674 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2024-02-19T23:41:03.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:03 smithi184 bash[20261]: audit 2024-02-19T23:41:02.488347+0000 mon.smithi023 (mon.0) 675 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:41:03.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:03 smithi184 bash[20261]: audit 2024-02-19T23:41:02.541591+0000 mon.smithi023 (mon.0) 676 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2024-02-19T23:41:03.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:03 smithi184 bash[20261]: audit 2024-02-19T23:41:02.547269+0000 mon.smithi023 (mon.0) 677 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2024-02-19T23:41:03.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:03 smithi184 bash[20261]: cephadm 2024-02-19T23:41:02.730438+0000 mgr.smithi023.vhqanb (mgr.14182) 264 : cephadm [INF] Rados config object exists: conf-nfs.foo 2024-02-19T23:41:03.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:03 smithi184 bash[20261]: cephadm 2024-02-19T23:41:02.730667+0000 mgr.smithi023.vhqanb (mgr.14182) 265 : cephadm [INF] Creating key for client.nfs.foo.1.0.smithi184.hpivzj-rgw 2024-02-19T23:41:03.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:03 smithi184 bash[20261]: audit 2024-02-19T23:41:02.731302+0000 mon.smithi023 (mon.0) 678 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi184.hpivzj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-19T23:41:03.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:03 smithi184 bash[20261]: audit 2024-02-19T23:41:02.737111+0000 mon.smithi023 (mon.0) 679 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1.0.smithi184.hpivzj-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-19T23:41:03.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:03 smithi184 bash[20261]: audit 2024-02-19T23:41:02.739621+0000 mon.smithi023 (mon.0) 680 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:41:03.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:03 smithi184 bash[20261]: cephadm 2024-02-19T23:41:02.741753+0000 mgr.smithi023.vhqanb (mgr.14182) 266 : cephadm [INF] Deploying daemon nfs.foo.1.0.smithi184.hpivzj on smithi184 2024-02-19T23:41:03.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:03 smithi184 bash[20261]: cluster 2024-02-19T23:41:02.998211+0000 mgr.smithi023.vhqanb (mgr.14182) 267 : cluster [DBG] pgmap v233: 97 pgs: 11 creating+peering, 86 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 440 B/s rd, 2.6 KiB/s wr, 7 op/s 2024-02-19T23:41:05.924 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:41:05.924 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:40:40.265197Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:40:39.009275Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:40:40.265602Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:43.439161Z service:ingress.nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:40:39.009665Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:40:39.009939Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:40:39.010198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:40:39.010707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:40:39.010454Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:41:06.246 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:06 smithi023 bash[16423]: cluster 2024-02-19T23:41:04.999367+0000 mgr.smithi023.vhqanb (mgr.14182) 268 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 307 B/s rd, 1.8 KiB/s wr, 5 op/s 2024-02-19T23:41:06.246 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:06 smithi023 bash[16423]: audit 2024-02-19T23:41:05.187326+0000 mon.smithi023 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:06.246 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:06 smithi023 bash[16423]: audit 2024-02-19T23:41:05.204959+0000 mon.smithi023 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:06.246 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:06 smithi023 bash[16423]: cephadm 2024-02-19T23:41:05.218076+0000 mgr.smithi023.vhqanb (mgr.14182) 269 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.dkrmhx on smithi184 2024-02-19T23:41:06.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:06 smithi184 bash[20261]: cluster 2024-02-19T23:41:04.999367+0000 mgr.smithi023.vhqanb (mgr.14182) 268 : cluster [DBG] pgmap v234: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 307 B/s rd, 1.8 KiB/s wr, 5 op/s 2024-02-19T23:41:06.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:06 smithi184 bash[20261]: audit 2024-02-19T23:41:05.187326+0000 mon.smithi023 (mon.0) 681 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:06.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:06 smithi184 bash[20261]: audit 2024-02-19T23:41:05.204959+0000 mon.smithi023 (mon.0) 682 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:06.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:06 smithi184 bash[20261]: cephadm 2024-02-19T23:41:05.218076+0000 mgr.smithi023.vhqanb (mgr.14182) 269 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.dkrmhx on smithi184 2024-02-19T23:41:06.520 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-19T23:41:07.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:07 smithi023 bash[16423]: audit 2024-02-19T23:41:05.911104+0000 mgr.smithi023.vhqanb (mgr.14182) 270 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:07.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:07 smithi023 bash[16423]: audit 2024-02-19T23:41:06.319813+0000 mon.smithi023 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:07.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:07 smithi184 bash[20261]: audit 2024-02-19T23:41:05.911104+0000 mgr.smithi023.vhqanb (mgr.14182) 270 : audit [DBG] from='client.14556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:07.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:07 smithi184 bash[20261]: audit 2024-02-19T23:41:06.319813+0000 mon.smithi023 (mon.0) 683 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:07.520 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:08.636 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:08 smithi184 bash[20261]: cluster 2024-02-19T23:41:07.000192+0000 mgr.smithi023.vhqanb (mgr.14182) 271 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 1.4 KiB/s wr, 3 op/s 2024-02-19T23:41:08.718 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:08 smithi023 bash[16423]: cluster 2024-02-19T23:41:07.000192+0000 mgr.smithi023.vhqanb (mgr.14182) 271 : cluster [DBG] pgmap v235: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 255 B/s rd, 1.4 KiB/s wr, 3 op/s 2024-02-19T23:41:09.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:09 smithi023 bash[16423]: audit 2024-02-19T23:41:09.026325+0000 mon.smithi023 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.dkrmhx"}]: dispatch 2024-02-19T23:41:09.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:09 smithi184 bash[20261]: audit 2024-02-19T23:41:09.026325+0000 mon.smithi023 (mon.0) 684 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.dkrmhx"}]: dispatch 2024-02-19T23:41:10.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: cluster 2024-02-19T23:41:09.001149+0000 mgr.smithi023.vhqanb (mgr.14182) 272 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1.9 KiB/s wr, 7 op/s 2024-02-19T23:41:10.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: cephadm 2024-02-19T23:41:09.025295+0000 mgr.smithi023.vhqanb (mgr.14182) 273 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dkrmhx 2024-02-19T23:41:10.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:10.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dkrmhx 2024-02-19T23:41:10.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dkrmhx 2024-02-19T23:41:10.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:10.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dkrmhx 2024-02-19T23:41:10.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.dkrmhx ... 2024-02-19T23:41:10.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:10.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:10.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:10.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:10.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:10.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:41:10.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:41:10.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:41:10.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:41:10.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:41:10.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dkrmhx 2024-02-19T23:41:10.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:10.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dkrmhx 2024-02-19T23:41:10.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dkrmhx 2024-02-19T23:41:10.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:10.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dkrmhx 2024-02-19T23:41:10.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.dkrmhx ... 2024-02-19T23:41:10.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:10.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:10.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:10.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:10.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:10.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: cephadm 2024-02-19T23:41:09.025606+0000 mgr.smithi023.vhqanb (mgr.14182) 274 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.dkrmhx 2024-02-19T23:41:10.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: cephadm 2024-02-19T23:41:09.028290+0000 mgr.smithi023.vhqanb (mgr.14182) 275 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.dkrmhx on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dkrmhx 2024-02-19T23:41:10.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:10.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dkrmhx 2024-02-19T23:41:10.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dkrmhx 2024-02-19T23:41:10.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:10.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dkrmhx 2024-02-19T23:41:10.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.dkrmhx ... 2024-02-19T23:41:10.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:10.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:10.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:10.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:10.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:10.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:10 smithi023 bash[16423]: cephadm 2024-02-19T23:41:09.033154+0000 mgr.smithi023.vhqanb (mgr.14182) 276 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.warkyk on smithi023 2024-02-19T23:41:10.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: cluster 2024-02-19T23:41:09.001149+0000 mgr.smithi023.vhqanb (mgr.14182) 272 : cluster [DBG] pgmap v236: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 3.2 KiB/s rd, 1.9 KiB/s wr, 7 op/s 2024-02-19T23:41:10.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: cephadm 2024-02-19T23:41:09.025295+0000 mgr.smithi023.vhqanb (mgr.14182) 273 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dkrmhx 2024-02-19T23:41:10.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:10.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dkrmhx 2024-02-19T23:41:10.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dkrmhx 2024-02-19T23:41:10.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:10.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dkrmhx 2024-02-19T23:41:10.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.dkrmhx ... 2024-02-19T23:41:10.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:10.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:10.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:10.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:10.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:10.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:41:10.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:41:10.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:41:10.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:41:10.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:41:10.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dkrmhx 2024-02-19T23:41:10.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:10.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dkrmhx 2024-02-19T23:41:10.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dkrmhx 2024-02-19T23:41:10.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:10.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dkrmhx 2024-02-19T23:41:10.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.dkrmhx ... 2024-02-19T23:41:10.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:10.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:10.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:10.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:10.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:10.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: cephadm 2024-02-19T23:41:09.025606+0000 mgr.smithi023.vhqanb (mgr.14182) 274 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.dkrmhx 2024-02-19T23:41:10.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: cephadm 2024-02-19T23:41:09.028290+0000 mgr.smithi023.vhqanb (mgr.14182) 275 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.dkrmhx on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dkrmhx 2024-02-19T23:41:10.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:10.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dkrmhx 2024-02-19T23:41:10.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dkrmhx 2024-02-19T23:41:10.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:10.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dkrmhx 2024-02-19T23:41:10.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.dkrmhx ... 2024-02-19T23:41:10.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:10.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:10.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:10.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:10.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:10.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:10 smithi184 bash[20261]: cephadm 2024-02-19T23:41:09.033154+0000 mgr.smithi023.vhqanb (mgr.14182) 276 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.warkyk on smithi023 2024-02-19T23:41:10.885 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:41:10.886 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:40:40.265197Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:40:39.009275Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:40:40.265602Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:43.439161Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:41:09.027945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dkrmhx on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dkrmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dkrmhx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dkrmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dkrmhx\nDeploy daemon haproxy.nfs.foo.smithi184.dkrmhx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:40:39.009665Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:40:39.009939Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:40:39.010198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:40:39.010707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:40:39.010454Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:41:11.499 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-19T23:41:12.500 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:12.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:12 smithi023 bash[16423]: audit 2024-02-19T23:41:10.867252+0000 mgr.smithi023.vhqanb (mgr.14182) 277 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:12.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:12 smithi023 bash[16423]: cluster 2024-02-19T23:41:11.002204+0000 mgr.smithi023.vhqanb (mgr.14182) 278 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.8 KiB/s wr, 5 op/s 2024-02-19T23:41:12.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:12 smithi023 bash[16423]: audit 2024-02-19T23:41:11.333058+0000 mon.smithi023 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:12.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:12 smithi184 bash[20261]: audit 2024-02-19T23:41:10.867252+0000 mgr.smithi023.vhqanb (mgr.14182) 277 : audit [DBG] from='client.14568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:12.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:12 smithi184 bash[20261]: cluster 2024-02-19T23:41:11.002204+0000 mgr.smithi023.vhqanb (mgr.14182) 278 : cluster [DBG] pgmap v237: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.9 KiB/s rd, 1.8 KiB/s wr, 5 op/s 2024-02-19T23:41:12.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:12 smithi184 bash[20261]: audit 2024-02-19T23:41:11.333058+0000 mon.smithi023 (mon.0) 685 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:13.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:13 smithi023 bash[16423]: audit 2024-02-19T23:41:13.206616+0000 mon.smithi023 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.warkyk"}]: dispatch 2024-02-19T23:41:13.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:13 smithi023 bash[16423]: audit 2024-02-19T23:41:13.216549+0000 mon.smithi023 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:13.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:13 smithi023 bash[16423]: audit 2024-02-19T23:41:13.220246+0000 mon.smithi023 (mon.0) 688 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:41:13.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:13 smithi184 bash[20261]: audit 2024-02-19T23:41:13.206616+0000 mon.smithi023 (mon.0) 686 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.warkyk"}]: dispatch 2024-02-19T23:41:13.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:13 smithi184 bash[20261]: audit 2024-02-19T23:41:13.216549+0000 mon.smithi023 (mon.0) 687 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:13.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:13 smithi184 bash[20261]: audit 2024-02-19T23:41:13.220246+0000 mon.smithi023 (mon.0) 688 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:41:14.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: cluster 2024-02-19T23:41:13.003137+0000 mgr.smithi023.vhqanb (mgr.14182) 279 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-02-19T23:41:14.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: cephadm 2024-02-19T23:41:13.205329+0000 mgr.smithi023.vhqanb (mgr.14182) 280 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-warkyk 2024-02-19T23:41:14.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:14.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-warkyk 2024-02-19T23:41:14.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.warkyk 2024-02-19T23:41:14.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:14.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.warkyk 2024-02-19T23:41:14.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.warkyk ... 2024-02-19T23:41:14.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:14.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:14.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:14.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:14.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:14.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:41:14.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:41:14.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:41:14.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:41:14.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:41:14.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-warkyk 2024-02-19T23:41:14.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:14.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-warkyk 2024-02-19T23:41:14.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.warkyk 2024-02-19T23:41:14.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:14.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.warkyk 2024-02-19T23:41:14.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.warkyk ... 2024-02-19T23:41:14.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:14.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:14.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:14.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:14.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:14.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: cephadm 2024-02-19T23:41:13.205923+0000 mgr.smithi023.vhqanb (mgr.14182) 281 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.warkyk 2024-02-19T23:41:14.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: cephadm 2024-02-19T23:41:13.207713+0000 mgr.smithi023.vhqanb (mgr.14182) 282 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.warkyk on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-warkyk 2024-02-19T23:41:14.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:14.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-warkyk 2024-02-19T23:41:14.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.warkyk 2024-02-19T23:41:14.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:14.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.warkyk 2024-02-19T23:41:14.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.warkyk ... 2024-02-19T23:41:14.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:14.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:14.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:14.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:14.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:14.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: cephadm 2024-02-19T23:41:13.217098+0000 mgr.smithi023.vhqanb (mgr.14182) 283 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.vtmncn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:41:14.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: cephadm 2024-02-19T23:41:13.218847+0000 mgr.smithi023.vhqanb (mgr.14182) 284 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.audcwn on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:41:14.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: cluster 2024-02-19T23:41:13.220161+0000 mgr.smithi023.vhqanb (mgr.14182) 285 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-02-19T23:41:14.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:14 smithi023 bash[16423]: cluster 2024-02-19T23:41:13.333993+0000 mon.smithi023 (mon.0) 689 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:41:14.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: cluster 2024-02-19T23:41:13.003137+0000 mgr.smithi023.vhqanb (mgr.14182) 279 : cluster [DBG] pgmap v238: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.6 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-02-19T23:41:14.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: cephadm 2024-02-19T23:41:13.205329+0000 mgr.smithi023.vhqanb (mgr.14182) 280 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-warkyk 2024-02-19T23:41:14.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:14.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-warkyk 2024-02-19T23:41:14.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.warkyk 2024-02-19T23:41:14.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:14.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.warkyk 2024-02-19T23:41:14.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.warkyk ... 2024-02-19T23:41:14.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:14.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:14.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:14.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:14.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:14.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:41:14.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:41:14.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:41:14.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:41:14.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:41:14.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-warkyk 2024-02-19T23:41:14.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:14.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-warkyk 2024-02-19T23:41:14.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.warkyk 2024-02-19T23:41:14.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:14.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.warkyk 2024-02-19T23:41:14.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.warkyk ... 2024-02-19T23:41:14.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:14.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:14.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:14.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:14.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:14.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: cephadm 2024-02-19T23:41:13.205923+0000 mgr.smithi023.vhqanb (mgr.14182) 281 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.warkyk 2024-02-19T23:41:14.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: cephadm 2024-02-19T23:41:13.207713+0000 mgr.smithi023.vhqanb (mgr.14182) 282 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.warkyk on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-warkyk 2024-02-19T23:41:14.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:14.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-warkyk 2024-02-19T23:41:14.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.warkyk 2024-02-19T23:41:14.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:14.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.warkyk 2024-02-19T23:41:14.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.warkyk ... 2024-02-19T23:41:14.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:14.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:14.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:14.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:14.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:14.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: cephadm 2024-02-19T23:41:13.217098+0000 mgr.smithi023.vhqanb (mgr.14182) 283 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.vtmncn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:41:14.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: cephadm 2024-02-19T23:41:13.218847+0000 mgr.smithi023.vhqanb (mgr.14182) 284 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.audcwn on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:41:14.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: cluster 2024-02-19T23:41:13.220161+0000 mgr.smithi023.vhqanb (mgr.14182) 285 : cluster [DBG] pgmap v239: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-02-19T23:41:14.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:14 smithi184 bash[20261]: cluster 2024-02-19T23:41:13.333993+0000 mon.smithi023 (mon.0) 689 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:41:16.021 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:41:16.022 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:40:40.265197Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:40:39.009275Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:40:40.265602Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:43.439161Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:41:09.027945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dkrmhx on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dkrmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dkrmhx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dkrmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dkrmhx\nDeploy daemon haproxy.nfs.foo.smithi184.dkrmhx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:13.207547Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.warkyk on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-warkyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-warkyk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.warkyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.warkyk\nDeploy daemon haproxy.nfs.foo.smithi023.warkyk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:13.216969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.vtmncn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:13.218741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.audcwn on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "running": 0, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:40:39.009665Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:40:39.009939Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "ports": [12049], "running": 0, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:40:39.010198Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:40:39.010707Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:40:39.010454Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:41:16.639 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:16 smithi023 bash[16423]: cluster 2024-02-19T23:41:15.221644+0000 mgr.smithi023.vhqanb (mgr.14182) 286 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-02-19T23:41:16.639 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:16 smithi023 bash[16423]: audit 2024-02-19T23:41:16.110821+0000 mon.smithi023 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:16.639 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:16 smithi023 bash[16423]: audit 2024-02-19T23:41:16.346012+0000 mon.smithi023 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:16.640 INFO:tasks.cephadm:nfs.foo has 0/2 2024-02-19T23:41:16.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:16 smithi184 bash[20261]: cluster 2024-02-19T23:41:15.221644+0000 mgr.smithi023.vhqanb (mgr.14182) 286 : cluster [DBG] pgmap v240: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-02-19T23:41:16.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:16 smithi184 bash[20261]: audit 2024-02-19T23:41:16.110821+0000 mon.smithi023 (mon.0) 690 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:16.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:16 smithi184 bash[20261]: audit 2024-02-19T23:41:16.346012+0000 mon.smithi023 (mon.0) 691 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:17.641 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:17.650 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:17 smithi023 bash[16423]: audit 2024-02-19T23:41:16.003378+0000 mgr.smithi023.vhqanb (mgr.14182) 287 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:17.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:17 smithi184 bash[20261]: audit 2024-02-19T23:41:16.003378+0000 mgr.smithi023.vhqanb (mgr.14182) 287 : audit [DBG] from='client.14572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:18.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:18 smithi023 bash[16423]: cluster 2024-02-19T23:41:17.222699+0000 mgr.smithi023.vhqanb (mgr.14182) 288 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-02-19T23:41:18.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:18 smithi184 bash[20261]: cluster 2024-02-19T23:41:17.222699+0000 mgr.smithi023.vhqanb (mgr.14182) 288 : cluster [DBG] pgmap v241: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.8 KiB/s rd, 1.5 KiB/s wr, 4 op/s 2024-02-19T23:41:20.659 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:20 smithi023 bash[16423]: cluster 2024-02-19T23:41:19.223458+0000 mgr.smithi023.vhqanb (mgr.14182) 289 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 100 B/s wr, 0 op/s 2024-02-19T23:41:20.660 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:20 smithi023 bash[16423]: audit 2024-02-19T23:41:19.339368+0000 mon.smithi023 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:20.660 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:20 smithi023 bash[16423]: audit 2024-02-19T23:41:19.610251+0000 mon.smithi023 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:20.660 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:20 smithi023 bash[16423]: audit 2024-02-19T23:41:19.914136+0000 mon.smithi023 (mon.0) 694 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:41:20.660 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:20 smithi023 bash[16423]: audit 2024-02-19T23:41:19.915971+0000 mon.smithi023 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:41:20.660 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:20 smithi023 bash[16423]: audit 2024-02-19T23:41:19.924698+0000 mon.smithi023 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:20.660 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:20 smithi023 bash[16423]: audit 2024-02-19T23:41:19.934155+0000 mon.smithi023 (mon.0) 697 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:41:20.660 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:20 smithi023 bash[16423]: audit 2024-02-19T23:41:19.950032+0000 mon.smithi023 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:20.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:20 smithi184 bash[20261]: cluster 2024-02-19T23:41:19.223458+0000 mgr.smithi023.vhqanb (mgr.14182) 289 : cluster [DBG] pgmap v242: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 100 B/s wr, 0 op/s 2024-02-19T23:41:20.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:20 smithi184 bash[20261]: audit 2024-02-19T23:41:19.339368+0000 mon.smithi023 (mon.0) 692 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:20.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:20 smithi184 bash[20261]: audit 2024-02-19T23:41:19.610251+0000 mon.smithi023 (mon.0) 693 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:20.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:20 smithi184 bash[20261]: audit 2024-02-19T23:41:19.914136+0000 mon.smithi023 (mon.0) 694 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:41:20.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:20 smithi184 bash[20261]: audit 2024-02-19T23:41:19.915971+0000 mon.smithi023 (mon.0) 695 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:41:20.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:20 smithi184 bash[20261]: audit 2024-02-19T23:41:19.924698+0000 mon.smithi023 (mon.0) 696 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:20.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:20 smithi184 bash[20261]: audit 2024-02-19T23:41:19.934155+0000 mon.smithi023 (mon.0) 697 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:41:20.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:20 smithi184 bash[20261]: audit 2024-02-19T23:41:19.950032+0000 mon.smithi023 (mon.0) 698 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:21.027 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:41:21.028 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:41:19.593703Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:41:19.323168Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:41:19.594124Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:40:43.439161Z service:ingress.nfs.foo [INFO] \"service was created\"", "2024-02-19T23:41:09.027945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dkrmhx on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dkrmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dkrmhx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dkrmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dkrmhx\nDeploy daemon haproxy.nfs.foo.smithi184.dkrmhx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:13.207547Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.warkyk on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-warkyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-warkyk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.warkyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.warkyk\nDeploy daemon haproxy.nfs.foo.smithi023.warkyk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:13.216969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.vtmncn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:13.218741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.audcwn on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:41:19.325007Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:41:19.323432Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:41:19.323595Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:41:19.325215Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:41:19.323838Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:41:19.324221Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:41:19.324031Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:41:21.610 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:21 smithi023 bash[16423]: cluster 2024-02-19T23:41:19.925661+0000 mgr.smithi023.vhqanb (mgr.14182) 290 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-02-19T23:41:21.611 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:21 smithi023 bash[16423]: cephadm 2024-02-19T23:41:19.953986+0000 mgr.smithi023.vhqanb (mgr.14182) 291 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.lqitdj on smithi184 2024-02-19T23:41:21.611 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:21 smithi023 bash[16423]: cluster 2024-02-19T23:41:20.921965+0000 mon.smithi023 (mon.0) 699 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:41:21.611 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:21 smithi023 bash[16423]: cluster 2024-02-19T23:41:20.922008+0000 mon.smithi023 (mon.0) 700 : cluster [INF] Cluster is now healthy 2024-02-19T23:41:21.661 INFO:tasks.cephadm:nfs.foo has 2/2 2024-02-19T23:41:21.662 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-02-19T23:41:21.671 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2024-02-19T23:41:21.672 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:21.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:21 smithi184 bash[20261]: cluster 2024-02-19T23:41:19.925661+0000 mgr.smithi023.vhqanb (mgr.14182) 290 : cluster [DBG] pgmap v243: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-02-19T23:41:21.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:21 smithi184 bash[20261]: cephadm 2024-02-19T23:41:19.953986+0000 mgr.smithi023.vhqanb (mgr.14182) 291 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.lqitdj on smithi184 2024-02-19T23:41:21.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:21 smithi184 bash[20261]: cluster 2024-02-19T23:41:20.921965+0000 mon.smithi023 (mon.0) 699 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:41:21.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:21 smithi184 bash[20261]: cluster 2024-02-19T23:41:20.922008+0000 mon.smithi023 (mon.0) 700 : cluster [INF] Cluster is now healthy 2024-02-19T23:41:22.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:22 smithi023 bash[16423]: audit 2024-02-19T23:41:21.007325+0000 mgr.smithi023.vhqanb (mgr.14182) 292 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:22.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:22 smithi184 bash[20261]: audit 2024-02-19T23:41:21.007325+0000 mgr.smithi023.vhqanb (mgr.14182) 292 : audit [DBG] from='client.14576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:23.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:23 smithi023 bash[16423]: cluster 2024-02-19T23:41:21.926492+0000 mgr.smithi023.vhqanb (mgr.14182) 293 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-02-19T23:41:23.665 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:23 smithi184 bash[20261]: cluster 2024-02-19T23:41:21.926492+0000 mgr.smithi023.vhqanb (mgr.14182) 293 : cluster [DBG] pgmap v244: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 229 B/s rd, 0 op/s 2024-02-19T23:41:24.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:24 smithi023 bash[16423]: audit 2024-02-19T23:41:23.735343+0000 mon.smithi023 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.lqitdj"}]: dispatch 2024-02-19T23:41:24.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:24 smithi184 bash[20261]: audit 2024-02-19T23:41:23.735343+0000 mon.smithi023 (mon.0) 701 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.lqitdj"}]: dispatch 2024-02-19T23:41:25.156 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:41:25.157 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:41:19.593703Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:41:19.323168Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:41:19.594124Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:09.027945Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dkrmhx on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dkrmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dkrmhx\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dkrmhx\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dkrmhx\nDeploy daemon haproxy.nfs.foo.smithi184.dkrmhx ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:13.207547Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.warkyk on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-warkyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-warkyk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.warkyk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.warkyk\nDeploy daemon haproxy.nfs.foo.smithi023.warkyk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:13.216969Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.vtmncn on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:13.218741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.audcwn on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:23.736694Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lqitdj on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-lqitdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-lqitdj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.lqitdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.lqitdj\nDeploy daemon haproxy.nfs.foo.smithi184.lqitdj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:41:19.325007Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:41:19.323432Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:41:19.323595Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:41:19.325215Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:41:19.323838Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:41:19.324221Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:41:19.324031Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:41:25.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: cephadm 2024-02-19T23:41:23.734220+0000 mgr.smithi023.vhqanb (mgr.14182) 294 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-lqitdj 2024-02-19T23:41:25.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:25.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-lqitdj 2024-02-19T23:41:25.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.lqitdj 2024-02-19T23:41:25.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:25.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.lqitdj 2024-02-19T23:41:25.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.lqitdj ... 2024-02-19T23:41:25.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:25.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:25.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:25.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:25.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:25.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:41:25.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:41:25.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:41:25.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:41:25.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:41:25.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-lqitdj 2024-02-19T23:41:25.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:25.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-lqitdj 2024-02-19T23:41:25.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.lqitdj 2024-02-19T23:41:25.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:25.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.lqitdj 2024-02-19T23:41:25.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.lqitdj ... 2024-02-19T23:41:25.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:25.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:25.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:25.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:25.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:25.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: cephadm 2024-02-19T23:41:23.734738+0000 mgr.smithi023.vhqanb (mgr.14182) 295 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.lqitdj 2024-02-19T23:41:25.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: cephadm 2024-02-19T23:41:23.736949+0000 mgr.smithi023.vhqanb (mgr.14182) 296 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.lqitdj on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-lqitdj 2024-02-19T23:41:25.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:25.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-lqitdj 2024-02-19T23:41:25.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.lqitdj 2024-02-19T23:41:25.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:25.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.lqitdj 2024-02-19T23:41:25.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.lqitdj ... 2024-02-19T23:41:25.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:25.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:25.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:25.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:25.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:25.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: cephadm 2024-02-19T23:41:23.741670+0000 mgr.smithi023.vhqanb (mgr.14182) 297 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.jmsixj on smithi023 2024-02-19T23:41:25.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:25 smithi023 bash[16423]: cluster 2024-02-19T23:41:23.927455+0000 mgr.smithi023.vhqanb (mgr.14182) 298 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-19T23:41:25.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: cephadm 2024-02-19T23:41:23.734220+0000 mgr.smithi023.vhqanb (mgr.14182) 294 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-lqitdj 2024-02-19T23:41:25.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:25.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-lqitdj 2024-02-19T23:41:25.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.lqitdj 2024-02-19T23:41:25.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:25.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.lqitdj 2024-02-19T23:41:25.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.lqitdj ... 2024-02-19T23:41:25.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:25.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:25.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:25.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:25.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:25.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:41:25.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:41:25.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:41:25.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:41:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:41:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-lqitdj 2024-02-19T23:41:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-lqitdj 2024-02-19T23:41:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.lqitdj 2024-02-19T23:41:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.lqitdj 2024-02-19T23:41:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.lqitdj ... 2024-02-19T23:41:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: cephadm 2024-02-19T23:41:23.734738+0000 mgr.smithi023.vhqanb (mgr.14182) 295 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.lqitdj 2024-02-19T23:41:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: cephadm 2024-02-19T23:41:23.736949+0000 mgr.smithi023.vhqanb (mgr.14182) 296 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.lqitdj on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-lqitdj 2024-02-19T23:41:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:25.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-lqitdj 2024-02-19T23:41:25.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.lqitdj 2024-02-19T23:41:25.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:25.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.lqitdj 2024-02-19T23:41:25.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.lqitdj ... 2024-02-19T23:41:25.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:25.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:25.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:25.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:25.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:25.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: cephadm 2024-02-19T23:41:23.741670+0000 mgr.smithi023.vhqanb (mgr.14182) 297 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.jmsixj on smithi023 2024-02-19T23:41:25.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:25 smithi184 bash[20261]: cluster 2024-02-19T23:41:23.927455+0000 mgr.smithi023.vhqanb (mgr.14182) 298 : cluster [DBG] pgmap v245: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-19T23:41:25.899 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:41:26.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:26 smithi023 bash[16423]: audit 2024-02-19T23:41:25.135810+0000 mgr.smithi023.vhqanb (mgr.14182) 299 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:26.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:26 smithi184 bash[20261]: audit 2024-02-19T23:41:25.135810+0000 mgr.smithi023.vhqanb (mgr.14182) 299 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:26.900 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:27.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:27 smithi023 bash[16423]: cluster 2024-02-19T23:41:25.928550+0000 mgr.smithi023.vhqanb (mgr.14182) 300 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-19T23:41:27.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:27 smithi184 bash[20261]: cluster 2024-02-19T23:41:25.928550+0000 mgr.smithi023.vhqanb (mgr.14182) 300 : cluster [DBG] pgmap v246: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-19T23:41:28.460 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: cluster 2024-02-19T23:41:27.929640+0000 mgr.smithi023.vhqanb (mgr.14182) 301 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 382 B/s rd, 0 op/s 2024-02-19T23:41:28.460 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: cephadm 2024-02-19T23:41:27.953499+0000 mgr.smithi023.vhqanb (mgr.14182) 302 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-jmsixj 2024-02-19T23:41:28.460 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:28.460 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-jmsixj 2024-02-19T23:41:28.460 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.jmsixj 2024-02-19T23:41:28.461 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:28.461 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.jmsixj 2024-02-19T23:41:28.461 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.jmsixj ... 2024-02-19T23:41:28.461 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:28.461 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:28.461 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:28.461 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:28.461 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:28.461 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:41:28.461 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:41:28.461 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:41:28.461 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:41:28.461 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:41:28.461 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-jmsixj 2024-02-19T23:41:28.461 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:28.462 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-jmsixj 2024-02-19T23:41:28.462 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.jmsixj 2024-02-19T23:41:28.462 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:28.462 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.jmsixj 2024-02-19T23:41:28.462 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.jmsixj ... 2024-02-19T23:41:28.462 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:28.462 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:28.462 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:28.463 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:28.463 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:28.463 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: cephadm 2024-02-19T23:41:27.953959+0000 mgr.smithi023.vhqanb (mgr.14182) 303 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.jmsixj 2024-02-19T23:41:28.463 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: audit 2024-02-19T23:41:27.954697+0000 mon.smithi023 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.jmsixj"}]: dispatch 2024-02-19T23:41:28.463 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: cephadm 2024-02-19T23:41:27.955977+0000 mgr.smithi023.vhqanb (mgr.14182) 304 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.jmsixj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-jmsixj 2024-02-19T23:41:28.463 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:28.463 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-jmsixj 2024-02-19T23:41:28.463 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.jmsixj 2024-02-19T23:41:28.463 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:28.463 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.jmsixj 2024-02-19T23:41:28.463 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.jmsixj ... 2024-02-19T23:41:28.463 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:28.463 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:28.463 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:28.464 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:28.464 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:28.464 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: cephadm 2024-02-19T23:41:27.959204+0000 mgr.smithi023.vhqanb (mgr.14182) 305 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.lbcmks on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:41:28.464 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: cephadm 2024-02-19T23:41:27.961429+0000 mgr.smithi023.vhqanb (mgr.14182) 306 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.sawhpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:41:28.464 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: cluster 2024-02-19T23:41:27.962320+0000 mgr.smithi023.vhqanb (mgr.14182) 307 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 0 op/s 2024-02-19T23:41:28.464 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:28 smithi023 bash[16423]: audit 2024-02-19T23:41:27.965623+0000 mon.smithi023 (mon.0) 703 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:41:28.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: cluster 2024-02-19T23:41:27.929640+0000 mgr.smithi023.vhqanb (mgr.14182) 301 : cluster [DBG] pgmap v247: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 382 B/s rd, 0 op/s 2024-02-19T23:41:28.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: cephadm 2024-02-19T23:41:27.953499+0000 mgr.smithi023.vhqanb (mgr.14182) 302 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-jmsixj 2024-02-19T23:41:28.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:28.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-jmsixj 2024-02-19T23:41:28.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.jmsixj 2024-02-19T23:41:28.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:28.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.jmsixj 2024-02-19T23:41:28.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.jmsixj ... 2024-02-19T23:41:28.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:41:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:41:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:41:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:41:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:41:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-jmsixj 2024-02-19T23:41:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-jmsixj 2024-02-19T23:41:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.jmsixj 2024-02-19T23:41:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.jmsixj 2024-02-19T23:41:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.jmsixj ... 2024-02-19T23:41:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: cephadm 2024-02-19T23:41:27.953959+0000 mgr.smithi023.vhqanb (mgr.14182) 303 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.jmsixj 2024-02-19T23:41:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: audit 2024-02-19T23:41:27.954697+0000 mon.smithi023 (mon.0) 702 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.jmsixj"}]: dispatch 2024-02-19T23:41:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: cephadm 2024-02-19T23:41:27.955977+0000 mgr.smithi023.vhqanb (mgr.14182) 304 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.jmsixj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-jmsixj 2024-02-19T23:41:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-jmsixj 2024-02-19T23:41:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.jmsixj 2024-02-19T23:41:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:28.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.jmsixj 2024-02-19T23:41:28.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.jmsixj ... 2024-02-19T23:41:28.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:28.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:28.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:28.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:28.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:28.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: cephadm 2024-02-19T23:41:27.959204+0000 mgr.smithi023.vhqanb (mgr.14182) 305 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.lbcmks on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:41:28.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: cephadm 2024-02-19T23:41:27.961429+0000 mgr.smithi023.vhqanb (mgr.14182) 306 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.sawhpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:41:28.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: cluster 2024-02-19T23:41:27.962320+0000 mgr.smithi023.vhqanb (mgr.14182) 307 : cluster [DBG] pgmap v248: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 234 B/s rd, 0 op/s 2024-02-19T23:41:28.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:28 smithi184 bash[20261]: audit 2024-02-19T23:41:27.965623+0000 mon.smithi023 (mon.0) 703 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:41:29.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:29 smithi023 bash[16423]: cluster 2024-02-19T23:41:28.383082+0000 mon.smithi023 (mon.0) 704 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:41:29.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:29 smithi184 bash[20261]: cluster 2024-02-19T23:41:28.383082+0000 mon.smithi023 (mon.0) 704 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:41:30.350 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:41:30.350 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:41:19.593703Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:41:19.323168Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:41:19.594124Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:13.218741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.audcwn on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:23.736694Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lqitdj on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-lqitdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-lqitdj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.lqitdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.lqitdj\nDeploy daemon haproxy.nfs.foo.smithi184.lqitdj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:27.955806Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jmsixj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-jmsixj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-jmsixj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.jmsixj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.jmsixj\nDeploy daemon haproxy.nfs.foo.smithi023.jmsixj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:27.959068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.lbcmks on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:27.961295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.sawhpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:41:19.325007Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:41:19.323432Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:41:19.323595Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:41:19.325215Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:41:19.323838Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:41:19.324221Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:41:19.324031Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:41:30.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:30 smithi023 bash[16423]: cluster 2024-02-19T23:41:29.963568+0000 mgr.smithi023.vhqanb (mgr.14182) 308 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-19T23:41:30.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:30 smithi023 bash[16423]: audit 2024-02-19T23:41:30.328522+0000 mgr.smithi023.vhqanb (mgr.14182) 309 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:30.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:30 smithi184 bash[20261]: cluster 2024-02-19T23:41:29.963568+0000 mgr.smithi023.vhqanb (mgr.14182) 308 : cluster [DBG] pgmap v249: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-19T23:41:30.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:30 smithi184 bash[20261]: audit 2024-02-19T23:41:30.328522+0000 mgr.smithi023.vhqanb (mgr.14182) 309 : audit [DBG] from='client.14584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:31.018 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:41:32.019 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:32.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:32 smithi023 bash[16423]: audit 2024-02-19T23:41:31.369512+0000 mon.smithi023 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:32.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:32 smithi184 bash[20261]: audit 2024-02-19T23:41:31.369512+0000 mon.smithi023 (mon.0) 705 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:33.474 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:33 smithi023 bash[16423]: cluster 2024-02-19T23:41:31.964717+0000 mgr.smithi023.vhqanb (mgr.14182) 310 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-19T23:41:33.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:33 smithi184 bash[20261]: cluster 2024-02-19T23:41:31.964717+0000 mgr.smithi023.vhqanb (mgr.14182) 310 : cluster [DBG] pgmap v250: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-19T23:41:35.217 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:41:35.217 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:41:19.593703Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:41:19.593916Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:41:19.594124Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:13.218741Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.audcwn on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:23.736694Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lqitdj on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-lqitdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-lqitdj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.lqitdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.lqitdj\nDeploy daemon haproxy.nfs.foo.smithi184.lqitdj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:27.955806Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jmsixj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-jmsixj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-jmsixj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.jmsixj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.jmsixj\nDeploy daemon haproxy.nfs.foo.smithi023.jmsixj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:27.959068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.lbcmks on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:27.961295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.sawhpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:41:19.595363Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:41:19.593478Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:41:19.593154Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:41:19.595572Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:41:19.594330Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:41:19.594537Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:41:34.033660Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:41:35.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:35 smithi023 bash[16423]: cluster 2024-02-19T23:41:33.965831+0000 mgr.smithi023.vhqanb (mgr.14182) 311 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-19T23:41:35.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:35 smithi023 bash[16423]: audit 2024-02-19T23:41:34.049240+0000 mon.smithi023 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:35.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:35 smithi184 bash[20261]: cluster 2024-02-19T23:41:33.965831+0000 mgr.smithi023.vhqanb (mgr.14182) 311 : cluster [DBG] pgmap v251: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-19T23:41:35.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:35 smithi184 bash[20261]: audit 2024-02-19T23:41:34.049240+0000 mon.smithi023 (mon.0) 706 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:35.865 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:41:36.247 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:36 smithi023 bash[16423]: audit 2024-02-19T23:41:35.202567+0000 mgr.smithi023.vhqanb (mgr.14182) 312 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:36.247 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:36 smithi023 bash[16423]: audit 2024-02-19T23:41:35.800328+0000 mon.smithi023 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:36.247 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:36 smithi023 bash[16423]: audit 2024-02-19T23:41:35.801732+0000 mon.smithi023 (mon.0) 708 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:41:36.247 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:36 smithi023 bash[16423]: audit 2024-02-19T23:41:35.802788+0000 mon.smithi023 (mon.0) 709 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:41:36.247 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:36 smithi023 bash[16423]: audit 2024-02-19T23:41:35.813259+0000 mon.smithi023 (mon.0) 710 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:36.247 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:36 smithi023 bash[16423]: audit 2024-02-19T23:41:35.820164+0000 mon.smithi023 (mon.0) 711 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:41:36.247 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:36 smithi023 bash[16423]: audit 2024-02-19T23:41:35.832749+0000 mon.smithi023 (mon.0) 712 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:36.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:36 smithi184 bash[20261]: audit 2024-02-19T23:41:35.202567+0000 mgr.smithi023.vhqanb (mgr.14182) 312 : audit [DBG] from='client.14588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:36.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:36 smithi184 bash[20261]: audit 2024-02-19T23:41:35.800328+0000 mon.smithi023 (mon.0) 707 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:36.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:36 smithi184 bash[20261]: audit 2024-02-19T23:41:35.801732+0000 mon.smithi023 (mon.0) 708 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:41:36.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:36 smithi184 bash[20261]: audit 2024-02-19T23:41:35.802788+0000 mon.smithi023 (mon.0) 709 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:41:36.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:36 smithi184 bash[20261]: audit 2024-02-19T23:41:35.813259+0000 mon.smithi023 (mon.0) 710 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:36.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:36 smithi184 bash[20261]: audit 2024-02-19T23:41:35.820164+0000 mon.smithi023 (mon.0) 711 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:41:36.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:36 smithi184 bash[20261]: audit 2024-02-19T23:41:35.832749+0000 mon.smithi023 (mon.0) 712 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:36.866 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:37.246 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:37 smithi023 bash[16423]: cluster 2024-02-19T23:41:35.814333+0000 mgr.smithi023.vhqanb (mgr.14182) 313 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 207 B/s rd, 0 op/s 2024-02-19T23:41:37.247 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:37 smithi023 bash[16423]: cephadm 2024-02-19T23:41:35.836575+0000 mgr.smithi023.vhqanb (mgr.14182) 314 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.qffslo on smithi184 2024-02-19T23:41:37.247 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:37 smithi023 bash[16423]: cluster 2024-02-19T23:41:36.810287+0000 mon.smithi023 (mon.0) 713 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:41:37.247 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:37 smithi023 bash[16423]: cluster 2024-02-19T23:41:36.810359+0000 mon.smithi023 (mon.0) 714 : cluster [INF] Cluster is now healthy 2024-02-19T23:41:37.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:37 smithi184 bash[20261]: cluster 2024-02-19T23:41:35.814333+0000 mgr.smithi023.vhqanb (mgr.14182) 313 : cluster [DBG] pgmap v252: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 207 B/s rd, 0 op/s 2024-02-19T23:41:37.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:37 smithi184 bash[20261]: cephadm 2024-02-19T23:41:35.836575+0000 mgr.smithi023.vhqanb (mgr.14182) 314 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.qffslo on smithi184 2024-02-19T23:41:37.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:37 smithi184 bash[20261]: cluster 2024-02-19T23:41:36.810287+0000 mon.smithi023 (mon.0) 713 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:41:37.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:37 smithi184 bash[20261]: cluster 2024-02-19T23:41:36.810359+0000 mon.smithi023 (mon.0) 714 : cluster [INF] Cluster is now healthy 2024-02-19T23:41:39.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:39 smithi023 bash[16423]: cluster 2024-02-19T23:41:37.815057+0000 mgr.smithi023.vhqanb (mgr.14182) 315 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:41:39.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:39 smithi184 bash[20261]: cluster 2024-02-19T23:41:37.815057+0000 mgr.smithi023.vhqanb (mgr.14182) 315 : cluster [DBG] pgmap v253: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:41:40.030 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:41:40.031 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:41:35.785363Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:41:34.032918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:41:35.785892Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:23.736694Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.lqitdj on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-lqitdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-lqitdj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.lqitdj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.lqitdj\nDeploy daemon haproxy.nfs.foo.smithi184.lqitdj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:27.955806Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.jmsixj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-jmsixj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-jmsixj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.jmsixj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.jmsixj\nDeploy daemon haproxy.nfs.foo.smithi023.jmsixj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:27.959068Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.lbcmks on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:27.961295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.sawhpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:39.660569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.qffslo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\nDeploy daemon haproxy.nfs.foo.smithi184.qffslo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:41:34.034423Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:41:34.033181Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:41:34.033348Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:41:34.034576Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:41:34.033505Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:41:34.033814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:41:34.033660Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:41:40.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:40 smithi023 bash[16423]: audit 2024-02-19T23:41:39.658969+0000 mon.smithi023 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.qffslo"}]: dispatch 2024-02-19T23:41:40.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:40 smithi184 bash[20261]: audit 2024-02-19T23:41:39.658969+0000 mon.smithi023 (mon.0) 715 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.qffslo"}]: dispatch 2024-02-19T23:41:40.681 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:41:41.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: cephadm 2024-02-19T23:41:39.657447+0000 mgr.smithi023.vhqanb (mgr.14182) 316 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo 2024-02-19T23:41:41.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:41.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo 2024-02-19T23:41:41.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo 2024-02-19T23:41:41.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:41.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo 2024-02-19T23:41:41.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.qffslo ... 2024-02-19T23:41:41.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:41.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:41.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:41.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:41.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:41.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:41:41.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:41:41.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:41:41.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:41:41.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:41:41.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo 2024-02-19T23:41:41.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:41.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo 2024-02-19T23:41:41.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo 2024-02-19T23:41:41.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:41.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo 2024-02-19T23:41:41.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.qffslo ... 2024-02-19T23:41:41.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:41.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:41.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:41.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:41.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:41.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: cephadm 2024-02-19T23:41:39.658199+0000 mgr.smithi023.vhqanb (mgr.14182) 317 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.qffslo 2024-02-19T23:41:41.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: cephadm 2024-02-19T23:41:39.660881+0000 mgr.smithi023.vhqanb (mgr.14182) 318 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.qffslo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo 2024-02-19T23:41:41.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:41.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo 2024-02-19T23:41:41.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo 2024-02-19T23:41:41.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:41.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo 2024-02-19T23:41:41.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.qffslo ... 2024-02-19T23:41:41.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:41.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:41.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:41.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:41.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:41.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: cephadm 2024-02-19T23:41:39.664926+0000 mgr.smithi023.vhqanb (mgr.14182) 319 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.bxvtmz on smithi023 2024-02-19T23:41:41.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: cluster 2024-02-19T23:41:39.816173+0000 mgr.smithi023.vhqanb (mgr.14182) 320 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-19T23:41:41.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:41 smithi023 bash[16423]: audit 2024-02-19T23:41:40.011752+0000 mgr.smithi023.vhqanb (mgr.14182) 321 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:41.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: cephadm 2024-02-19T23:41:39.657447+0000 mgr.smithi023.vhqanb (mgr.14182) 316 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo 2024-02-19T23:41:41.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:41.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo 2024-02-19T23:41:41.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo 2024-02-19T23:41:41.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:41.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo 2024-02-19T23:41:41.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.qffslo ... 2024-02-19T23:41:41.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:41.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:41.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:41.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:41.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:41.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:41:41.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:41:41.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:41:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:41:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:41:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo 2024-02-19T23:41:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo 2024-02-19T23:41:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo 2024-02-19T23:41:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo 2024-02-19T23:41:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.qffslo ... 2024-02-19T23:41:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: cephadm 2024-02-19T23:41:39.658199+0000 mgr.smithi023.vhqanb (mgr.14182) 317 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.qffslo 2024-02-19T23:41:41.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: cephadm 2024-02-19T23:41:39.660881+0000 mgr.smithi023.vhqanb (mgr.14182) 318 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.qffslo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo 2024-02-19T23:41:41.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:41.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo 2024-02-19T23:41:41.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo 2024-02-19T23:41:41.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:41.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo 2024-02-19T23:41:41.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.qffslo ... 2024-02-19T23:41:41.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:41.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:41.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:41.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:41.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:41.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: cephadm 2024-02-19T23:41:39.664926+0000 mgr.smithi023.vhqanb (mgr.14182) 319 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.bxvtmz on smithi023 2024-02-19T23:41:41.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: cluster 2024-02-19T23:41:39.816173+0000 mgr.smithi023.vhqanb (mgr.14182) 320 : cluster [DBG] pgmap v254: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-19T23:41:41.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:41 smithi184 bash[20261]: audit 2024-02-19T23:41:40.011752+0000 mgr.smithi023.vhqanb (mgr.14182) 321 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:41.682 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:43.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:43 smithi023 bash[16423]: cluster 2024-02-19T23:41:41.816983+0000 mgr.smithi023.vhqanb (mgr.14182) 322 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-19T23:41:43.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:43 smithi184 bash[20261]: cluster 2024-02-19T23:41:41.816983+0000 mgr.smithi023.vhqanb (mgr.14182) 322 : cluster [DBG] pgmap v255: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-19T23:41:44.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:44 smithi023 bash[16423]: audit 2024-02-19T23:41:43.771689+0000 mon.smithi023 (mon.0) 716 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.bxvtmz"}]: dispatch 2024-02-19T23:41:44.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:44 smithi184 bash[20261]: audit 2024-02-19T23:41:43.771689+0000 mon.smithi023 (mon.0) 716 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.bxvtmz"}]: dispatch 2024-02-19T23:41:45.227 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:41:45.227 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:41:35.785363Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:41:34.032918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:41:35.785892Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:27.961295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.sawhpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:39.660569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.qffslo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\nDeploy daemon haproxy.nfs.foo.smithi184.qffslo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.773089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.bxvtmz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\nDeploy daemon haproxy.nfs.foo.smithi023.bxvtmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.777535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.qxgjsu on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:41:34.034423Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:41:34.033181Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:41:34.033348Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:41:34.034576Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:41:34.033505Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:41:34.033814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:41:34.033660Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:41:45.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: cephadm 2024-02-19T23:41:43.770728+0000 mgr.smithi023.vhqanb (mgr.14182) 323 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz 2024-02-19T23:41:45.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:45.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz 2024-02-19T23:41:45.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz 2024-02-19T23:41:45.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:45.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz 2024-02-19T23:41:45.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.bxvtmz ... 2024-02-19T23:41:45.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:45.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:45.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:45.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:45.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:45.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:41:45.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:41:45.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:41:45.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:41:45.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:41:45.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz 2024-02-19T23:41:45.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:45.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz 2024-02-19T23:41:45.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz 2024-02-19T23:41:45.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:45.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz 2024-02-19T23:41:45.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.bxvtmz ... 2024-02-19T23:41:45.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:45.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:45.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:45.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:45.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:45.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: cephadm 2024-02-19T23:41:43.770992+0000 mgr.smithi023.vhqanb (mgr.14182) 324 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.bxvtmz 2024-02-19T23:41:45.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: cephadm 2024-02-19T23:41:43.773401+0000 mgr.smithi023.vhqanb (mgr.14182) 325 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.bxvtmz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz 2024-02-19T23:41:45.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:45.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz 2024-02-19T23:41:45.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz 2024-02-19T23:41:45.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:41:45.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz 2024-02-19T23:41:45.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.bxvtmz ... 2024-02-19T23:41:45.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:45.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:45.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:45.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:45.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:45.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: cephadm 2024-02-19T23:41:43.777734+0000 mgr.smithi023.vhqanb (mgr.14182) 326 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.qxgjsu on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:41:45.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: cephadm 2024-02-19T23:41:43.779680+0000 mgr.smithi023.vhqanb (mgr.14182) 327 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:41:45.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: cluster 2024-02-19T23:41:43.780693+0000 mgr.smithi023.vhqanb (mgr.14182) 328 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-19T23:41:45.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:45 smithi023 bash[16423]: cluster 2024-02-19T23:41:44.095598+0000 mon.smithi023 (mon.0) 717 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:41:45.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: cephadm 2024-02-19T23:41:43.770728+0000 mgr.smithi023.vhqanb (mgr.14182) 323 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz 2024-02-19T23:41:45.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:45.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz 2024-02-19T23:41:45.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz 2024-02-19T23:41:45.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:45.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz 2024-02-19T23:41:45.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.bxvtmz ... 2024-02-19T23:41:45.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:45.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:45.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:45.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:45.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:45.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:41:45.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:41:45.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:41:45.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:41:45.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:41:45.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz 2024-02-19T23:41:45.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:45.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz 2024-02-19T23:41:45.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz 2024-02-19T23:41:45.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:45.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz 2024-02-19T23:41:45.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.bxvtmz ... 2024-02-19T23:41:45.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:45.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:45.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:45.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:45.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:45.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: cephadm 2024-02-19T23:41:43.770992+0000 mgr.smithi023.vhqanb (mgr.14182) 324 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.bxvtmz 2024-02-19T23:41:45.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: cephadm 2024-02-19T23:41:43.773401+0000 mgr.smithi023.vhqanb (mgr.14182) 325 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.bxvtmz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz 2024-02-19T23:41:45.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:45.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz 2024-02-19T23:41:45.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz 2024-02-19T23:41:45.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:41:45.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz 2024-02-19T23:41:45.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.bxvtmz ... 2024-02-19T23:41:45.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:45.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:41:45.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:41:45.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:41:45.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:41:45.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: cephadm 2024-02-19T23:41:43.777734+0000 mgr.smithi023.vhqanb (mgr.14182) 326 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.qxgjsu on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:41:45.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: cephadm 2024-02-19T23:41:43.779680+0000 mgr.smithi023.vhqanb (mgr.14182) 327 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:41:45.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: cluster 2024-02-19T23:41:43.780693+0000 mgr.smithi023.vhqanb (mgr.14182) 328 : cluster [DBG] pgmap v256: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-19T23:41:45.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:45 smithi184 bash[20261]: cluster 2024-02-19T23:41:44.095598+0000 mon.smithi023 (mon.0) 717 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:41:45.883 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:41:46.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:46 smithi023 bash[16423]: audit 2024-02-19T23:41:45.207159+0000 mgr.smithi023.vhqanb (mgr.14182) 329 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:46.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:46 smithi184 bash[20261]: audit 2024-02-19T23:41:45.207159+0000 mgr.smithi023.vhqanb (mgr.14182) 329 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:46.884 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:47.246 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:47 smithi023 bash[16423]: cluster 2024-02-19T23:41:45.782373+0000 mgr.smithi023.vhqanb (mgr.14182) 330 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-19T23:41:47.247 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:47 smithi023 bash[16423]: audit 2024-02-19T23:41:46.389525+0000 mon.smithi023 (mon.0) 718 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:47.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:47 smithi184 bash[20261]: cluster 2024-02-19T23:41:45.782373+0000 mgr.smithi023.vhqanb (mgr.14182) 330 : cluster [DBG] pgmap v257: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-19T23:41:47.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:47 smithi184 bash[20261]: audit 2024-02-19T23:41:46.389525+0000 mon.smithi023 (mon.0) 718 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:41:49.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:49 smithi023 bash[16423]: cluster 2024-02-19T23:41:47.783434+0000 mgr.smithi023.vhqanb (mgr.14182) 331 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:41:49.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:49 smithi184 bash[20261]: cluster 2024-02-19T23:41:47.783434+0000 mgr.smithi023.vhqanb (mgr.14182) 331 : cluster [DBG] pgmap v258: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:41:50.211 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:41:50.211 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:41:35.785363Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:41:34.032918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:41:35.785892Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:27.961295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.sawhpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:39.660569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.qffslo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\nDeploy daemon haproxy.nfs.foo.smithi184.qffslo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.773089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.bxvtmz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\nDeploy daemon haproxy.nfs.foo.smithi023.bxvtmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.777535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.qxgjsu on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:41:34.034423Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:41:34.033181Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:41:34.033348Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:41:34.034576Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:41:34.033505Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:41:34.033814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:41:34.033660Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:41:50.778 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:41:51.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:51 smithi023 bash[16423]: cluster 2024-02-19T23:41:49.784875+0000 mgr.smithi023.vhqanb (mgr.14182) 332 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 342 B/s rd, 0 op/s 2024-02-19T23:41:51.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:51 smithi023 bash[16423]: audit 2024-02-19T23:41:50.189039+0000 mgr.smithi023.vhqanb (mgr.14182) 333 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:51.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:51 smithi184 bash[20261]: cluster 2024-02-19T23:41:49.784875+0000 mgr.smithi023.vhqanb (mgr.14182) 332 : cluster [DBG] pgmap v259: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 342 B/s rd, 0 op/s 2024-02-19T23:41:51.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:51 smithi184 bash[20261]: audit 2024-02-19T23:41:50.189039+0000 mgr.smithi023.vhqanb (mgr.14182) 333 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:51.778 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:53.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:53 smithi023 bash[16423]: cluster 2024-02-19T23:41:51.786035+0000 mgr.smithi023.vhqanb (mgr.14182) 334 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:41:53.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:53 smithi184 bash[20261]: cluster 2024-02-19T23:41:51.786035+0000 mgr.smithi023.vhqanb (mgr.14182) 334 : cluster [DBG] pgmap v260: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:41:54.889 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:41:54.889 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:41:35.785363Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:41:34.032918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:41:35.785892Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:27.961295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.sawhpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:39.660569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.qffslo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\nDeploy daemon haproxy.nfs.foo.smithi184.qffslo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.773089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.bxvtmz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\nDeploy daemon haproxy.nfs.foo.smithi023.bxvtmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.777535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.qxgjsu on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:41:34.034423Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:41:34.033181Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:41:34.033348Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:41:34.034576Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:41:34.033505Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:41:34.033814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:41:34.033660Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:41:55.247 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:55 smithi023 bash[16423]: cluster 2024-02-19T23:41:53.787163+0000 mgr.smithi023.vhqanb (mgr.14182) 335 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:41:55.498 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:41:55.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:55 smithi184 bash[20261]: cluster 2024-02-19T23:41:53.787163+0000 mgr.smithi023.vhqanb (mgr.14182) 335 : cluster [DBG] pgmap v261: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:41:56.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:56 smithi023 bash[16423]: audit 2024-02-19T23:41:54.873956+0000 mgr.smithi023.vhqanb (mgr.14182) 336 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:56.499 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:41:56.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:56 smithi184 bash[20261]: audit 2024-02-19T23:41:54.873956+0000 mgr.smithi023.vhqanb (mgr.14182) 336 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:41:57.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:57 smithi023 bash[16423]: cluster 2024-02-19T23:41:55.788518+0000 mgr.smithi023.vhqanb (mgr.14182) 337 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:41:57.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:57 smithi184 bash[20261]: cluster 2024-02-19T23:41:55.788518+0000 mgr.smithi023.vhqanb (mgr.14182) 337 : cluster [DBG] pgmap v262: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:41:59.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:41:59 smithi023 bash[16423]: cluster 2024-02-19T23:41:57.789238+0000 mgr.smithi023.vhqanb (mgr.14182) 338 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:41:59.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:41:59 smithi184 bash[20261]: cluster 2024-02-19T23:41:57.789238+0000 mgr.smithi023.vhqanb (mgr.14182) 338 : cluster [DBG] pgmap v263: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:41:59.715 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:41:59.715 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:41:35.785363Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:41:34.032918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:41:35.785892Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:27.961295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.sawhpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:39.660569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.qffslo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\nDeploy daemon haproxy.nfs.foo.smithi184.qffslo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.773089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.bxvtmz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\nDeploy daemon haproxy.nfs.foo.smithi023.bxvtmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.777535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.qxgjsu on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:41:34.034423Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:41:34.033181Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:41:34.033348Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:41:34.034576Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:41:34.033505Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:41:34.033814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:41:34.033660Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:42:00.311 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:01.311 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:01.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:01 smithi023 bash[16423]: audit 2024-02-19T23:41:59.696168+0000 mgr.smithi023.vhqanb (mgr.14182) 339 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:01.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:01 smithi023 bash[16423]: cluster 2024-02-19T23:41:59.790685+0000 mgr.smithi023.vhqanb (mgr.14182) 340 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:42:01.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:01 smithi184 bash[20261]: audit 2024-02-19T23:41:59.696168+0000 mgr.smithi023.vhqanb (mgr.14182) 339 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:01.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:01 smithi184 bash[20261]: cluster 2024-02-19T23:41:59.790685+0000 mgr.smithi023.vhqanb (mgr.14182) 340 : cluster [DBG] pgmap v264: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:42:03.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:03 smithi023 bash[16423]: cluster 2024-02-19T23:42:01.791937+0000 mgr.smithi023.vhqanb (mgr.14182) 341 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:03.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:03 smithi184 bash[20261]: cluster 2024-02-19T23:42:01.791937+0000 mgr.smithi023.vhqanb (mgr.14182) 341 : cluster [DBG] pgmap v265: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:04.548 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:42:04.548 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:41:35.785363Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:41:34.032918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:41:35.785892Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:27.961295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.sawhpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:39.660569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.qffslo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\nDeploy daemon haproxy.nfs.foo.smithi184.qffslo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.773089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.bxvtmz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\nDeploy daemon haproxy.nfs.foo.smithi023.bxvtmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.777535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.qxgjsu on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:41:34.034423Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:41:34.033181Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:41:34.033348Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:41:34.034576Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:41:34.033505Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:41:34.033814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:41:34.033660Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:42:05.155 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:05.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:05 smithi023 bash[16423]: cluster 2024-02-19T23:42:03.793060+0000 mgr.smithi023.vhqanb (mgr.14182) 342 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:05.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:05 smithi184 bash[20261]: cluster 2024-02-19T23:42:03.793060+0000 mgr.smithi023.vhqanb (mgr.14182) 342 : cluster [DBG] pgmap v266: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:06.157 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:06.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:06 smithi023 bash[16423]: audit 2024-02-19T23:42:04.528442+0000 mgr.smithi023.vhqanb (mgr.14182) 343 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:06.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:06 smithi184 bash[20261]: audit 2024-02-19T23:42:04.528442+0000 mgr.smithi023.vhqanb (mgr.14182) 343 : audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:07.480 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:07 smithi023 bash[16423]: cluster 2024-02-19T23:42:05.794357+0000 mgr.smithi023.vhqanb (mgr.14182) 344 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:07.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:07 smithi184 bash[20261]: cluster 2024-02-19T23:42:05.794357+0000 mgr.smithi023.vhqanb (mgr.14182) 344 : cluster [DBG] pgmap v267: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:09.334 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:42:09.334 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:41:35.785363Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:41:34.032918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:41:35.785892Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:27.961295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.sawhpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:39.660569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.qffslo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\nDeploy daemon haproxy.nfs.foo.smithi184.qffslo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.773089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.bxvtmz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\nDeploy daemon haproxy.nfs.foo.smithi023.bxvtmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.777535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.qxgjsu on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:41:34.034423Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:41:34.033181Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:41:34.033348Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:41:34.034576Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:41:34.033505Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:41:34.033814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:41:34.033660Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:42:09.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:09 smithi184 bash[20261]: cluster 2024-02-19T23:42:07.795357+0000 mgr.smithi023.vhqanb (mgr.14182) 345 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:09.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:09 smithi023 bash[16423]: cluster 2024-02-19T23:42:07.795357+0000 mgr.smithi023.vhqanb (mgr.14182) 345 : cluster [DBG] pgmap v268: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:09.940 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:10.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:10 smithi023 bash[16423]: audit 2024-02-19T23:42:09.314470+0000 mgr.smithi023.vhqanb (mgr.14182) 346 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:10.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:10 smithi184 bash[20261]: audit 2024-02-19T23:42:09.314470+0000 mgr.smithi023.vhqanb (mgr.14182) 346 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:10.941 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:11.612 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:11 smithi023 bash[16423]: cluster 2024-02-19T23:42:09.796785+0000 mgr.smithi023.vhqanb (mgr.14182) 347 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:42:11.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:11 smithi184 bash[20261]: cluster 2024-02-19T23:42:09.796785+0000 mgr.smithi023.vhqanb (mgr.14182) 347 : cluster [DBG] pgmap v269: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:42:13.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:13 smithi023 bash[16423]: cluster 2024-02-19T23:42:11.797940+0000 mgr.smithi023.vhqanb (mgr.14182) 348 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:13.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:13 smithi184 bash[20261]: cluster 2024-02-19T23:42:11.797940+0000 mgr.smithi023.vhqanb (mgr.14182) 348 : cluster [DBG] pgmap v270: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:14.142 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:42:14.142 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:41:35.785363Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:41:34.032918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:41:35.785892Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:27.961295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.sawhpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:39.660569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.qffslo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\nDeploy daemon haproxy.nfs.foo.smithi184.qffslo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.773089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.bxvtmz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\nDeploy daemon haproxy.nfs.foo.smithi023.bxvtmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.777535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.qxgjsu on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:41:34.034423Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:41:34.033181Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:41:34.033348Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:41:34.034576Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:41:34.033505Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:41:34.033814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:41:34.033660Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:42:14.727 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:15.729 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:15.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:15 smithi023 bash[16423]: cluster 2024-02-19T23:42:13.798974+0000 mgr.smithi023.vhqanb (mgr.14182) 349 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:15.741 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:15 smithi023 bash[16423]: audit 2024-02-19T23:42:14.120826+0000 mgr.smithi023.vhqanb (mgr.14182) 350 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:15.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:15 smithi184 bash[20261]: cluster 2024-02-19T23:42:13.798974+0000 mgr.smithi023.vhqanb (mgr.14182) 349 : cluster [DBG] pgmap v271: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:15.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:15 smithi184 bash[20261]: audit 2024-02-19T23:42:14.120826+0000 mgr.smithi023.vhqanb (mgr.14182) 350 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:17.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:17 smithi023 bash[16423]: cluster 2024-02-19T23:42:15.800283+0000 mgr.smithi023.vhqanb (mgr.14182) 351 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:17.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:17 smithi184 bash[20261]: cluster 2024-02-19T23:42:15.800283+0000 mgr.smithi023.vhqanb (mgr.14182) 351 : cluster [DBG] pgmap v272: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:18.882 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:42:18.882 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:41:35.785363Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:41:34.032918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:41:35.785892Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:27.961295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.sawhpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:39.660569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.qffslo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\nDeploy daemon haproxy.nfs.foo.smithi184.qffslo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.773089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.bxvtmz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\nDeploy daemon haproxy.nfs.foo.smithi023.bxvtmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.777535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.qxgjsu on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:41:34.034423Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:41:34.033181Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:41:34.033348Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:41:34.034576Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:41:34.033505Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:41:34.033814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:41:34.033660Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:42:19.487 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:19.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:19 smithi023 bash[16423]: cluster 2024-02-19T23:42:17.801332+0000 mgr.smithi023.vhqanb (mgr.14182) 352 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:19.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:19 smithi184 bash[20261]: cluster 2024-02-19T23:42:17.801332+0000 mgr.smithi023.vhqanb (mgr.14182) 352 : cluster [DBG] pgmap v273: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:20.489 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:20.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:20 smithi023 bash[16423]: audit 2024-02-19T23:42:18.860195+0000 mgr.smithi023.vhqanb (mgr.14182) 353 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:20.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:20 smithi184 bash[20261]: audit 2024-02-19T23:42:18.860195+0000 mgr.smithi023.vhqanb (mgr.14182) 353 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:21.612 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:21 smithi023 bash[16423]: cluster 2024-02-19T23:42:19.802681+0000 mgr.smithi023.vhqanb (mgr.14182) 354 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:42:21.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:21 smithi184 bash[20261]: cluster 2024-02-19T23:42:19.802681+0000 mgr.smithi023.vhqanb (mgr.14182) 354 : cluster [DBG] pgmap v274: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:42:23.712 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:42:23.712 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:41:35.785363Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:41:34.032918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:41:35.785892Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:27.961295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.sawhpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:39.660569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.qffslo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\nDeploy daemon haproxy.nfs.foo.smithi184.qffslo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.773089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.bxvtmz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\nDeploy daemon haproxy.nfs.foo.smithi023.bxvtmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.777535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.qxgjsu on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:41:34.034423Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:41:34.033181Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:41:34.033348Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:41:34.034576Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:41:34.033505Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:41:34.033814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:41:34.033660Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:42:23.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:23 smithi023 bash[16423]: cluster 2024-02-19T23:42:21.803898+0000 mgr.smithi023.vhqanb (mgr.14182) 355 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:23.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:23 smithi184 bash[20261]: cluster 2024-02-19T23:42:21.803898+0000 mgr.smithi023.vhqanb (mgr.14182) 355 : cluster [DBG] pgmap v275: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:24.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:25.364 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:25.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:25 smithi023 bash[16423]: audit 2024-02-19T23:42:23.691824+0000 mgr.smithi023.vhqanb (mgr.14182) 356 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:25.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:25 smithi023 bash[16423]: cluster 2024-02-19T23:42:23.805257+0000 mgr.smithi023.vhqanb (mgr.14182) 357 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:25.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:25 smithi184 bash[20261]: audit 2024-02-19T23:42:23.691824+0000 mgr.smithi023.vhqanb (mgr.14182) 356 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:25.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:25 smithi184 bash[20261]: cluster 2024-02-19T23:42:23.805257+0000 mgr.smithi023.vhqanb (mgr.14182) 357 : cluster [DBG] pgmap v276: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:27.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:27 smithi023 bash[16423]: cluster 2024-02-19T23:42:25.806665+0000 mgr.smithi023.vhqanb (mgr.14182) 358 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:27.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:27 smithi184 bash[20261]: cluster 2024-02-19T23:42:25.806665+0000 mgr.smithi023.vhqanb (mgr.14182) 358 : cluster [DBG] pgmap v277: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:28.539 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:42:28.539 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:41:35.785363Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:41:34.032918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:41:35.785892Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:27.961295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.sawhpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:39.660569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.qffslo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\nDeploy daemon haproxy.nfs.foo.smithi184.qffslo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.773089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.bxvtmz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\nDeploy daemon haproxy.nfs.foo.smithi023.bxvtmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.777535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.qxgjsu on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:41:34.034423Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:41:34.033181Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:41:34.033348Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:41:34.034576Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:41:34.033505Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:41:34.033814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:41:34.033660Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:42:29.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:29.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:29 smithi023 bash[16423]: cluster 2024-02-19T23:42:27.807720+0000 mgr.smithi023.vhqanb (mgr.14182) 359 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:29.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:29 smithi184 bash[20261]: cluster 2024-02-19T23:42:27.807720+0000 mgr.smithi023.vhqanb (mgr.14182) 359 : cluster [DBG] pgmap v278: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:30.146 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:30.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:30 smithi023 bash[16423]: audit 2024-02-19T23:42:28.524222+0000 mgr.smithi023.vhqanb (mgr.14182) 360 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:30.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:30 smithi184 bash[20261]: audit 2024-02-19T23:42:28.524222+0000 mgr.smithi023.vhqanb (mgr.14182) 360 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:31.531 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:31 smithi023 bash[16423]: cluster 2024-02-19T23:42:29.809069+0000 mgr.smithi023.vhqanb (mgr.14182) 361 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:42:31.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:31 smithi184 bash[20261]: cluster 2024-02-19T23:42:29.809069+0000 mgr.smithi023.vhqanb (mgr.14182) 361 : cluster [DBG] pgmap v279: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:42:33.344 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:42:33.344 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:41:35.785363Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:41:34.032918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:41:35.785892Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:27.961295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.sawhpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:39.660569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.qffslo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\nDeploy daemon haproxy.nfs.foo.smithi184.qffslo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.773089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.bxvtmz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\nDeploy daemon haproxy.nfs.foo.smithi023.bxvtmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.777535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.qxgjsu on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:41:34.034423Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:41:34.033181Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:41:34.033348Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:41:34.034576Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:41:34.033505Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:41:34.033814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:41:34.033660Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:42:33.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:33 smithi023 bash[16423]: cluster 2024-02-19T23:42:31.810168+0000 mgr.smithi023.vhqanb (mgr.14182) 362 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:33.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:33 smithi184 bash[20261]: cluster 2024-02-19T23:42:31.810168+0000 mgr.smithi023.vhqanb (mgr.14182) 362 : cluster [DBG] pgmap v280: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:33.972 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:34.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:34 smithi023 bash[16423]: audit 2024-02-19T23:42:33.328148+0000 mgr.smithi023.vhqanb (mgr.14182) 363 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:34.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:34 smithi184 bash[20261]: audit 2024-02-19T23:42:33.328148+0000 mgr.smithi023.vhqanb (mgr.14182) 363 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:34.974 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:35.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:35 smithi184 bash[20261]: cluster 2024-02-19T23:42:33.811458+0000 mgr.smithi023.vhqanb (mgr.14182) 364 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:35.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:35 smithi023 bash[16423]: cluster 2024-02-19T23:42:33.811458+0000 mgr.smithi023.vhqanb (mgr.14182) 364 : cluster [DBG] pgmap v281: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:37.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:37 smithi023 bash[16423]: cluster 2024-02-19T23:42:35.812861+0000 mgr.smithi023.vhqanb (mgr.14182) 365 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:37.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:37 smithi184 bash[20261]: cluster 2024-02-19T23:42:35.812861+0000 mgr.smithi023.vhqanb (mgr.14182) 365 : cluster [DBG] pgmap v282: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:38.236 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:42:38.236 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:41:35.785363Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:41:34.032918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:41:35.785892Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:27.961295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.sawhpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:39.660569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.qffslo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\nDeploy daemon haproxy.nfs.foo.smithi184.qffslo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.773089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.bxvtmz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\nDeploy daemon haproxy.nfs.foo.smithi023.bxvtmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.777535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.qxgjsu on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:41:34.034423Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:41:34.033181Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:41:34.033348Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:41:34.034576Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:41:34.033505Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:41:34.033814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:41:34.033660Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:42:38.896 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:39.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:39 smithi023 bash[16423]: cluster 2024-02-19T23:42:37.813884+0000 mgr.smithi023.vhqanb (mgr.14182) 366 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:39.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:39 smithi023 bash[16423]: audit 2024-02-19T23:42:38.212958+0000 mgr.smithi023.vhqanb (mgr.14182) 367 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:39.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:39 smithi184 bash[20261]: cluster 2024-02-19T23:42:37.813884+0000 mgr.smithi023.vhqanb (mgr.14182) 366 : cluster [DBG] pgmap v283: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:39.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:39 smithi184 bash[20261]: audit 2024-02-19T23:42:38.212958+0000 mgr.smithi023.vhqanb (mgr.14182) 367 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:39.897 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:41.612 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:41 smithi023 bash[16423]: cluster 2024-02-19T23:42:39.815441+0000 mgr.smithi023.vhqanb (mgr.14182) 368 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:42:41.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:41 smithi184 bash[20261]: cluster 2024-02-19T23:42:39.815441+0000 mgr.smithi023.vhqanb (mgr.14182) 368 : cluster [DBG] pgmap v284: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:42:43.151 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:42:43.151 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:41:35.785363Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:41:34.032918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:41:35.785892Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:27.961295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.sawhpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:39.660569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.qffslo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\nDeploy daemon haproxy.nfs.foo.smithi184.qffslo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.773089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.bxvtmz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\nDeploy daemon haproxy.nfs.foo.smithi023.bxvtmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.777535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.qxgjsu on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:41:34.034423Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:41:34.033181Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:41:34.033348Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:41:34.034576Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:41:34.033505Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:41:34.033814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:41:34.033660Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:42:43.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:43 smithi023 bash[16423]: cluster 2024-02-19T23:42:41.816673+0000 mgr.smithi023.vhqanb (mgr.14182) 369 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:43.761 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:43.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:43 smithi184 bash[20261]: cluster 2024-02-19T23:42:41.816673+0000 mgr.smithi023.vhqanb (mgr.14182) 369 : cluster [DBG] pgmap v285: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:44.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:44 smithi023 bash[16423]: audit 2024-02-19T23:42:43.135617+0000 mgr.smithi023.vhqanb (mgr.14182) 370 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:44.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:44 smithi023 bash[16423]: audit 2024-02-19T23:42:43.784548+0000 mon.smithi023 (mon.0) 719 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:42:44.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:44 smithi023 bash[16423]: cluster 2024-02-19T23:42:43.817662+0000 mgr.smithi023.vhqanb (mgr.14182) 371 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:44.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:44 smithi184 bash[20261]: audit 2024-02-19T23:42:43.135617+0000 mgr.smithi023.vhqanb (mgr.14182) 370 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:44.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:44 smithi184 bash[20261]: audit 2024-02-19T23:42:43.784548+0000 mon.smithi023 (mon.0) 719 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:42:44.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:44 smithi184 bash[20261]: cluster 2024-02-19T23:42:43.817662+0000 mgr.smithi023.vhqanb (mgr.14182) 371 : cluster [DBG] pgmap v286: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:44.762 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:47.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:46 smithi023 bash[16423]: cluster 2024-02-19T23:42:45.818349+0000 mgr.smithi023.vhqanb (mgr.14182) 372 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:47.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:46 smithi184 bash[20261]: cluster 2024-02-19T23:42:45.818349+0000 mgr.smithi023.vhqanb (mgr.14182) 372 : cluster [DBG] pgmap v287: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:47.931 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:42:47.931 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:41:35.785363Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:41:34.032918Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:41:35.785892Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:27.961295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.sawhpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:39.660569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.qffslo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\nDeploy daemon haproxy.nfs.foo.smithi184.qffslo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.773089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.bxvtmz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\nDeploy daemon haproxy.nfs.foo.smithi023.bxvtmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.777535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.qxgjsu on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:41:34.034423Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:41:34.033181Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:41:34.033348Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:41:34.034576Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:41:34.033505Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:41:34.033814Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:41:34.033660Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:42:48.546 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:49.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:48 smithi023 bash[16423]: cluster 2024-02-19T23:42:47.818957+0000 mgr.smithi023.vhqanb (mgr.14182) 373 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:49.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:48 smithi023 bash[16423]: audit 2024-02-19T23:42:47.908545+0000 mgr.smithi023.vhqanb (mgr.14182) 374 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:49.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:48 smithi184 bash[20261]: cluster 2024-02-19T23:42:47.818957+0000 mgr.smithi023.vhqanb (mgr.14182) 373 : cluster [DBG] pgmap v288: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:42:49.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:48 smithi184 bash[20261]: audit 2024-02-19T23:42:47.908545+0000 mgr.smithi023.vhqanb (mgr.14182) 374 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:49.548 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:50.972 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:50 smithi023 bash[16423]: cluster 2024-02-19T23:42:49.820521+0000 mgr.smithi023.vhqanb (mgr.14182) 375 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:42:50.972 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:50 smithi023 bash[16423]: audit 2024-02-19T23:42:49.867349+0000 mon.smithi023 (mon.0) 720 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:42:50.972 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:50 smithi023 bash[16423]: audit 2024-02-19T23:42:50.436492+0000 mon.smithi023 (mon.0) 721 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:42:50.973 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:50 smithi023 bash[16423]: audit 2024-02-19T23:42:50.732806+0000 mon.smithi023 (mon.0) 722 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:42:50.973 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:50 smithi023 bash[16423]: audit 2024-02-19T23:42:50.734179+0000 mon.smithi023 (mon.0) 723 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:42:50.973 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:50 smithi023 bash[16423]: audit 2024-02-19T23:42:50.742449+0000 mon.smithi023 (mon.0) 724 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:42:50.973 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:50 smithi023 bash[16423]: audit 2024-02-19T23:42:50.748340+0000 mon.smithi023 (mon.0) 725 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:42:50.973 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:50 smithi023 bash[16423]: audit 2024-02-19T23:42:50.761404+0000 mon.smithi023 (mon.0) 726 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:42:51.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:50 smithi184 bash[20261]: cluster 2024-02-19T23:42:49.820521+0000 mgr.smithi023.vhqanb (mgr.14182) 375 : cluster [DBG] pgmap v289: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:42:51.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:50 smithi184 bash[20261]: audit 2024-02-19T23:42:49.867349+0000 mon.smithi023 (mon.0) 720 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:42:51.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:50 smithi184 bash[20261]: audit 2024-02-19T23:42:50.436492+0000 mon.smithi023 (mon.0) 721 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:42:51.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:50 smithi184 bash[20261]: audit 2024-02-19T23:42:50.732806+0000 mon.smithi023 (mon.0) 722 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:42:51.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:50 smithi184 bash[20261]: audit 2024-02-19T23:42:50.734179+0000 mon.smithi023 (mon.0) 723 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:42:51.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:50 smithi184 bash[20261]: audit 2024-02-19T23:42:50.742449+0000 mon.smithi023 (mon.0) 724 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:42:51.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:50 smithi184 bash[20261]: audit 2024-02-19T23:42:50.748340+0000 mon.smithi023 (mon.0) 725 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:42:51.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:50 smithi184 bash[20261]: audit 2024-02-19T23:42:50.761404+0000 mon.smithi023 (mon.0) 726 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:42:52.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:51 smithi023 bash[16423]: cluster 2024-02-19T23:42:50.743336+0000 mgr.smithi023.vhqanb (mgr.14182) 376 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-19T23:42:52.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:51 smithi023 bash[16423]: cephadm 2024-02-19T23:42:50.764176+0000 mgr.smithi023.vhqanb (mgr.14182) 377 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.ulfdhi on smithi184 2024-02-19T23:42:52.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:51 smithi023 bash[16423]: cluster 2024-02-19T23:42:51.740051+0000 mon.smithi023 (mon.0) 727 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:42:52.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:51 smithi023 bash[16423]: cluster 2024-02-19T23:42:51.740120+0000 mon.smithi023 (mon.0) 728 : cluster [INF] Cluster is now healthy 2024-02-19T23:42:52.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:51 smithi184 bash[20261]: cluster 2024-02-19T23:42:50.743336+0000 mgr.smithi023.vhqanb (mgr.14182) 376 : cluster [DBG] pgmap v290: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-19T23:42:52.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:51 smithi184 bash[20261]: cephadm 2024-02-19T23:42:50.764176+0000 mgr.smithi023.vhqanb (mgr.14182) 377 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.ulfdhi on smithi184 2024-02-19T23:42:52.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:51 smithi184 bash[20261]: cluster 2024-02-19T23:42:51.740051+0000 mon.smithi023 (mon.0) 727 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:42:52.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:51 smithi184 bash[20261]: cluster 2024-02-19T23:42:51.740120+0000 mon.smithi023 (mon.0) 728 : cluster [INF] Cluster is now healthy 2024-02-19T23:42:52.978 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:42:52.979 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:49.852973Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:27.961295Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.sawhpr on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:39.660569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.qffslo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\nDeploy daemon haproxy.nfs.foo.smithi184.qffslo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.773089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.bxvtmz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\nDeploy daemon haproxy.nfs.foo.smithi023.bxvtmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.777535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.qxgjsu on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:49.855335Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:49.853363Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:49.853649Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:49.855568Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:49.853910Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:49.854385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:42:49.854151Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:42:53.619 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:54.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:53 smithi023 bash[16423]: cluster 2024-02-19T23:42:52.743880+0000 mgr.smithi023.vhqanb (mgr.14182) 378 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-19T23:42:54.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:53 smithi023 bash[16423]: audit 2024-02-19T23:42:52.956013+0000 mgr.smithi023.vhqanb (mgr.14182) 379 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:54.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:53 smithi184 bash[20261]: cluster 2024-02-19T23:42:52.743880+0000 mgr.smithi023.vhqanb (mgr.14182) 378 : cluster [DBG] pgmap v291: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-19T23:42:54.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:53 smithi184 bash[20261]: audit 2024-02-19T23:42:52.956013+0000 mgr.smithi023.vhqanb (mgr.14182) 379 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:54.619 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:42:55.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:54 smithi184 bash[20261]: audit 2024-02-19T23:42:54.711823+0000 mon.smithi023 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.ulfdhi"}]: dispatch 2024-02-19T23:42:55.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:54 smithi023 bash[16423]: audit 2024-02-19T23:42:54.711823+0000 mon.smithi023 (mon.0) 729 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.ulfdhi"}]: dispatch 2024-02-19T23:42:56.069 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: cephadm 2024-02-19T23:42:54.710929+0000 mgr.smithi023.vhqanb (mgr.14182) 380 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi 2024-02-19T23:42:56.069 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:42:56.069 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi 2024-02-19T23:42:56.069 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi 2024-02-19T23:42:56.070 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:42:56.070 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi 2024-02-19T23:42:56.070 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.ulfdhi ... 2024-02-19T23:42:56.070 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:42:56.070 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:42:56.070 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:42:56.070 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:42:56.070 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:42:56.070 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:42:56.070 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:42:56.070 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:42:56.070 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:42:56.070 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:42:56.070 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi 2024-02-19T23:42:56.070 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:42:56.070 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi 2024-02-19T23:42:56.071 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi 2024-02-19T23:42:56.071 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:42:56.071 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi 2024-02-19T23:42:56.071 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.ulfdhi ... 2024-02-19T23:42:56.071 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:42:56.071 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:42:56.071 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:42:56.071 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:42:56.071 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:42:56.071 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: cephadm 2024-02-19T23:42:54.711265+0000 mgr.smithi023.vhqanb (mgr.14182) 381 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.ulfdhi 2024-02-19T23:42:56.071 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: cephadm 2024-02-19T23:42:54.713436+0000 mgr.smithi023.vhqanb (mgr.14182) 382 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.ulfdhi on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi 2024-02-19T23:42:56.071 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:42:56.071 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi 2024-02-19T23:42:56.071 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi 2024-02-19T23:42:56.071 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:42:56.072 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi 2024-02-19T23:42:56.072 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.ulfdhi ... 2024-02-19T23:42:56.072 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:42:56.072 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:42:56.072 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:42:56.072 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:42:56.072 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:42:56.072 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: cephadm 2024-02-19T23:42:54.718239+0000 mgr.smithi023.vhqanb (mgr.14182) 383 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.ffwwxz on smithi023 2024-02-19T23:42:56.072 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:55 smithi023 bash[16423]: cluster 2024-02-19T23:42:54.744924+0000 mgr.smithi023.vhqanb (mgr.14182) 384 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-19T23:42:56.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: cephadm 2024-02-19T23:42:54.710929+0000 mgr.smithi023.vhqanb (mgr.14182) 380 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi 2024-02-19T23:42:56.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:42:56.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi 2024-02-19T23:42:56.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi 2024-02-19T23:42:56.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:42:56.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi 2024-02-19T23:42:56.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.ulfdhi ... 2024-02-19T23:42:56.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:42:56.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:42:56.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:42:56.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:42:56.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:42:56.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:42:56.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:42:56.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:42:56.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:42:56.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:42:56.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi 2024-02-19T23:42:56.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:42:56.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi 2024-02-19T23:42:56.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi 2024-02-19T23:42:56.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:42:56.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi 2024-02-19T23:42:56.264 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.ulfdhi ... 2024-02-19T23:42:56.264 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:42:56.264 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:42:56.264 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:42:56.264 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:42:56.264 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:42:56.264 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: cephadm 2024-02-19T23:42:54.711265+0000 mgr.smithi023.vhqanb (mgr.14182) 381 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.ulfdhi 2024-02-19T23:42:56.264 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: cephadm 2024-02-19T23:42:54.713436+0000 mgr.smithi023.vhqanb (mgr.14182) 382 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.ulfdhi on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi 2024-02-19T23:42:56.264 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:42:56.264 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi 2024-02-19T23:42:56.264 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi 2024-02-19T23:42:56.264 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:42:56.264 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi 2024-02-19T23:42:56.264 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.ulfdhi ... 2024-02-19T23:42:56.264 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:42:56.265 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:42:56.265 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:42:56.265 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:42:56.265 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:42:56.265 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: cephadm 2024-02-19T23:42:54.718239+0000 mgr.smithi023.vhqanb (mgr.14182) 383 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.ffwwxz on smithi023 2024-02-19T23:42:56.265 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:55 smithi184 bash[20261]: cluster 2024-02-19T23:42:54.744924+0000 mgr.smithi023.vhqanb (mgr.14182) 384 : cluster [DBG] pgmap v292: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-19T23:42:57.906 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:42:57.906 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:49.852973Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:39.660569Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.qffslo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-qffslo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.qffslo\nDeploy daemon haproxy.nfs.foo.smithi184.qffslo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.773089Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.bxvtmz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-bxvtmz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.bxvtmz\nDeploy daemon haproxy.nfs.foo.smithi023.bxvtmz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:41:43.777535Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.qxgjsu on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:54.713204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ulfdhi on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\nDeploy daemon haproxy.nfs.foo.smithi184.ulfdhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:49.855335Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:49.853363Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:49.853649Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:49.855568Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:49.853910Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:49.854385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:42:49.854151Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:42:58.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:57 smithi023 bash[16423]: cluster 2024-02-19T23:42:56.745882+0000 mgr.smithi023.vhqanb (mgr.14182) 385 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-19T23:42:58.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:57 smithi184 bash[20261]: cluster 2024-02-19T23:42:56.745882+0000 mgr.smithi023.vhqanb (mgr.14182) 385 : cluster [DBG] pgmap v293: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 187 B/s rd, 0 op/s 2024-02-19T23:42:58.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:42:59.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:58 smithi023 bash[16423]: audit 2024-02-19T23:42:57.890271+0000 mgr.smithi023.vhqanb (mgr.14182) 386 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:59.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:58 smithi023 bash[16423]: audit 2024-02-19T23:42:58.666994+0000 mon.smithi023 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.ffwwxz"}]: dispatch 2024-02-19T23:42:59.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:58 smithi184 bash[20261]: audit 2024-02-19T23:42:57.890271+0000 mgr.smithi023.vhqanb (mgr.14182) 386 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:42:59.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:58 smithi184 bash[20261]: audit 2024-02-19T23:42:58.666994+0000 mon.smithi023 (mon.0) 730 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.ffwwxz"}]: dispatch 2024-02-19T23:42:59.500 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:00.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: cephadm 2024-02-19T23:42:58.666097+0000 mgr.smithi023.vhqanb (mgr.14182) 387 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz 2024-02-19T23:43:00.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:43:00.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz 2024-02-19T23:43:00.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz 2024-02-19T23:43:00.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:43:00.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz 2024-02-19T23:43:00.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.ffwwxz ... 2024-02-19T23:43:00.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:43:00.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:43:00.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:43:00.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:43:00.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:43:00.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:43:00.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:43:00.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:43:00.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:43:00.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:43:00.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz 2024-02-19T23:43:00.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:43:00.251 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz 2024-02-19T23:43:00.251 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz 2024-02-19T23:43:00.251 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:43:00.251 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz 2024-02-19T23:43:00.251 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.ffwwxz ... 2024-02-19T23:43:00.251 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:43:00.251 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:43:00.251 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:43:00.251 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:43:00.251 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:43:00.251 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: cephadm 2024-02-19T23:42:58.666475+0000 mgr.smithi023.vhqanb (mgr.14182) 388 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.ffwwxz 2024-02-19T23:43:00.251 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: cephadm 2024-02-19T23:42:58.668352+0000 mgr.smithi023.vhqanb (mgr.14182) 389 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.ffwwxz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz 2024-02-19T23:43:00.252 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:43:00.252 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz 2024-02-19T23:43:00.252 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz 2024-02-19T23:43:00.252 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:43:00.252 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz 2024-02-19T23:43:00.252 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.ffwwxz ... 2024-02-19T23:43:00.252 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:43:00.252 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:43:00.252 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:43:00.252 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:43:00.252 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:43:00.253 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: cephadm 2024-02-19T23:42:58.670315+0000 mgr.smithi023.vhqanb (mgr.14182) 390 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.lahcao on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:43:00.253 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: cephadm 2024-02-19T23:42:58.672012+0000 mgr.smithi023.vhqanb (mgr.14182) 391 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:43:00.253 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: cluster 2024-02-19T23:42:58.673032+0000 mgr.smithi023.vhqanb (mgr.14182) 392 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 377 B/s rd, 0 op/s 2024-02-19T23:43:00.253 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:42:59 smithi023 bash[16423]: cluster 2024-02-19T23:42:58.894042+0000 mon.smithi023 (mon.0) 731 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:43:00.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: cephadm 2024-02-19T23:42:58.666097+0000 mgr.smithi023.vhqanb (mgr.14182) 387 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz 2024-02-19T23:43:00.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:43:00.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz 2024-02-19T23:43:00.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz 2024-02-19T23:43:00.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:43:00.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz 2024-02-19T23:43:00.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.ffwwxz ... 2024-02-19T23:43:00.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:43:00.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:43:00.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:43:00.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:43:00.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:43:00.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:43:00.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:43:00.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:43:00.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:43:00.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:43:00.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz 2024-02-19T23:43:00.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:43:00.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz 2024-02-19T23:43:00.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz 2024-02-19T23:43:00.264 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:43:00.264 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz 2024-02-19T23:43:00.264 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.ffwwxz ... 2024-02-19T23:43:00.264 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:43:00.264 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:43:00.264 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:43:00.264 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:43:00.265 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:43:00.265 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: cephadm 2024-02-19T23:42:58.666475+0000 mgr.smithi023.vhqanb (mgr.14182) 388 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.ffwwxz 2024-02-19T23:43:00.265 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: cephadm 2024-02-19T23:42:58.668352+0000 mgr.smithi023.vhqanb (mgr.14182) 389 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.ffwwxz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz 2024-02-19T23:43:00.265 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:43:00.265 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz 2024-02-19T23:43:00.265 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz 2024-02-19T23:43:00.265 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:43:00.265 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz 2024-02-19T23:43:00.265 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.ffwwxz ... 2024-02-19T23:43:00.265 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:43:00.266 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:43:00.266 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:43:00.266 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:43:00.266 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:43:00.266 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: cephadm 2024-02-19T23:42:58.670315+0000 mgr.smithi023.vhqanb (mgr.14182) 390 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.lahcao on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:43:00.266 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: cephadm 2024-02-19T23:42:58.672012+0000 mgr.smithi023.vhqanb (mgr.14182) 391 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:43:00.266 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: cluster 2024-02-19T23:42:58.673032+0000 mgr.smithi023.vhqanb (mgr.14182) 392 : cluster [DBG] pgmap v294: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 377 B/s rd, 0 op/s 2024-02-19T23:43:00.266 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:42:59 smithi184 bash[20261]: cluster 2024-02-19T23:42:58.894042+0000 mon.smithi023 (mon.0) 731 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:43:02.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:01 smithi023 bash[16423]: cluster 2024-02-19T23:43:00.674342+0000 mgr.smithi023.vhqanb (mgr.14182) 393 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-19T23:43:02.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:01 smithi023 bash[16423]: audit 2024-02-19T23:43:01.453346+0000 mon.smithi023 (mon.0) 732 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:43:02.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:01 smithi184 bash[20261]: cluster 2024-02-19T23:43:00.674342+0000 mgr.smithi023.vhqanb (mgr.14182) 393 : cluster [DBG] pgmap v295: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 188 B/s rd, 0 op/s 2024-02-19T23:43:02.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:01 smithi184 bash[20261]: audit 2024-02-19T23:43:01.453346+0000 mon.smithi023 (mon.0) 732 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:43:02.984 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:43:02.984 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:49.852973Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:54.713204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ulfdhi on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\nDeploy daemon haproxy.nfs.foo.smithi184.ulfdhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.668147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ffwwxz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\nDeploy daemon haproxy.nfs.foo.smithi023.ffwwxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.670204Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.lahcao on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:49.855335Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:49.853363Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:49.853649Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:49.855568Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:49.853910Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:49.854385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:42:49.854151Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:43:03.571 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:43:04.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:03 smithi023 bash[16423]: cluster 2024-02-19T23:43:02.675068+0000 mgr.smithi023.vhqanb (mgr.14182) 394 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:43:04.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:03 smithi023 bash[16423]: audit 2024-02-19T23:43:02.969083+0000 mgr.smithi023.vhqanb (mgr.14182) 395 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:04.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:03 smithi184 bash[20261]: cluster 2024-02-19T23:43:02.675068+0000 mgr.smithi023.vhqanb (mgr.14182) 394 : cluster [DBG] pgmap v296: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:43:04.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:03 smithi184 bash[20261]: audit 2024-02-19T23:43:02.969083+0000 mgr.smithi023.vhqanb (mgr.14182) 395 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:04.572 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:06.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:05 smithi023 bash[16423]: cluster 2024-02-19T23:43:04.676366+0000 mgr.smithi023.vhqanb (mgr.14182) 396 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:43:06.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:05 smithi184 bash[20261]: cluster 2024-02-19T23:43:04.676366+0000 mgr.smithi023.vhqanb (mgr.14182) 396 : cluster [DBG] pgmap v297: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:43:07.680 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:43:07.681 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:49.852973Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:54.713204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ulfdhi on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\nDeploy daemon haproxy.nfs.foo.smithi184.ulfdhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.668147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ffwwxz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\nDeploy daemon haproxy.nfs.foo.smithi023.ffwwxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.670204Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.lahcao on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:49.855335Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:49.853363Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:49.853649Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:49.855568Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:49.853910Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:49.854385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:42:49.854151Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:43:07.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:07 smithi023 bash[16423]: cluster 2024-02-19T23:43:06.677534+0000 mgr.smithi023.vhqanb (mgr.14182) 397 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:43:08.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:07 smithi184 bash[20261]: cluster 2024-02-19T23:43:06.677534+0000 mgr.smithi023.vhqanb (mgr.14182) 397 : cluster [DBG] pgmap v298: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:43:08.398 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:43:09.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:08 smithi023 bash[16423]: audit 2024-02-19T23:43:07.661220+0000 mgr.smithi023.vhqanb (mgr.14182) 398 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:09.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:08 smithi184 bash[20261]: audit 2024-02-19T23:43:07.661220+0000 mgr.smithi023.vhqanb (mgr.14182) 398 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:09.399 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:10.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:09 smithi023 bash[16423]: cluster 2024-02-19T23:43:08.678802+0000 mgr.smithi023.vhqanb (mgr.14182) 399 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2024-02-19T23:43:10.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:09 smithi184 bash[20261]: cluster 2024-02-19T23:43:08.678802+0000 mgr.smithi023.vhqanb (mgr.14182) 399 : cluster [DBG] pgmap v299: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2024-02-19T23:43:12.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:11 smithi023 bash[16423]: cluster 2024-02-19T23:43:10.680197+0000 mgr.smithi023.vhqanb (mgr.14182) 400 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:12.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:11 smithi184 bash[20261]: cluster 2024-02-19T23:43:10.680197+0000 mgr.smithi023.vhqanb (mgr.14182) 400 : cluster [DBG] pgmap v300: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:12.742 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:43:12.742 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:49.852973Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:54.713204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ulfdhi on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\nDeploy daemon haproxy.nfs.foo.smithi184.ulfdhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.668147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ffwwxz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\nDeploy daemon haproxy.nfs.foo.smithi023.ffwwxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.670204Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.lahcao on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:49.855335Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:49.853363Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:49.853649Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:49.855568Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:49.853910Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:49.854385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:42:49.854151Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:43:13.349 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:43:14.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:13 smithi023 bash[16423]: cluster 2024-02-19T23:43:12.681185+0000 mgr.smithi023.vhqanb (mgr.14182) 401 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:14.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:13 smithi023 bash[16423]: audit 2024-02-19T23:43:12.723040+0000 mgr.smithi023.vhqanb (mgr.14182) 402 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:14.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:13 smithi184 bash[20261]: cluster 2024-02-19T23:43:12.681185+0000 mgr.smithi023.vhqanb (mgr.14182) 401 : cluster [DBG] pgmap v301: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:14.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:13 smithi184 bash[20261]: audit 2024-02-19T23:43:12.723040+0000 mgr.smithi023.vhqanb (mgr.14182) 402 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:14.350 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:16.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:15 smithi023 bash[16423]: cluster 2024-02-19T23:43:14.682536+0000 mgr.smithi023.vhqanb (mgr.14182) 403 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:16.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:15 smithi184 bash[20261]: cluster 2024-02-19T23:43:14.682536+0000 mgr.smithi023.vhqanb (mgr.14182) 403 : cluster [DBG] pgmap v302: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:17.696 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:43:17.697 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:49.852973Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:54.713204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ulfdhi on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\nDeploy daemon haproxy.nfs.foo.smithi184.ulfdhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.668147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ffwwxz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\nDeploy daemon haproxy.nfs.foo.smithi023.ffwwxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.670204Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.lahcao on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:49.855335Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:49.853363Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:49.853649Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:49.855568Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:49.853910Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:49.854385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:42:49.854151Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:43:18.247 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:43:18.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:18 smithi184 bash[20261]: cluster 2024-02-19T23:43:16.683719+0000 mgr.smithi023.vhqanb (mgr.14182) 404 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:18.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:17 smithi023 bash[16423]: cluster 2024-02-19T23:43:16.683719+0000 mgr.smithi023.vhqanb (mgr.14182) 404 : cluster [DBG] pgmap v303: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:19.249 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:19.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:19 smithi023 bash[16423]: audit 2024-02-19T23:43:17.672919+0000 mgr.smithi023.vhqanb (mgr.14182) 405 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:19.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:19 smithi184 bash[20261]: audit 2024-02-19T23:43:17.672919+0000 mgr.smithi023.vhqanb (mgr.14182) 405 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:20.460 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:20 smithi023 bash[16423]: cluster 2024-02-19T23:43:18.684840+0000 mgr.smithi023.vhqanb (mgr.14182) 406 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:43:20.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:20 smithi184 bash[20261]: cluster 2024-02-19T23:43:18.684840+0000 mgr.smithi023.vhqanb (mgr.14182) 406 : cluster [DBG] pgmap v304: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:43:22.477 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:43:22.477 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:49.852973Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:54.713204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ulfdhi on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\nDeploy daemon haproxy.nfs.foo.smithi184.ulfdhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.668147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ffwwxz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\nDeploy daemon haproxy.nfs.foo.smithi023.ffwwxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.670204Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.lahcao on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:49.855335Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:49.853363Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:49.853649Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:49.855568Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:49.853910Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:49.854385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:42:49.854151Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:43:22.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:22 smithi023 bash[16423]: cluster 2024-02-19T23:43:20.685925+0000 mgr.smithi023.vhqanb (mgr.14182) 407 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:22.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:22 smithi184 bash[20261]: cluster 2024-02-19T23:43:20.685925+0000 mgr.smithi023.vhqanb (mgr.14182) 407 : cluster [DBG] pgmap v305: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:23.110 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:43:24.111 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:24.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:24 smithi023 bash[16423]: audit 2024-02-19T23:43:22.456130+0000 mgr.smithi023.vhqanb (mgr.14182) 408 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:24.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:24 smithi023 bash[16423]: cluster 2024-02-19T23:43:22.686969+0000 mgr.smithi023.vhqanb (mgr.14182) 409 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:24.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:24 smithi184 bash[20261]: audit 2024-02-19T23:43:22.456130+0000 mgr.smithi023.vhqanb (mgr.14182) 408 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:24.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:24 smithi184 bash[20261]: cluster 2024-02-19T23:43:22.686969+0000 mgr.smithi023.vhqanb (mgr.14182) 409 : cluster [DBG] pgmap v306: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:26.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:26 smithi023 bash[16423]: cluster 2024-02-19T23:43:24.688339+0000 mgr.smithi023.vhqanb (mgr.14182) 410 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:26.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:26 smithi184 bash[20261]: cluster 2024-02-19T23:43:24.688339+0000 mgr.smithi023.vhqanb (mgr.14182) 410 : cluster [DBG] pgmap v307: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:27.215 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:43:27.215 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:49.852973Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:54.713204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ulfdhi on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\nDeploy daemon haproxy.nfs.foo.smithi184.ulfdhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.668147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ffwwxz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\nDeploy daemon haproxy.nfs.foo.smithi023.ffwwxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.670204Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.lahcao on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:49.855335Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:49.853363Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:49.853649Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:49.855568Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:49.853910Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:49.854385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:42:49.854151Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:43:27.867 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:43:28.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:28 smithi023 bash[16423]: cluster 2024-02-19T23:43:26.689494+0000 mgr.smithi023.vhqanb (mgr.14182) 411 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:28.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:28 smithi023 bash[16423]: audit 2024-02-19T23:43:27.192416+0000 mgr.smithi023.vhqanb (mgr.14182) 412 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:28.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:28 smithi184 bash[20261]: cluster 2024-02-19T23:43:26.689494+0000 mgr.smithi023.vhqanb (mgr.14182) 411 : cluster [DBG] pgmap v308: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:28.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:28 smithi184 bash[20261]: audit 2024-02-19T23:43:27.192416+0000 mgr.smithi023.vhqanb (mgr.14182) 412 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:28.867 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:30.205 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:30 smithi023 bash[16423]: cluster 2024-02-19T23:43:28.690679+0000 mgr.smithi023.vhqanb (mgr.14182) 413 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:43:30.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:30 smithi184 bash[20261]: cluster 2024-02-19T23:43:28.690679+0000 mgr.smithi023.vhqanb (mgr.14182) 413 : cluster [DBG] pgmap v309: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:43:32.027 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:43:32.027 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:49.852973Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:54.713204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ulfdhi on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\nDeploy daemon haproxy.nfs.foo.smithi184.ulfdhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.668147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ffwwxz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\nDeploy daemon haproxy.nfs.foo.smithi023.ffwwxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.670204Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.lahcao on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:49.855335Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:49.853363Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:49.853649Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:49.855568Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:49.853910Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:49.854385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:42:49.854151Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:43:32.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:32 smithi023 bash[16423]: cluster 2024-02-19T23:43:30.691434+0000 mgr.smithi023.vhqanb (mgr.14182) 414 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:32.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:32 smithi184 bash[20261]: cluster 2024-02-19T23:43:30.691434+0000 mgr.smithi023.vhqanb (mgr.14182) 414 : cluster [DBG] pgmap v310: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:32.646 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:43:33.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:33 smithi023 bash[16423]: audit 2024-02-19T23:43:32.003052+0000 mgr.smithi023.vhqanb (mgr.14182) 415 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:33.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:33 smithi184 bash[20261]: audit 2024-02-19T23:43:32.003052+0000 mgr.smithi023.vhqanb (mgr.14182) 415 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:33.647 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:34.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:34 smithi023 bash[16423]: cluster 2024-02-19T23:43:32.692534+0000 mgr.smithi023.vhqanb (mgr.14182) 416 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:34.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:34 smithi184 bash[20261]: cluster 2024-02-19T23:43:32.692534+0000 mgr.smithi023.vhqanb (mgr.14182) 416 : cluster [DBG] pgmap v311: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:36.399 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:36 smithi023 bash[16423]: cluster 2024-02-19T23:43:34.693505+0000 mgr.smithi023.vhqanb (mgr.14182) 417 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:36.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:36 smithi184 bash[20261]: cluster 2024-02-19T23:43:34.693505+0000 mgr.smithi023.vhqanb (mgr.14182) 417 : cluster [DBG] pgmap v312: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:36.846 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:43:36.846 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:49.852973Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:54.713204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ulfdhi on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\nDeploy daemon haproxy.nfs.foo.smithi184.ulfdhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.668147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ffwwxz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\nDeploy daemon haproxy.nfs.foo.smithi023.ffwwxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.670204Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.lahcao on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:49.855335Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:49.853363Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:49.853649Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:49.855568Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:49.853910Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:49.854385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:42:49.854151Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:43:37.503 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:43:38.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:38 smithi023 bash[16423]: cluster 2024-02-19T23:43:36.694702+0000 mgr.smithi023.vhqanb (mgr.14182) 418 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:38.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:38 smithi023 bash[16423]: audit 2024-02-19T23:43:36.821711+0000 mgr.smithi023.vhqanb (mgr.14182) 419 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:38.504 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:38.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:38 smithi184 bash[20261]: cluster 2024-02-19T23:43:36.694702+0000 mgr.smithi023.vhqanb (mgr.14182) 418 : cluster [DBG] pgmap v313: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:38.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:38 smithi184 bash[20261]: audit 2024-02-19T23:43:36.821711+0000 mgr.smithi023.vhqanb (mgr.14182) 419 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:40.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:40 smithi023 bash[16423]: cluster 2024-02-19T23:43:38.695357+0000 mgr.smithi023.vhqanb (mgr.14182) 420 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:43:40.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:40 smithi184 bash[20261]: cluster 2024-02-19T23:43:38.695357+0000 mgr.smithi023.vhqanb (mgr.14182) 420 : cluster [DBG] pgmap v314: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:43:41.773 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:43:41.774 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:49.852973Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:54.713204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ulfdhi on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\nDeploy daemon haproxy.nfs.foo.smithi184.ulfdhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.668147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ffwwxz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\nDeploy daemon haproxy.nfs.foo.smithi023.ffwwxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.670204Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.lahcao on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:49.855335Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:49.853363Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:49.853649Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:49.855568Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:49.853910Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:49.854385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:42:49.854151Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:43:42.362 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:43:42.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:42 smithi023 bash[16423]: cluster 2024-02-19T23:43:40.696858+0000 mgr.smithi023.vhqanb (mgr.14182) 421 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:42.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:42 smithi184 bash[20261]: cluster 2024-02-19T23:43:40.696858+0000 mgr.smithi023.vhqanb (mgr.14182) 421 : cluster [DBG] pgmap v315: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:43.363 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:43.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:43 smithi023 bash[16423]: audit 2024-02-19T23:43:41.752357+0000 mgr.smithi023.vhqanb (mgr.14182) 422 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:43.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:43 smithi184 bash[20261]: audit 2024-02-19T23:43:41.752357+0000 mgr.smithi023.vhqanb (mgr.14182) 422 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:44.488 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:44 smithi023 bash[16423]: cluster 2024-02-19T23:43:42.697954+0000 mgr.smithi023.vhqanb (mgr.14182) 423 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:44.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:44 smithi184 bash[20261]: cluster 2024-02-19T23:43:42.697954+0000 mgr.smithi023.vhqanb (mgr.14182) 423 : cluster [DBG] pgmap v316: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:46.460 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:43:46.460 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:49.852973Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:54.713204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ulfdhi on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\nDeploy daemon haproxy.nfs.foo.smithi184.ulfdhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.668147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ffwwxz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\nDeploy daemon haproxy.nfs.foo.smithi023.ffwwxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.670204Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.lahcao on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:49.855335Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:49.853363Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:49.853649Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:49.855568Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:49.853910Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:49.854385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:42:49.854151Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:43:46.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:46 smithi023 bash[16423]: cluster 2024-02-19T23:43:44.699400+0000 mgr.smithi023.vhqanb (mgr.14182) 424 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:46.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:46 smithi184 bash[20261]: cluster 2024-02-19T23:43:44.699400+0000 mgr.smithi023.vhqanb (mgr.14182) 424 : cluster [DBG] pgmap v317: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:47.030 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:43:48.031 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:48.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:48 smithi023 bash[16423]: audit 2024-02-19T23:43:46.437481+0000 mgr.smithi023.vhqanb (mgr.14182) 425 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:48.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:48 smithi023 bash[16423]: cluster 2024-02-19T23:43:46.700706+0000 mgr.smithi023.vhqanb (mgr.14182) 426 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:48.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:48 smithi184 bash[20261]: audit 2024-02-19T23:43:46.437481+0000 mgr.smithi023.vhqanb (mgr.14182) 425 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:48.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:48 smithi184 bash[20261]: cluster 2024-02-19T23:43:46.700706+0000 mgr.smithi023.vhqanb (mgr.14182) 426 : cluster [DBG] pgmap v318: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:50.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:50 smithi023 bash[16423]: cluster 2024-02-19T23:43:48.702074+0000 mgr.smithi023.vhqanb (mgr.14182) 427 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:43:50.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:50 smithi184 bash[20261]: cluster 2024-02-19T23:43:48.702074+0000 mgr.smithi023.vhqanb (mgr.14182) 427 : cluster [DBG] pgmap v319: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:43:51.248 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:43:51.249 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:49.852973Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:54.713204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ulfdhi on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\nDeploy daemon haproxy.nfs.foo.smithi184.ulfdhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.668147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ffwwxz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\nDeploy daemon haproxy.nfs.foo.smithi023.ffwwxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.670204Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.lahcao on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:49.855335Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:49.853363Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:49.853649Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:49.855568Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:49.853910Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:49.854385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:42:49.854151Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:43:51.846 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:43:52.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:52 smithi023 bash[16423]: cluster 2024-02-19T23:43:50.703472+0000 mgr.smithi023.vhqanb (mgr.14182) 428 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:52.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:52 smithi023 bash[16423]: audit 2024-02-19T23:43:51.229129+0000 mgr.smithi023.vhqanb (mgr.14182) 429 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:52.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:52 smithi184 bash[20261]: cluster 2024-02-19T23:43:50.703472+0000 mgr.smithi023.vhqanb (mgr.14182) 428 : cluster [DBG] pgmap v320: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:52.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:52 smithi184 bash[20261]: audit 2024-02-19T23:43:51.229129+0000 mgr.smithi023.vhqanb (mgr.14182) 429 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:52.847 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:54.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:54 smithi023 bash[16423]: cluster 2024-02-19T23:43:52.704511+0000 mgr.smithi023.vhqanb (mgr.14182) 430 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:54.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:54 smithi184 bash[20261]: cluster 2024-02-19T23:43:52.704511+0000 mgr.smithi023.vhqanb (mgr.14182) 430 : cluster [DBG] pgmap v321: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:55.872 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:43:55.872 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:49.852973Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:54.713204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ulfdhi on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\nDeploy daemon haproxy.nfs.foo.smithi184.ulfdhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.668147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ffwwxz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\nDeploy daemon haproxy.nfs.foo.smithi023.ffwwxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.670204Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.lahcao on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:49.855335Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:49.853363Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:49.853649Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:49.855568Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:49.853910Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:49.854385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:42:49.854151Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:43:56.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:56 smithi023 bash[16423]: cluster 2024-02-19T23:43:54.705718+0000 mgr.smithi023.vhqanb (mgr.14182) 431 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:56.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:56 smithi184 bash[20261]: cluster 2024-02-19T23:43:54.705718+0000 mgr.smithi023.vhqanb (mgr.14182) 431 : cluster [DBG] pgmap v322: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:56.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:43:57.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:57 smithi023 bash[16423]: audit 2024-02-19T23:43:55.847299+0000 mgr.smithi023.vhqanb (mgr.14182) 432 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:57.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:57 smithi184 bash[20261]: audit 2024-02-19T23:43:55.847299+0000 mgr.smithi023.vhqanb (mgr.14182) 432 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:43:57.533 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:43:58.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:58 smithi023 bash[16423]: cluster 2024-02-19T23:43:56.706905+0000 mgr.smithi023.vhqanb (mgr.14182) 433 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:58.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:58 smithi184 bash[20261]: cluster 2024-02-19T23:43:56.706905+0000 mgr.smithi023.vhqanb (mgr.14182) 433 : cluster [DBG] pgmap v323: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:43:59.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:59 smithi023 bash[16423]: audit 2024-02-19T23:43:58.675974+0000 mon.smithi023 (mon.0) 733 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:43:59.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:43:59 smithi023 bash[16423]: audit 2024-02-19T23:43:58.970896+0000 mon.smithi023 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:43:59.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:59 smithi184 bash[20261]: audit 2024-02-19T23:43:58.675974+0000 mon.smithi023 (mon.0) 733 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:43:59.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:43:59 smithi184 bash[20261]: audit 2024-02-19T23:43:58.970896+0000 mon.smithi023 (mon.0) 734 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:44:00.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:00 smithi023 bash[16423]: cluster 2024-02-19T23:43:58.707828+0000 mgr.smithi023.vhqanb (mgr.14182) 434 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:44:00.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:00 smithi184 bash[20261]: cluster 2024-02-19T23:43:58.707828+0000 mgr.smithi023.vhqanb (mgr.14182) 434 : cluster [DBG] pgmap v324: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:44:00.851 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:44:00.851 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:49.852973Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:54.713204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ulfdhi on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\nDeploy daemon haproxy.nfs.foo.smithi184.ulfdhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.668147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ffwwxz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\nDeploy daemon haproxy.nfs.foo.smithi023.ffwwxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.670204Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.lahcao on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:49.855335Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:49.853363Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:49.853649Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:49.855568Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:49.853910Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:49.854385Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:42:49.854151Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:44:01.516 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:02.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:02 smithi023 bash[16423]: cluster 2024-02-19T23:44:00.708645+0000 mgr.smithi023.vhqanb (mgr.14182) 435 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:02.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:02 smithi023 bash[16423]: audit 2024-02-19T23:44:00.829373+0000 mgr.smithi023.vhqanb (mgr.14182) 436 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:02.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:02 smithi184 bash[20261]: cluster 2024-02-19T23:44:00.708645+0000 mgr.smithi023.vhqanb (mgr.14182) 435 : cluster [DBG] pgmap v325: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:02.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:02 smithi184 bash[20261]: audit 2024-02-19T23:44:00.829373+0000 mgr.smithi023.vhqanb (mgr.14182) 436 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:02.517 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:04.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:04 smithi023 bash[16423]: cluster 2024-02-19T23:44:02.709606+0000 mgr.smithi023.vhqanb (mgr.14182) 437 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:04.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:04 smithi184 bash[20261]: cluster 2024-02-19T23:44:02.709606+0000 mgr.smithi023.vhqanb (mgr.14182) 437 : cluster [DBG] pgmap v326: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:05.682 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:44:05.682 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:41:43.779548Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.xhdgfg on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:54.713204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ulfdhi on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\nDeploy daemon haproxy.nfs.foo.smithi184.ulfdhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.668147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ffwwxz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\nDeploy daemon haproxy.nfs.foo.smithi023.ffwwxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.670204Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.lahcao on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:44:04.771810Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:44:05.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:05 smithi023 bash[16423]: cluster 2024-02-19T23:44:04.710936+0000 mgr.smithi023.vhqanb (mgr.14182) 438 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:06.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:05 smithi023 bash[16423]: audit 2024-02-19T23:44:04.787208+0000 mon.smithi023 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:44:06.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:05 smithi023 bash[16423]: audit 2024-02-19T23:44:05.095530+0000 mon.smithi023 (mon.0) 736 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:44:06.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:05 smithi023 bash[16423]: audit 2024-02-19T23:44:05.097416+0000 mon.smithi023 (mon.0) 737 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:44:06.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:05 smithi023 bash[16423]: audit 2024-02-19T23:44:05.108737+0000 mon.smithi023 (mon.0) 738 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:44:06.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:05 smithi023 bash[16423]: cluster 2024-02-19T23:44:05.109909+0000 mgr.smithi023.vhqanb (mgr.14182) 439 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-02-19T23:44:06.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:05 smithi023 bash[16423]: audit 2024-02-19T23:44:05.121013+0000 mon.smithi023 (mon.0) 739 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:44:06.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:05 smithi023 bash[16423]: audit 2024-02-19T23:44:05.138674+0000 mon.smithi023 (mon.0) 740 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:44:06.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:05 smithi023 bash[16423]: cephadm 2024-02-19T23:44:05.142994+0000 mgr.smithi023.vhqanb (mgr.14182) 440 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.emfpdd on smithi184 2024-02-19T23:44:06.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:05 smithi023 bash[16423]: cluster 2024-02-19T23:44:05.214803+0000 mon.smithi023 (mon.0) 741 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:44:06.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:05 smithi023 bash[16423]: cluster 2024-02-19T23:44:05.214873+0000 mon.smithi023 (mon.0) 742 : cluster [INF] Cluster is now healthy 2024-02-19T23:44:06.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:05 smithi184 bash[20261]: cluster 2024-02-19T23:44:04.710936+0000 mgr.smithi023.vhqanb (mgr.14182) 438 : cluster [DBG] pgmap v327: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:06.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:05 smithi184 bash[20261]: audit 2024-02-19T23:44:04.787208+0000 mon.smithi023 (mon.0) 735 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:44:06.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:05 smithi184 bash[20261]: audit 2024-02-19T23:44:05.095530+0000 mon.smithi023 (mon.0) 736 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:44:06.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:05 smithi184 bash[20261]: audit 2024-02-19T23:44:05.097416+0000 mon.smithi023 (mon.0) 737 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:44:06.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:05 smithi184 bash[20261]: audit 2024-02-19T23:44:05.108737+0000 mon.smithi023 (mon.0) 738 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:44:06.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:05 smithi184 bash[20261]: cluster 2024-02-19T23:44:05.109909+0000 mgr.smithi023.vhqanb (mgr.14182) 439 : cluster [DBG] pgmap v328: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-02-19T23:44:06.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:05 smithi184 bash[20261]: audit 2024-02-19T23:44:05.121013+0000 mon.smithi023 (mon.0) 739 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:44:06.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:05 smithi184 bash[20261]: audit 2024-02-19T23:44:05.138674+0000 mon.smithi023 (mon.0) 740 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:44:06.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:05 smithi184 bash[20261]: cephadm 2024-02-19T23:44:05.142994+0000 mgr.smithi023.vhqanb (mgr.14182) 440 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.emfpdd on smithi184 2024-02-19T23:44:06.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:05 smithi184 bash[20261]: cluster 2024-02-19T23:44:05.214803+0000 mon.smithi023 (mon.0) 741 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:44:06.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:05 smithi184 bash[20261]: cluster 2024-02-19T23:44:05.214873+0000 mon.smithi023 (mon.0) 742 : cluster [INF] Cluster is now healthy 2024-02-19T23:44:06.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:07.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:06 smithi023 bash[16423]: audit 2024-02-19T23:44:05.665220+0000 mgr.smithi023.vhqanb (mgr.14182) 441 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:07.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:06 smithi184 bash[20261]: audit 2024-02-19T23:44:05.665220+0000 mgr.smithi023.vhqanb (mgr.14182) 441 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:07.392 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:08.251 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:07 smithi023 bash[16423]: cluster 2024-02-19T23:44:07.110666+0000 mgr.smithi023.vhqanb (mgr.14182) 442 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-02-19T23:44:08.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:07 smithi184 bash[20261]: cluster 2024-02-19T23:44:07.110666+0000 mgr.smithi023.vhqanb (mgr.14182) 442 : cluster [DBG] pgmap v329: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-02-19T23:44:09.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:08 smithi023 bash[16423]: audit 2024-02-19T23:44:08.936757+0000 mon.smithi023 (mon.0) 743 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.emfpdd"}]: dispatch 2024-02-19T23:44:09.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:08 smithi184 bash[20261]: audit 2024-02-19T23:44:08.936757+0000 mon.smithi023 (mon.0) 743 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.emfpdd"}]: dispatch 2024-02-19T23:44:10.322 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: cephadm 2024-02-19T23:44:08.935972+0000 mgr.smithi023.vhqanb (mgr.14182) 443 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd 2024-02-19T23:44:10.322 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:44:10.322 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd 2024-02-19T23:44:10.322 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd 2024-02-19T23:44:10.322 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:44:10.322 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd 2024-02-19T23:44:10.323 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.emfpdd ... 2024-02-19T23:44:10.323 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:44:10.323 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:44:10.323 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:44:10.323 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:44:10.323 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:44:10.323 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:44:10.323 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:44:10.323 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:44:10.323 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:44:10.323 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:44:10.323 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd 2024-02-19T23:44:10.323 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:44:10.323 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd 2024-02-19T23:44:10.324 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd 2024-02-19T23:44:10.324 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:44:10.324 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd 2024-02-19T23:44:10.324 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.emfpdd ... 2024-02-19T23:44:10.324 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:44:10.324 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:44:10.324 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:44:10.324 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:44:10.324 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:44:10.324 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: cephadm 2024-02-19T23:44:08.936216+0000 mgr.smithi023.vhqanb (mgr.14182) 444 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.emfpdd 2024-02-19T23:44:10.324 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: cephadm 2024-02-19T23:44:08.938088+0000 mgr.smithi023.vhqanb (mgr.14182) 445 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.emfpdd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd 2024-02-19T23:44:10.324 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:44:10.324 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd 2024-02-19T23:44:10.324 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd 2024-02-19T23:44:10.325 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:44:10.325 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd 2024-02-19T23:44:10.325 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.emfpdd ... 2024-02-19T23:44:10.325 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:44:10.325 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:44:10.325 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:44:10.325 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:44:10.325 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:44:10.325 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: cephadm 2024-02-19T23:44:08.941031+0000 mgr.smithi023.vhqanb (mgr.14182) 446 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.xnosgl on smithi023 2024-02-19T23:44:10.325 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:10 smithi023 bash[16423]: cluster 2024-02-19T23:44:09.111782+0000 mgr.smithi023.vhqanb (mgr.14182) 447 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-02-19T23:44:10.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: cephadm 2024-02-19T23:44:08.935972+0000 mgr.smithi023.vhqanb (mgr.14182) 443 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd 2024-02-19T23:44:10.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:44:10.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd 2024-02-19T23:44:10.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd 2024-02-19T23:44:10.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:44:10.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd 2024-02-19T23:44:10.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.emfpdd ... 2024-02-19T23:44:10.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:44:10.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:44:10.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:44:10.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:44:10.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:44:10.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:44:10.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:44:10.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:44:10.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:44:10.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:44:10.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd 2024-02-19T23:44:10.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:44:10.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd 2024-02-19T23:44:10.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd 2024-02-19T23:44:10.517 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:44:10.517 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd 2024-02-19T23:44:10.517 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.emfpdd ... 2024-02-19T23:44:10.517 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:44:10.517 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:44:10.517 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:44:10.517 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:44:10.518 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:44:10.518 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: cephadm 2024-02-19T23:44:08.936216+0000 mgr.smithi023.vhqanb (mgr.14182) 444 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.emfpdd 2024-02-19T23:44:10.518 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: cephadm 2024-02-19T23:44:08.938088+0000 mgr.smithi023.vhqanb (mgr.14182) 445 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.emfpdd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd 2024-02-19T23:44:10.518 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:44:10.518 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd 2024-02-19T23:44:10.518 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd 2024-02-19T23:44:10.519 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:44:10.519 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd 2024-02-19T23:44:10.519 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.emfpdd ... 2024-02-19T23:44:10.519 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:44:10.519 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:44:10.519 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:44:10.519 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:44:10.520 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:44:10.520 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: cephadm 2024-02-19T23:44:08.941031+0000 mgr.smithi023.vhqanb (mgr.14182) 446 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.xnosgl on smithi023 2024-02-19T23:44:10.520 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:10 smithi184 bash[20261]: cluster 2024-02-19T23:44:09.111782+0000 mgr.smithi023.vhqanb (mgr.14182) 447 : cluster [DBG] pgmap v330: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-02-19T23:44:10.764 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:44:10.764 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:54.713204Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ulfdhi on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ulfdhi\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ulfdhi\nDeploy daemon haproxy.nfs.foo.smithi184.ulfdhi ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.668147Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ffwwxz on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ffwwxz\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ffwwxz\nDeploy daemon haproxy.nfs.foo.smithi023.ffwwxz ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:42:58.670204Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.lahcao on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:08.937961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.emfpdd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\nDeploy daemon haproxy.nfs.foo.smithi184.emfpdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:44:04.771810Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:44:11.465 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:12.465 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:12.478 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:12 smithi023 bash[16423]: audit 2024-02-19T23:44:10.747286+0000 mgr.smithi023.vhqanb (mgr.14182) 448 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:12.478 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:12 smithi023 bash[16423]: cluster 2024-02-19T23:44:11.112649+0000 mgr.smithi023.vhqanb (mgr.14182) 449 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-02-19T23:44:12.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:12 smithi184 bash[20261]: audit 2024-02-19T23:44:10.747286+0000 mgr.smithi023.vhqanb (mgr.14182) 448 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:12.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:12 smithi184 bash[20261]: cluster 2024-02-19T23:44:11.112649+0000 mgr.smithi023.vhqanb (mgr.14182) 449 : cluster [DBG] pgmap v331: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-02-19T23:44:13.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:13 smithi023 bash[16423]: audit 2024-02-19T23:44:12.933903+0000 mon.smithi023 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.xnosgl"}]: dispatch 2024-02-19T23:44:13.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:13 smithi184 bash[20261]: audit 2024-02-19T23:44:12.933903+0000 mon.smithi023 (mon.0) 744 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.xnosgl"}]: dispatch 2024-02-19T23:44:14.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: cephadm 2024-02-19T23:44:12.933113+0000 mgr.smithi023.vhqanb (mgr.14182) 450 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl 2024-02-19T23:44:14.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:44:14.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl 2024-02-19T23:44:14.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl 2024-02-19T23:44:14.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:44:14.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl 2024-02-19T23:44:14.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.xnosgl ... 2024-02-19T23:44:14.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:44:14.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:44:14.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:44:14.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:44:14.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:44:14.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:44:14.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:44:14.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:44:14.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:44:14.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:44:14.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl 2024-02-19T23:44:14.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:44:14.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl 2024-02-19T23:44:14.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl 2024-02-19T23:44:14.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:44:14.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl 2024-02-19T23:44:14.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.xnosgl ... 2024-02-19T23:44:14.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:44:14.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:44:14.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:44:14.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:44:14.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:44:14.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: cephadm 2024-02-19T23:44:12.933402+0000 mgr.smithi023.vhqanb (mgr.14182) 451 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.xnosgl 2024-02-19T23:44:14.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: cephadm 2024-02-19T23:44:12.935026+0000 mgr.smithi023.vhqanb (mgr.14182) 452 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.xnosgl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl 2024-02-19T23:44:14.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:44:14.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl 2024-02-19T23:44:14.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl 2024-02-19T23:44:14.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:44:14.504 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl 2024-02-19T23:44:14.504 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.xnosgl ... 2024-02-19T23:44:14.504 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:44:14.504 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:44:14.504 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:44:14.504 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:44:14.504 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:44:14.504 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: cephadm 2024-02-19T23:44:12.936918+0000 mgr.smithi023.vhqanb (mgr.14182) 453 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.xyijoi on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:44:14.504 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: cephadm 2024-02-19T23:44:12.938449+0000 mgr.smithi023.vhqanb (mgr.14182) 454 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:44:14.504 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: cluster 2024-02-19T23:44:12.939720+0000 mgr.smithi023.vhqanb (mgr.14182) 455 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-02-19T23:44:14.504 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:14 smithi023 bash[16423]: cluster 2024-02-19T23:44:13.171916+0000 mon.smithi023 (mon.0) 745 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:44:14.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: cephadm 2024-02-19T23:44:12.933113+0000 mgr.smithi023.vhqanb (mgr.14182) 450 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl 2024-02-19T23:44:14.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:44:14.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl 2024-02-19T23:44:14.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl 2024-02-19T23:44:14.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:44:14.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl 2024-02-19T23:44:14.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.xnosgl ... 2024-02-19T23:44:14.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:44:14.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:44:14.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:44:14.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:44:14.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:44:14.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:44:14.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:44:14.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:44:14.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:44:14.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:44:14.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl 2024-02-19T23:44:14.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:44:14.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl 2024-02-19T23:44:14.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl 2024-02-19T23:44:14.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:44:14.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl 2024-02-19T23:44:14.517 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.xnosgl ... 2024-02-19T23:44:14.517 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:44:14.517 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:44:14.517 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:44:14.517 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:44:14.518 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:44:14.518 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: cephadm 2024-02-19T23:44:12.933402+0000 mgr.smithi023.vhqanb (mgr.14182) 451 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.xnosgl 2024-02-19T23:44:14.518 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: cephadm 2024-02-19T23:44:12.935026+0000 mgr.smithi023.vhqanb (mgr.14182) 452 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.xnosgl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl 2024-02-19T23:44:14.518 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:44:14.518 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl 2024-02-19T23:44:14.518 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl 2024-02-19T23:44:14.519 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:44:14.519 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl 2024-02-19T23:44:14.519 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.xnosgl ... 2024-02-19T23:44:14.519 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:44:14.519 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:44:14.520 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:44:14.520 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:44:14.520 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:44:14.520 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: cephadm 2024-02-19T23:44:12.936918+0000 mgr.smithi023.vhqanb (mgr.14182) 453 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.xyijoi on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:44:14.520 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: cephadm 2024-02-19T23:44:12.938449+0000 mgr.smithi023.vhqanb (mgr.14182) 454 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:44:14.521 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: cluster 2024-02-19T23:44:12.939720+0000 mgr.smithi023.vhqanb (mgr.14182) 455 : cluster [DBG] pgmap v332: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-02-19T23:44:14.521 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:14 smithi184 bash[20261]: cluster 2024-02-19T23:44:13.171916+0000 mon.smithi023 (mon.0) 745 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:44:15.799 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:44:15.799 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:08.937961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.emfpdd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\nDeploy daemon haproxy.nfs.foo.smithi184.emfpdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.934918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.xnosgl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\nDeploy daemon haproxy.nfs.foo.smithi023.xnosgl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.936815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xyijoi on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:44:04.771810Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:44:16.370 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:16.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:16 smithi023 bash[16423]: cluster 2024-02-19T23:44:14.940916+0000 mgr.smithi023.vhqanb (mgr.14182) 456 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-02-19T23:44:16.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:16 smithi184 bash[20261]: cluster 2024-02-19T23:44:14.940916+0000 mgr.smithi023.vhqanb (mgr.14182) 456 : cluster [DBG] pgmap v333: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-02-19T23:44:17.372 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:17.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:17 smithi023 bash[16423]: audit 2024-02-19T23:44:15.773994+0000 mgr.smithi023.vhqanb (mgr.14182) 457 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:17.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:17 smithi023 bash[16423]: audit 2024-02-19T23:44:16.507569+0000 mon.smithi023 (mon.0) 746 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:44:17.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:17 smithi184 bash[20261]: audit 2024-02-19T23:44:15.773994+0000 mgr.smithi023.vhqanb (mgr.14182) 457 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:17.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:17 smithi184 bash[20261]: audit 2024-02-19T23:44:16.507569+0000 mon.smithi023 (mon.0) 746 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:44:18.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:18 smithi023 bash[16423]: cluster 2024-02-19T23:44:16.942010+0000 mgr.smithi023.vhqanb (mgr.14182) 458 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-19T23:44:18.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:18 smithi184 bash[20261]: cluster 2024-02-19T23:44:16.942010+0000 mgr.smithi023.vhqanb (mgr.14182) 458 : cluster [DBG] pgmap v334: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-19T23:44:20.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:20 smithi023 bash[16423]: cluster 2024-02-19T23:44:18.943300+0000 mgr.smithi023.vhqanb (mgr.14182) 459 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 346 B/s rd, 0 op/s 2024-02-19T23:44:20.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:20 smithi184 bash[20261]: cluster 2024-02-19T23:44:18.943300+0000 mgr.smithi023.vhqanb (mgr.14182) 459 : cluster [DBG] pgmap v335: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 346 B/s rd, 0 op/s 2024-02-19T23:44:20.574 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:44:20.574 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:08.937961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.emfpdd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\nDeploy daemon haproxy.nfs.foo.smithi184.emfpdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.934918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.xnosgl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\nDeploy daemon haproxy.nfs.foo.smithi023.xnosgl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.936815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xyijoi on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:44:04.771810Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:44:21.215 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:22.216 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:22.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:22 smithi023 bash[16423]: audit 2024-02-19T23:44:20.549042+0000 mgr.smithi023.vhqanb (mgr.14182) 460 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:22.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:22 smithi023 bash[16423]: cluster 2024-02-19T23:44:20.944639+0000 mgr.smithi023.vhqanb (mgr.14182) 461 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-19T23:44:22.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:22 smithi184 bash[20261]: audit 2024-02-19T23:44:20.549042+0000 mgr.smithi023.vhqanb (mgr.14182) 460 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:22.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:22 smithi184 bash[20261]: cluster 2024-02-19T23:44:20.944639+0000 mgr.smithi023.vhqanb (mgr.14182) 461 : cluster [DBG] pgmap v336: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-19T23:44:24.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:24 smithi023 bash[16423]: cluster 2024-02-19T23:44:22.945783+0000 mgr.smithi023.vhqanb (mgr.14182) 462 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-19T23:44:24.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:24 smithi184 bash[20261]: cluster 2024-02-19T23:44:22.945783+0000 mgr.smithi023.vhqanb (mgr.14182) 462 : cluster [DBG] pgmap v337: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-19T23:44:25.382 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:44:25.382 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:08.937961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.emfpdd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\nDeploy daemon haproxy.nfs.foo.smithi184.emfpdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.934918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.xnosgl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\nDeploy daemon haproxy.nfs.foo.smithi023.xnosgl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.936815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xyijoi on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:44:04.771810Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:44:26.015 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:26.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:26 smithi023 bash[16423]: cluster 2024-02-19T23:44:24.947041+0000 mgr.smithi023.vhqanb (mgr.14182) 463 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:26.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:26 smithi023 bash[16423]: audit 2024-02-19T23:44:25.364755+0000 mgr.smithi023.vhqanb (mgr.14182) 464 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:26.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:26 smithi184 bash[20261]: cluster 2024-02-19T23:44:24.947041+0000 mgr.smithi023.vhqanb (mgr.14182) 463 : cluster [DBG] pgmap v338: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:26.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:26 smithi184 bash[20261]: audit 2024-02-19T23:44:25.364755+0000 mgr.smithi023.vhqanb (mgr.14182) 464 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:27.016 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:28.435 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:28 smithi023 bash[16423]: cluster 2024-02-19T23:44:26.948186+0000 mgr.smithi023.vhqanb (mgr.14182) 465 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:28.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:28 smithi184 bash[20261]: cluster 2024-02-19T23:44:26.948186+0000 mgr.smithi023.vhqanb (mgr.14182) 465 : cluster [DBG] pgmap v339: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:29.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:29 smithi023 bash[16423]: cluster 2024-02-19T23:44:28.949389+0000 mgr.smithi023.vhqanb (mgr.14182) 466 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:44:30.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:29 smithi184 bash[20261]: cluster 2024-02-19T23:44:28.949389+0000 mgr.smithi023.vhqanb (mgr.14182) 466 : cluster [DBG] pgmap v340: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:44:30.231 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:44:30.231 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:08.937961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.emfpdd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\nDeploy daemon haproxy.nfs.foo.smithi184.emfpdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.934918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.xnosgl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\nDeploy daemon haproxy.nfs.foo.smithi023.xnosgl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.936815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xyijoi on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:44:04.771810Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:44:30.839 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:30.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:30 smithi023 bash[16423]: audit 2024-02-19T23:44:30.206636+0000 mgr.smithi023.vhqanb (mgr.14182) 467 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:31.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:30 smithi184 bash[20261]: audit 2024-02-19T23:44:30.206636+0000 mgr.smithi023.vhqanb (mgr.14182) 467 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:31.840 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:32.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:31 smithi023 bash[16423]: cluster 2024-02-19T23:44:30.950693+0000 mgr.smithi023.vhqanb (mgr.14182) 468 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:32.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:31 smithi184 bash[20261]: cluster 2024-02-19T23:44:30.950693+0000 mgr.smithi023.vhqanb (mgr.14182) 468 : cluster [DBG] pgmap v341: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:34.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:34 smithi023 bash[16423]: cluster 2024-02-19T23:44:32.951732+0000 mgr.smithi023.vhqanb (mgr.14182) 469 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:34.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:34 smithi184 bash[20261]: cluster 2024-02-19T23:44:32.951732+0000 mgr.smithi023.vhqanb (mgr.14182) 469 : cluster [DBG] pgmap v342: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:35.091 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:44:35.092 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:08.937961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.emfpdd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\nDeploy daemon haproxy.nfs.foo.smithi184.emfpdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.934918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.xnosgl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\nDeploy daemon haproxy.nfs.foo.smithi023.xnosgl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.936815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xyijoi on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:44:04.771810Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:44:35.731 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:36.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:36 smithi023 bash[16423]: cluster 2024-02-19T23:44:34.952915+0000 mgr.smithi023.vhqanb (mgr.14182) 470 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:36.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:36 smithi023 bash[16423]: audit 2024-02-19T23:44:35.069206+0000 mgr.smithi023.vhqanb (mgr.14182) 471 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:36.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:36 smithi184 bash[20261]: cluster 2024-02-19T23:44:34.952915+0000 mgr.smithi023.vhqanb (mgr.14182) 470 : cluster [DBG] pgmap v343: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:36.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:36 smithi184 bash[20261]: audit 2024-02-19T23:44:35.069206+0000 mgr.smithi023.vhqanb (mgr.14182) 471 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:36.731 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:38.095 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:38 smithi023 bash[16423]: cluster 2024-02-19T23:44:36.953969+0000 mgr.smithi023.vhqanb (mgr.14182) 472 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:38.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:38 smithi184 bash[20261]: cluster 2024-02-19T23:44:36.953969+0000 mgr.smithi023.vhqanb (mgr.14182) 472 : cluster [DBG] pgmap v344: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:39.856 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:44:39.856 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:08.937961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.emfpdd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\nDeploy daemon haproxy.nfs.foo.smithi184.emfpdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.934918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.xnosgl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\nDeploy daemon haproxy.nfs.foo.smithi023.xnosgl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.936815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xyijoi on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:44:04.771810Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:44:40.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:40 smithi023 bash[16423]: cluster 2024-02-19T23:44:38.955166+0000 mgr.smithi023.vhqanb (mgr.14182) 473 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:44:40.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:40 smithi184 bash[20261]: cluster 2024-02-19T23:44:38.955166+0000 mgr.smithi023.vhqanb (mgr.14182) 473 : cluster [DBG] pgmap v345: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:44:40.524 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:41.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:41 smithi023 bash[16423]: audit 2024-02-19T23:44:39.833512+0000 mgr.smithi023.vhqanb (mgr.14182) 474 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:41.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:41 smithi184 bash[20261]: audit 2024-02-19T23:44:39.833512+0000 mgr.smithi023.vhqanb (mgr.14182) 474 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:41.524 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:42.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:42 smithi023 bash[16423]: cluster 2024-02-19T23:44:40.956530+0000 mgr.smithi023.vhqanb (mgr.14182) 475 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:42.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:42 smithi184 bash[20261]: cluster 2024-02-19T23:44:40.956530+0000 mgr.smithi023.vhqanb (mgr.14182) 475 : cluster [DBG] pgmap v346: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:44.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:44 smithi023 bash[16423]: cluster 2024-02-19T23:44:42.957698+0000 mgr.smithi023.vhqanb (mgr.14182) 476 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:44.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:44 smithi184 bash[20261]: cluster 2024-02-19T23:44:42.957698+0000 mgr.smithi023.vhqanb (mgr.14182) 476 : cluster [DBG] pgmap v347: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:44.961 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:44:44.962 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:08.937961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.emfpdd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\nDeploy daemon haproxy.nfs.foo.smithi184.emfpdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.934918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.xnosgl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\nDeploy daemon haproxy.nfs.foo.smithi023.xnosgl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.936815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xyijoi on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:44:04.771810Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:44:45.623 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:46.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:46 smithi023 bash[16423]: audit 2024-02-19T23:44:44.939502+0000 mgr.smithi023.vhqanb (mgr.14182) 477 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:46.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:46 smithi023 bash[16423]: cluster 2024-02-19T23:44:44.958881+0000 mgr.smithi023.vhqanb (mgr.14182) 478 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:46.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:46 smithi184 bash[20261]: audit 2024-02-19T23:44:44.939502+0000 mgr.smithi023.vhqanb (mgr.14182) 477 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:46.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:46 smithi184 bash[20261]: cluster 2024-02-19T23:44:44.958881+0000 mgr.smithi023.vhqanb (mgr.14182) 478 : cluster [DBG] pgmap v348: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:46.624 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:48.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:48 smithi023 bash[16423]: cluster 2024-02-19T23:44:46.960028+0000 mgr.smithi023.vhqanb (mgr.14182) 479 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:48.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:48 smithi184 bash[20261]: cluster 2024-02-19T23:44:46.960028+0000 mgr.smithi023.vhqanb (mgr.14182) 479 : cluster [DBG] pgmap v349: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:49.949 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:44:49.950 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:08.937961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.emfpdd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\nDeploy daemon haproxy.nfs.foo.smithi184.emfpdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.934918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.xnosgl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\nDeploy daemon haproxy.nfs.foo.smithi023.xnosgl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.936815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xyijoi on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:44:04.771810Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:44:50.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:50 smithi023 bash[16423]: cluster 2024-02-19T23:44:48.961247+0000 mgr.smithi023.vhqanb (mgr.14182) 480 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:44:50.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:50 smithi184 bash[20261]: cluster 2024-02-19T23:44:48.961247+0000 mgr.smithi023.vhqanb (mgr.14182) 480 : cluster [DBG] pgmap v350: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:44:50.641 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:51.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:51 smithi023 bash[16423]: audit 2024-02-19T23:44:49.926996+0000 mgr.smithi023.vhqanb (mgr.14182) 481 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:51.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:51 smithi184 bash[20261]: audit 2024-02-19T23:44:49.926996+0000 mgr.smithi023.vhqanb (mgr.14182) 481 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:51.642 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:52.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:52 smithi023 bash[16423]: cluster 2024-02-19T23:44:50.962613+0000 mgr.smithi023.vhqanb (mgr.14182) 482 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:52.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:52 smithi184 bash[20261]: cluster 2024-02-19T23:44:50.962613+0000 mgr.smithi023.vhqanb (mgr.14182) 482 : cluster [DBG] pgmap v351: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:54.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:54 smithi023 bash[16423]: cluster 2024-02-19T23:44:52.963598+0000 mgr.smithi023.vhqanb (mgr.14182) 483 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:54.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:54 smithi184 bash[20261]: cluster 2024-02-19T23:44:52.963598+0000 mgr.smithi023.vhqanb (mgr.14182) 483 : cluster [DBG] pgmap v352: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:55.003 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:44:55.003 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:08.937961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.emfpdd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\nDeploy daemon haproxy.nfs.foo.smithi184.emfpdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.934918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.xnosgl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\nDeploy daemon haproxy.nfs.foo.smithi023.xnosgl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.936815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xyijoi on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:44:04.771810Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:44:55.719 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:44:56.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:56 smithi023 bash[16423]: cluster 2024-02-19T23:44:54.964783+0000 mgr.smithi023.vhqanb (mgr.14182) 484 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:56.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:56 smithi023 bash[16423]: audit 2024-02-19T23:44:54.984304+0000 mgr.smithi023.vhqanb (mgr.14182) 485 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:56.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:56 smithi184 bash[20261]: cluster 2024-02-19T23:44:54.964783+0000 mgr.smithi023.vhqanb (mgr.14182) 484 : cluster [DBG] pgmap v353: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:56.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:56 smithi184 bash[20261]: audit 2024-02-19T23:44:54.984304+0000 mgr.smithi023.vhqanb (mgr.14182) 485 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:44:56.721 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:44:58.171 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:44:58 smithi023 bash[16423]: cluster 2024-02-19T23:44:56.965574+0000 mgr.smithi023.vhqanb (mgr.14182) 486 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:58.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:44:58 smithi184 bash[20261]: cluster 2024-02-19T23:44:56.965574+0000 mgr.smithi023.vhqanb (mgr.14182) 486 : cluster [DBG] pgmap v354: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:44:59.902 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:44:59.902 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:08.937961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.emfpdd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\nDeploy daemon haproxy.nfs.foo.smithi184.emfpdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.934918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.xnosgl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\nDeploy daemon haproxy.nfs.foo.smithi023.xnosgl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.936815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xyijoi on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:44:04.771810Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:45:00.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:00 smithi023 bash[16423]: cluster 2024-02-19T23:44:58.966242+0000 mgr.smithi023.vhqanb (mgr.14182) 487 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:45:00.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:00 smithi184 bash[20261]: cluster 2024-02-19T23:44:58.966242+0000 mgr.smithi023.vhqanb (mgr.14182) 487 : cluster [DBG] pgmap v355: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:45:00.526 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:01.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:01 smithi023 bash[16423]: audit 2024-02-19T23:44:59.877004+0000 mgr.smithi023.vhqanb (mgr.14182) 488 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:01.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:01 smithi184 bash[20261]: audit 2024-02-19T23:44:59.877004+0000 mgr.smithi023.vhqanb (mgr.14182) 488 : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:01.527 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:02.506 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:02 smithi023 bash[16423]: cluster 2024-02-19T23:45:00.967557+0000 mgr.smithi023.vhqanb (mgr.14182) 489 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:02.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:02 smithi184 bash[20261]: cluster 2024-02-19T23:45:00.967557+0000 mgr.smithi023.vhqanb (mgr.14182) 489 : cluster [DBG] pgmap v356: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:04.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:04 smithi023 bash[16423]: cluster 2024-02-19T23:45:02.968302+0000 mgr.smithi023.vhqanb (mgr.14182) 490 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:04.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:04 smithi184 bash[20261]: cluster 2024-02-19T23:45:02.968302+0000 mgr.smithi023.vhqanb (mgr.14182) 490 : cluster [DBG] pgmap v357: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:04.743 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:45:04.743 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:08.937961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.emfpdd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\nDeploy daemon haproxy.nfs.foo.smithi184.emfpdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.934918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.xnosgl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\nDeploy daemon haproxy.nfs.foo.smithi023.xnosgl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.936815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xyijoi on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:44:04.771810Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:45:05.345 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:06.346 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:06.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:06 smithi023 bash[16423]: audit 2024-02-19T23:45:04.718486+0000 mgr.smithi023.vhqanb (mgr.14182) 491 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:06.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:06 smithi023 bash[16423]: cluster 2024-02-19T23:45:04.969175+0000 mgr.smithi023.vhqanb (mgr.14182) 492 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:06.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:06 smithi184 bash[20261]: audit 2024-02-19T23:45:04.718486+0000 mgr.smithi023.vhqanb (mgr.14182) 491 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:06.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:06 smithi184 bash[20261]: cluster 2024-02-19T23:45:04.969175+0000 mgr.smithi023.vhqanb (mgr.14182) 492 : cluster [DBG] pgmap v358: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:08.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:08 smithi023 bash[16423]: cluster 2024-02-19T23:45:06.970231+0000 mgr.smithi023.vhqanb (mgr.14182) 493 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:08.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:08 smithi184 bash[20261]: cluster 2024-02-19T23:45:06.970231+0000 mgr.smithi023.vhqanb (mgr.14182) 493 : cluster [DBG] pgmap v359: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:09.639 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:45:09.639 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:08.937961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.emfpdd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\nDeploy daemon haproxy.nfs.foo.smithi184.emfpdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.934918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.xnosgl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\nDeploy daemon haproxy.nfs.foo.smithi023.xnosgl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.936815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xyijoi on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:44:04.771810Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:45:10.262 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:10.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:10 smithi023 bash[16423]: cluster 2024-02-19T23:45:08.971439+0000 mgr.smithi023.vhqanb (mgr.14182) 494 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:45:10.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:10 smithi184 bash[20261]: cluster 2024-02-19T23:45:08.971439+0000 mgr.smithi023.vhqanb (mgr.14182) 494 : cluster [DBG] pgmap v360: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:45:11.263 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:11.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:11 smithi023 bash[16423]: audit 2024-02-19T23:45:09.614259+0000 mgr.smithi023.vhqanb (mgr.14182) 495 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:11.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:11 smithi184 bash[20261]: audit 2024-02-19T23:45:09.614259+0000 mgr.smithi023.vhqanb (mgr.14182) 495 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:12.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:12 smithi023 bash[16423]: cluster 2024-02-19T23:45:10.972997+0000 mgr.smithi023.vhqanb (mgr.14182) 496 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:12.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:12 smithi184 bash[20261]: cluster 2024-02-19T23:45:10.972997+0000 mgr.smithi023.vhqanb (mgr.14182) 496 : cluster [DBG] pgmap v361: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:13.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:13 smithi023 bash[16423]: audit 2024-02-19T23:45:12.942206+0000 mon.smithi023 (mon.0) 747 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:45:13.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:13 smithi184 bash[20261]: audit 2024-02-19T23:45:12.942206+0000 mon.smithi023 (mon.0) 747 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:45:14.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:14 smithi023 bash[16423]: cluster 2024-02-19T23:45:12.973957+0000 mgr.smithi023.vhqanb (mgr.14182) 497 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:14.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:14 smithi023 bash[16423]: audit 2024-02-19T23:45:13.246978+0000 mon.smithi023 (mon.0) 748 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:45:14.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:14 smithi184 bash[20261]: cluster 2024-02-19T23:45:12.973957+0000 mgr.smithi023.vhqanb (mgr.14182) 497 : cluster [DBG] pgmap v362: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:14.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:14 smithi184 bash[20261]: audit 2024-02-19T23:45:13.246978+0000 mon.smithi023 (mon.0) 748 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:45:14.592 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:45:14.592 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:08.937961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.emfpdd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\nDeploy daemon haproxy.nfs.foo.smithi184.emfpdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.934918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.xnosgl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\nDeploy daemon haproxy.nfs.foo.smithi023.xnosgl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.936815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xyijoi on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:44:04.771810Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:45:15.175 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:16.176 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:16.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:16 smithi023 bash[16423]: audit 2024-02-19T23:45:14.570115+0000 mgr.smithi023.vhqanb (mgr.14182) 498 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:16.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:16 smithi023 bash[16423]: cluster 2024-02-19T23:45:14.974838+0000 mgr.smithi023.vhqanb (mgr.14182) 499 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:16.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:16 smithi184 bash[20261]: audit 2024-02-19T23:45:14.570115+0000 mgr.smithi023.vhqanb (mgr.14182) 498 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:16.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:16 smithi184 bash[20261]: cluster 2024-02-19T23:45:14.974838+0000 mgr.smithi023.vhqanb (mgr.14182) 499 : cluster [DBG] pgmap v363: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:18.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:18 smithi023 bash[16423]: cluster 2024-02-19T23:45:16.975890+0000 mgr.smithi023.vhqanb (mgr.14182) 500 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:18.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:18 smithi184 bash[20261]: cluster 2024-02-19T23:45:16.975890+0000 mgr.smithi023.vhqanb (mgr.14182) 500 : cluster [DBG] pgmap v364: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:19.424 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:45:19.424 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:42:58.671904Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.fekaiz on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:08.937961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.emfpdd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\nDeploy daemon haproxy.nfs.foo.smithi184.emfpdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.934918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.xnosgl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\nDeploy daemon haproxy.nfs.foo.smithi023.xnosgl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.936815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xyijoi on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:45:20.018 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:20.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:20 smithi023 bash[16423]: cluster 2024-02-19T23:45:18.976880+0000 mgr.smithi023.vhqanb (mgr.14182) 501 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:45:20.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:20 smithi023 bash[16423]: audit 2024-02-19T23:45:19.336686+0000 mon.smithi023 (mon.0) 749 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:45:20.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:20 smithi023 bash[16423]: audit 2024-02-19T23:45:19.400061+0000 mgr.smithi023.vhqanb (mgr.14182) 502 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:20.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:20 smithi023 bash[16423]: audit 2024-02-19T23:45:19.632875+0000 mon.smithi023 (mon.0) 750 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:45:20.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:20 smithi023 bash[16423]: audit 2024-02-19T23:45:19.634468+0000 mon.smithi023 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:45:20.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:20 smithi023 bash[16423]: audit 2024-02-19T23:45:19.643876+0000 mon.smithi023 (mon.0) 752 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:45:20.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:20 smithi023 bash[16423]: audit 2024-02-19T23:45:19.650797+0000 mon.smithi023 (mon.0) 753 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:45:20.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:20 smithi023 bash[16423]: audit 2024-02-19T23:45:19.665510+0000 mon.smithi023 (mon.0) 754 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:45:20.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:20 smithi184 bash[20261]: cluster 2024-02-19T23:45:18.976880+0000 mgr.smithi023.vhqanb (mgr.14182) 501 : cluster [DBG] pgmap v365: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:45:20.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:20 smithi184 bash[20261]: audit 2024-02-19T23:45:19.336686+0000 mon.smithi023 (mon.0) 749 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:45:20.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:20 smithi184 bash[20261]: audit 2024-02-19T23:45:19.400061+0000 mgr.smithi023.vhqanb (mgr.14182) 502 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:20.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:20 smithi184 bash[20261]: audit 2024-02-19T23:45:19.632875+0000 mon.smithi023 (mon.0) 750 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:45:20.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:20 smithi184 bash[20261]: audit 2024-02-19T23:45:19.634468+0000 mon.smithi023 (mon.0) 751 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:45:20.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:20 smithi184 bash[20261]: audit 2024-02-19T23:45:19.643876+0000 mon.smithi023 (mon.0) 752 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:45:20.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:20 smithi184 bash[20261]: audit 2024-02-19T23:45:19.650797+0000 mon.smithi023 (mon.0) 753 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:45:20.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:20 smithi184 bash[20261]: audit 2024-02-19T23:45:19.665510+0000 mon.smithi023 (mon.0) 754 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:45:21.019 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:21.613 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:21 smithi023 bash[16423]: cluster 2024-02-19T23:45:19.644818+0000 mgr.smithi023.vhqanb (mgr.14182) 503 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-19T23:45:21.613 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:21 smithi023 bash[16423]: cephadm 2024-02-19T23:45:19.669154+0000 mgr.smithi023.vhqanb (mgr.14182) 504 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.dvyhgt on smithi184 2024-02-19T23:45:21.613 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:21 smithi023 bash[16423]: cluster 2024-02-19T23:45:20.639761+0000 mon.smithi023 (mon.0) 755 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:45:21.613 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:21 smithi023 bash[16423]: cluster 2024-02-19T23:45:20.639848+0000 mon.smithi023 (mon.0) 756 : cluster [INF] Cluster is now healthy 2024-02-19T23:45:21.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:21 smithi184 bash[20261]: cluster 2024-02-19T23:45:19.644818+0000 mgr.smithi023.vhqanb (mgr.14182) 503 : cluster [DBG] pgmap v366: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-19T23:45:21.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:21 smithi184 bash[20261]: cephadm 2024-02-19T23:45:19.669154+0000 mgr.smithi023.vhqanb (mgr.14182) 504 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.dvyhgt on smithi184 2024-02-19T23:45:21.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:21 smithi184 bash[20261]: cluster 2024-02-19T23:45:20.639761+0000 mon.smithi023 (mon.0) 755 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:45:21.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:21 smithi184 bash[20261]: cluster 2024-02-19T23:45:20.639848+0000 mon.smithi023 (mon.0) 756 : cluster [INF] Cluster is now healthy 2024-02-19T23:45:23.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:23 smithi023 bash[16423]: cluster 2024-02-19T23:45:21.645608+0000 mgr.smithi023.vhqanb (mgr.14182) 505 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-19T23:45:23.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:23 smithi184 bash[20261]: cluster 2024-02-19T23:45:21.645608+0000 mgr.smithi023.vhqanb (mgr.14182) 505 : cluster [DBG] pgmap v367: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-19T23:45:24.206 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:45:24.207 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:44:08.937961Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.emfpdd on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-emfpdd\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.emfpdd\nDeploy daemon haproxy.nfs.foo.smithi184.emfpdd ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.934918Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.xnosgl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-xnosgl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.xnosgl\nDeploy daemon haproxy.nfs.foo.smithi023.xnosgl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:44:12.936815Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.xyijoi on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:23.496259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dvyhgt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\nDeploy daemon haproxy.nfs.foo.smithi184.dvyhgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:45:24.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:24 smithi023 bash[16423]: audit 2024-02-19T23:45:23.494820+0000 mon.smithi023 (mon.0) 757 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.dvyhgt"}]: dispatch 2024-02-19T23:45:24.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:24 smithi184 bash[20261]: audit 2024-02-19T23:45:23.494820+0000 mon.smithi023 (mon.0) 757 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.dvyhgt"}]: dispatch 2024-02-19T23:45:24.887 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:25.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: cephadm 2024-02-19T23:45:23.493629+0000 mgr.smithi023.vhqanb (mgr.14182) 506 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt 2024-02-19T23:45:25.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:45:25.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt 2024-02-19T23:45:25.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt 2024-02-19T23:45:25.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:45:25.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt 2024-02-19T23:45:25.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.dvyhgt ... 2024-02-19T23:45:25.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:25.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:45:25.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:45:25.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:45:25.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:25.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:45:25.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:45:25.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:45:25.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:45:25.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:45:25.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt 2024-02-19T23:45:25.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:45:25.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt 2024-02-19T23:45:25.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt 2024-02-19T23:45:25.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:45:25.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt 2024-02-19T23:45:25.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.dvyhgt ... 2024-02-19T23:45:25.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:25.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:45:25.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:45:25.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:45:25.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:25.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: cephadm 2024-02-19T23:45:23.494161+0000 mgr.smithi023.vhqanb (mgr.14182) 507 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.dvyhgt 2024-02-19T23:45:25.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: cephadm 2024-02-19T23:45:23.496508+0000 mgr.smithi023.vhqanb (mgr.14182) 508 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.dvyhgt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt 2024-02-19T23:45:25.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:45:25.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt 2024-02-19T23:45:25.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt 2024-02-19T23:45:25.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:45:25.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt 2024-02-19T23:45:25.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.dvyhgt ... 2024-02-19T23:45:25.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:25.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:45:25.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:45:25.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:45:25.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:25.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: cephadm 2024-02-19T23:45:23.501465+0000 mgr.smithi023.vhqanb (mgr.14182) 509 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.eeftrq on smithi023 2024-02-19T23:45:25.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: cluster 2024-02-19T23:45:23.646238+0000 mgr.smithi023.vhqanb (mgr.14182) 510 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-19T23:45:25.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:25 smithi023 bash[16423]: audit 2024-02-19T23:45:24.181468+0000 mgr.smithi023.vhqanb (mgr.14182) 511 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:25.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: cephadm 2024-02-19T23:45:23.493629+0000 mgr.smithi023.vhqanb (mgr.14182) 506 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt 2024-02-19T23:45:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:45:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt 2024-02-19T23:45:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt 2024-02-19T23:45:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:45:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt 2024-02-19T23:45:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.dvyhgt ... 2024-02-19T23:45:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:45:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:45:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:45:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:45:25.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:45:25.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:45:25.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:45:25.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:45:25.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt 2024-02-19T23:45:25.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:45:25.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt 2024-02-19T23:45:25.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt 2024-02-19T23:45:25.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:45:25.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt 2024-02-19T23:45:25.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.dvyhgt ... 2024-02-19T23:45:25.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:25.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:45:25.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:45:25.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:45:25.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:25.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: cephadm 2024-02-19T23:45:23.494161+0000 mgr.smithi023.vhqanb (mgr.14182) 507 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.dvyhgt 2024-02-19T23:45:25.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: cephadm 2024-02-19T23:45:23.496508+0000 mgr.smithi023.vhqanb (mgr.14182) 508 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.dvyhgt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt 2024-02-19T23:45:25.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:45:25.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt 2024-02-19T23:45:25.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt 2024-02-19T23:45:25.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:45:25.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt 2024-02-19T23:45:25.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.dvyhgt ... 2024-02-19T23:45:25.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:25.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:45:25.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:45:25.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:45:25.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:25.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: cephadm 2024-02-19T23:45:23.501465+0000 mgr.smithi023.vhqanb (mgr.14182) 509 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.eeftrq on smithi023 2024-02-19T23:45:25.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: cluster 2024-02-19T23:45:23.646238+0000 mgr.smithi023.vhqanb (mgr.14182) 510 : cluster [DBG] pgmap v368: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-19T23:45:25.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:25 smithi184 bash[20261]: audit 2024-02-19T23:45:24.181468+0000 mgr.smithi023.vhqanb (mgr.14182) 511 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:25.889 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:27.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:27 smithi023 bash[16423]: cluster 2024-02-19T23:45:25.647431+0000 mgr.smithi023.vhqanb (mgr.14182) 512 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-19T23:45:27.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:27 smithi023 bash[16423]: audit 2024-02-19T23:45:27.267822+0000 mon.smithi023 (mon.0) 758 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.eeftrq"}]: dispatch 2024-02-19T23:45:27.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:27 smithi184 bash[20261]: cluster 2024-02-19T23:45:25.647431+0000 mgr.smithi023.vhqanb (mgr.14182) 512 : cluster [DBG] pgmap v369: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-19T23:45:27.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:27 smithi184 bash[20261]: audit 2024-02-19T23:45:27.267822+0000 mon.smithi023 (mon.0) 758 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.eeftrq"}]: dispatch 2024-02-19T23:45:28.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: cephadm 2024-02-19T23:45:27.266464+0000 mgr.smithi023.vhqanb (mgr.14182) 513 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq 2024-02-19T23:45:28.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:45:28.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq 2024-02-19T23:45:28.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq 2024-02-19T23:45:28.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:45:28.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq 2024-02-19T23:45:28.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.eeftrq ... 2024-02-19T23:45:28.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:28.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:45:28.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:45:28.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:45:28.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:28.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:45:28.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:45:28.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:45:28.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:45:28.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:45:28.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq 2024-02-19T23:45:28.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:45:28.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq 2024-02-19T23:45:28.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq 2024-02-19T23:45:28.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:45:28.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq 2024-02-19T23:45:28.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.eeftrq ... 2024-02-19T23:45:28.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:28.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:45:28.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:45:28.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:45:28.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:28.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: cephadm 2024-02-19T23:45:27.267061+0000 mgr.smithi023.vhqanb (mgr.14182) 514 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.eeftrq 2024-02-19T23:45:28.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: cephadm 2024-02-19T23:45:27.269673+0000 mgr.smithi023.vhqanb (mgr.14182) 515 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.eeftrq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq 2024-02-19T23:45:28.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:45:28.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq 2024-02-19T23:45:28.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq 2024-02-19T23:45:28.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:45:28.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq 2024-02-19T23:45:28.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.eeftrq ... 2024-02-19T23:45:28.713 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:28.713 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:45:28.713 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:45:28.713 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:45:28.713 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:28.713 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: cephadm 2024-02-19T23:45:27.273271+0000 mgr.smithi023.vhqanb (mgr.14182) 516 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.anillj on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:45:28.713 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: cephadm 2024-02-19T23:45:27.275768+0000 mgr.smithi023.vhqanb (mgr.14182) 517 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:45:28.713 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: cluster 2024-02-19T23:45:27.276653+0000 mgr.smithi023.vhqanb (mgr.14182) 518 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:45:28.713 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:28 smithi023 bash[16423]: cluster 2024-02-19T23:45:27.362806+0000 mon.smithi023 (mon.0) 759 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:45:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: cephadm 2024-02-19T23:45:27.266464+0000 mgr.smithi023.vhqanb (mgr.14182) 513 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq 2024-02-19T23:45:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:45:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq 2024-02-19T23:45:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq 2024-02-19T23:45:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:45:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq 2024-02-19T23:45:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.eeftrq ... 2024-02-19T23:45:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:45:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:45:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:45:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:45:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:45:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:45:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:45:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:45:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq 2024-02-19T23:45:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:45:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq 2024-02-19T23:45:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq 2024-02-19T23:45:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:45:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq 2024-02-19T23:45:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.eeftrq ... 2024-02-19T23:45:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:28.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:45:28.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:45:28.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:45:28.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:28.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: cephadm 2024-02-19T23:45:27.267061+0000 mgr.smithi023.vhqanb (mgr.14182) 514 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.eeftrq 2024-02-19T23:45:28.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: cephadm 2024-02-19T23:45:27.269673+0000 mgr.smithi023.vhqanb (mgr.14182) 515 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.eeftrq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq 2024-02-19T23:45:28.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:45:28.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq 2024-02-19T23:45:28.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq 2024-02-19T23:45:28.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:45:28.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq 2024-02-19T23:45:28.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.eeftrq ... 2024-02-19T23:45:28.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:28.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:45:28.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:45:28.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:45:28.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:45:28.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: cephadm 2024-02-19T23:45:27.273271+0000 mgr.smithi023.vhqanb (mgr.14182) 516 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.anillj on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:45:28.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: cephadm 2024-02-19T23:45:27.275768+0000 mgr.smithi023.vhqanb (mgr.14182) 517 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:45:28.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: cluster 2024-02-19T23:45:27.276653+0000 mgr.smithi023.vhqanb (mgr.14182) 518 : cluster [DBG] pgmap v370: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:45:28.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:28 smithi184 bash[20261]: cluster 2024-02-19T23:45:27.362806+0000 mon.smithi023 (mon.0) 759 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:45:29.159 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:45:29.160 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:23.496259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dvyhgt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\nDeploy daemon haproxy.nfs.foo.smithi184.dvyhgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.269343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.eeftrq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\nDeploy daemon haproxy.nfs.foo.smithi023.eeftrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.273123Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.anillj on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:27.275603Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:45:29.874 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:30.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:30 smithi023 bash[16423]: audit 2024-02-19T23:45:29.134168+0000 mgr.smithi023.vhqanb (mgr.14182) 519 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:30.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:30 smithi023 bash[16423]: cluster 2024-02-19T23:45:29.277685+0000 mgr.smithi023.vhqanb (mgr.14182) 520 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:45:30.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:30 smithi184 bash[20261]: audit 2024-02-19T23:45:29.134168+0000 mgr.smithi023.vhqanb (mgr.14182) 519 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:30.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:30 smithi184 bash[20261]: cluster 2024-02-19T23:45:29.277685+0000 mgr.smithi023.vhqanb (mgr.14182) 520 : cluster [DBG] pgmap v371: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:45:30.874 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:32.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:32 smithi023 bash[16423]: cluster 2024-02-19T23:45:31.278677+0000 mgr.smithi023.vhqanb (mgr.14182) 521 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-02-19T23:45:32.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:32 smithi023 bash[16423]: audit 2024-02-19T23:45:31.570881+0000 mon.smithi023 (mon.0) 760 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:45:32.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:32 smithi184 bash[20261]: cluster 2024-02-19T23:45:31.278677+0000 mgr.smithi023.vhqanb (mgr.14182) 521 : cluster [DBG] pgmap v372: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-02-19T23:45:32.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:32 smithi184 bash[20261]: audit 2024-02-19T23:45:31.570881+0000 mon.smithi023 (mon.0) 760 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:45:34.097 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:45:34.097 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:23.496259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dvyhgt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\nDeploy daemon haproxy.nfs.foo.smithi184.dvyhgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.269343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.eeftrq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\nDeploy daemon haproxy.nfs.foo.smithi023.eeftrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.273123Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.anillj on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:27.275603Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:45:34.708 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:34 smithi023 bash[16423]: cluster 2024-02-19T23:45:33.279901+0000 mgr.smithi023.vhqanb (mgr.14182) 522 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-02-19T23:45:34.709 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:34.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:34 smithi184 bash[20261]: cluster 2024-02-19T23:45:33.279901+0000 mgr.smithi023.vhqanb (mgr.14182) 522 : cluster [DBG] pgmap v373: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-02-19T23:45:35.710 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:35.723 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:35 smithi023 bash[16423]: audit 2024-02-19T23:45:34.077865+0000 mgr.smithi023.vhqanb (mgr.14182) 523 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:35.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:35 smithi184 bash[20261]: audit 2024-02-19T23:45:34.077865+0000 mgr.smithi023.vhqanb (mgr.14182) 523 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:36.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:36 smithi023 bash[16423]: cluster 2024-02-19T23:45:35.281200+0000 mgr.smithi023.vhqanb (mgr.14182) 524 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-02-19T23:45:36.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:36 smithi184 bash[20261]: cluster 2024-02-19T23:45:35.281200+0000 mgr.smithi023.vhqanb (mgr.14182) 524 : cluster [DBG] pgmap v374: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-02-19T23:45:37.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:37 smithi023 bash[16423]: cluster 2024-02-19T23:45:37.282322+0000 mgr.smithi023.vhqanb (mgr.14182) 525 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-02-19T23:45:37.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:37 smithi184 bash[20261]: cluster 2024-02-19T23:45:37.282322+0000 mgr.smithi023.vhqanb (mgr.14182) 525 : cluster [DBG] pgmap v375: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-02-19T23:45:38.933 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:45:38.933 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:23.496259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dvyhgt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\nDeploy daemon haproxy.nfs.foo.smithi184.dvyhgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.269343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.eeftrq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\nDeploy daemon haproxy.nfs.foo.smithi023.eeftrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.273123Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.anillj on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:27.275603Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:45:39.472 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:40.473 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:40.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:40 smithi023 bash[16423]: audit 2024-02-19T23:45:38.909696+0000 mgr.smithi023.vhqanb (mgr.14182) 526 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:40.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:40 smithi023 bash[16423]: cluster 2024-02-19T23:45:39.283746+0000 mgr.smithi023.vhqanb (mgr.14182) 527 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:45:40.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:40 smithi184 bash[20261]: audit 2024-02-19T23:45:38.909696+0000 mgr.smithi023.vhqanb (mgr.14182) 526 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:40.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:40 smithi184 bash[20261]: cluster 2024-02-19T23:45:39.283746+0000 mgr.smithi023.vhqanb (mgr.14182) 527 : cluster [DBG] pgmap v376: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:45:42.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:42 smithi023 bash[16423]: cluster 2024-02-19T23:45:41.284878+0000 mgr.smithi023.vhqanb (mgr.14182) 528 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:42.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:42 smithi184 bash[20261]: cluster 2024-02-19T23:45:41.284878+0000 mgr.smithi023.vhqanb (mgr.14182) 528 : cluster [DBG] pgmap v377: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:43.667 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:45:43.667 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:23.496259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dvyhgt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\nDeploy daemon haproxy.nfs.foo.smithi184.dvyhgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.269343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.eeftrq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\nDeploy daemon haproxy.nfs.foo.smithi023.eeftrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.273123Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.anillj on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:27.275603Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:45:44.255 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:44.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:44 smithi023 bash[16423]: cluster 2024-02-19T23:45:43.285990+0000 mgr.smithi023.vhqanb (mgr.14182) 529 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:44.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:44 smithi184 bash[20261]: cluster 2024-02-19T23:45:43.285990+0000 mgr.smithi023.vhqanb (mgr.14182) 529 : cluster [DBG] pgmap v378: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:45.255 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:45.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:45 smithi023 bash[16423]: audit 2024-02-19T23:45:43.641753+0000 mgr.smithi023.vhqanb (mgr.14182) 530 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:45.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:45 smithi184 bash[20261]: audit 2024-02-19T23:45:43.641753+0000 mgr.smithi023.vhqanb (mgr.14182) 530 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:46.622 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:46 smithi023 bash[16423]: cluster 2024-02-19T23:45:45.287198+0000 mgr.smithi023.vhqanb (mgr.14182) 531 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:46.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:46 smithi184 bash[20261]: cluster 2024-02-19T23:45:45.287198+0000 mgr.smithi023.vhqanb (mgr.14182) 531 : cluster [DBG] pgmap v379: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:48.497 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:45:48.497 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:23.496259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dvyhgt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\nDeploy daemon haproxy.nfs.foo.smithi184.dvyhgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.269343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.eeftrq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\nDeploy daemon haproxy.nfs.foo.smithi023.eeftrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.273123Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.anillj on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:27.275603Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:45:48.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:48 smithi023 bash[16423]: cluster 2024-02-19T23:45:47.288304+0000 mgr.smithi023.vhqanb (mgr.14182) 532 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:48.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:48 smithi184 bash[20261]: cluster 2024-02-19T23:45:47.288304+0000 mgr.smithi023.vhqanb (mgr.14182) 532 : cluster [DBG] pgmap v380: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:49.141 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:50.142 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:50.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:50 smithi023 bash[16423]: audit 2024-02-19T23:45:48.476456+0000 mgr.smithi023.vhqanb (mgr.14182) 533 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:50.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:50 smithi023 bash[16423]: cluster 2024-02-19T23:45:49.289779+0000 mgr.smithi023.vhqanb (mgr.14182) 534 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:45:50.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:50 smithi184 bash[20261]: audit 2024-02-19T23:45:48.476456+0000 mgr.smithi023.vhqanb (mgr.14182) 533 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:50.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:50 smithi184 bash[20261]: cluster 2024-02-19T23:45:49.289779+0000 mgr.smithi023.vhqanb (mgr.14182) 534 : cluster [DBG] pgmap v381: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:45:52.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:52 smithi023 bash[16423]: cluster 2024-02-19T23:45:51.290804+0000 mgr.smithi023.vhqanb (mgr.14182) 535 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:52 smithi184 bash[20261]: cluster 2024-02-19T23:45:51.290804+0000 mgr.smithi023.vhqanb (mgr.14182) 535 : cluster [DBG] pgmap v382: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:53.304 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:45:53.304 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:23.496259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dvyhgt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\nDeploy daemon haproxy.nfs.foo.smithi184.dvyhgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.269343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.eeftrq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\nDeploy daemon haproxy.nfs.foo.smithi023.eeftrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.273123Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.anillj on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:27.275603Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:45:53.993 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:54.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:54 smithi023 bash[16423]: audit 2024-02-19T23:45:53.280314+0000 mgr.smithi023.vhqanb (mgr.14182) 536 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:54.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:54 smithi023 bash[16423]: cluster 2024-02-19T23:45:53.291890+0000 mgr.smithi023.vhqanb (mgr.14182) 537 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:54.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:54 smithi184 bash[20261]: audit 2024-02-19T23:45:53.280314+0000 mgr.smithi023.vhqanb (mgr.14182) 536 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:54.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:54 smithi184 bash[20261]: cluster 2024-02-19T23:45:53.291890+0000 mgr.smithi023.vhqanb (mgr.14182) 537 : cluster [DBG] pgmap v383: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:54.994 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:56.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:56 smithi023 bash[16423]: cluster 2024-02-19T23:45:55.293202+0000 mgr.smithi023.vhqanb (mgr.14182) 538 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:56.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:56 smithi184 bash[20261]: cluster 2024-02-19T23:45:55.293202+0000 mgr.smithi023.vhqanb (mgr.14182) 538 : cluster [DBG] pgmap v384: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:57.719 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:57 smithi023 bash[16423]: cluster 2024-02-19T23:45:57.294199+0000 mgr.smithi023.vhqanb (mgr.14182) 539 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:57.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:57 smithi184 bash[20261]: cluster 2024-02-19T23:45:57.294199+0000 mgr.smithi023.vhqanb (mgr.14182) 539 : cluster [DBG] pgmap v385: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:45:58.083 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:45:58.083 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:23.496259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dvyhgt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\nDeploy daemon haproxy.nfs.foo.smithi184.dvyhgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.269343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.eeftrq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\nDeploy daemon haproxy.nfs.foo.smithi023.eeftrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.273123Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.anillj on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:27.275603Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:45:58.740 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:58 smithi023 bash[16423]: audit 2024-02-19T23:45:58.058081+0000 mgr.smithi023.vhqanb (mgr.14182) 540 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:58.741 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:45:58.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:58 smithi184 bash[20261]: audit 2024-02-19T23:45:58.058081+0000 mgr.smithi023.vhqanb (mgr.14182) 540 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:45:59.743 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:45:59.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:45:59 smithi023 bash[16423]: cluster 2024-02-19T23:45:59.295538+0000 mgr.smithi023.vhqanb (mgr.14182) 541 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:45:59.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:45:59 smithi184 bash[20261]: cluster 2024-02-19T23:45:59.295538+0000 mgr.smithi023.vhqanb (mgr.14182) 541 : cluster [DBG] pgmap v386: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:46:02.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:02 smithi023 bash[16423]: cluster 2024-02-19T23:46:01.296741+0000 mgr.smithi023.vhqanb (mgr.14182) 542 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:02.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:02 smithi184 bash[20261]: cluster 2024-02-19T23:46:01.296741+0000 mgr.smithi023.vhqanb (mgr.14182) 542 : cluster [DBG] pgmap v387: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:02.962 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:46:02.962 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:23.496259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dvyhgt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\nDeploy daemon haproxy.nfs.foo.smithi184.dvyhgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.269343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.eeftrq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\nDeploy daemon haproxy.nfs.foo.smithi023.eeftrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.273123Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.anillj on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:27.275603Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:46:03.569 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:04.570 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:04.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:04 smithi023 bash[16423]: audit 2024-02-19T23:46:02.939404+0000 mgr.smithi023.vhqanb (mgr.14182) 543 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:04.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:04 smithi023 bash[16423]: cluster 2024-02-19T23:46:03.297934+0000 mgr.smithi023.vhqanb (mgr.14182) 544 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:04.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:04 smithi184 bash[20261]: audit 2024-02-19T23:46:02.939404+0000 mgr.smithi023.vhqanb (mgr.14182) 543 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:04.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:04 smithi184 bash[20261]: cluster 2024-02-19T23:46:03.297934+0000 mgr.smithi023.vhqanb (mgr.14182) 544 : cluster [DBG] pgmap v388: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:06.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:06 smithi023 bash[16423]: cluster 2024-02-19T23:46:05.299272+0000 mgr.smithi023.vhqanb (mgr.14182) 545 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:06.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:06 smithi184 bash[20261]: cluster 2024-02-19T23:46:05.299272+0000 mgr.smithi023.vhqanb (mgr.14182) 545 : cluster [DBG] pgmap v389: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:07.845 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:46:07.845 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:23.496259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dvyhgt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\nDeploy daemon haproxy.nfs.foo.smithi184.dvyhgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.269343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.eeftrq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\nDeploy daemon haproxy.nfs.foo.smithi023.eeftrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.273123Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.anillj on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:27.275603Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:46:08.502 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:08.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:08 smithi023 bash[16423]: cluster 2024-02-19T23:46:07.300302+0000 mgr.smithi023.vhqanb (mgr.14182) 546 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:08.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:08 smithi184 bash[20261]: cluster 2024-02-19T23:46:07.300302+0000 mgr.smithi023.vhqanb (mgr.14182) 546 : cluster [DBG] pgmap v390: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:09.503 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:09.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:09 smithi023 bash[16423]: audit 2024-02-19T23:46:07.828214+0000 mgr.smithi023.vhqanb (mgr.14182) 547 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:09.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:09 smithi184 bash[20261]: audit 2024-02-19T23:46:07.828214+0000 mgr.smithi023.vhqanb (mgr.14182) 547 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:10.679 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:10 smithi023 bash[16423]: cluster 2024-02-19T23:46:09.301637+0000 mgr.smithi023.vhqanb (mgr.14182) 548 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:46:10.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:10 smithi184 bash[20261]: cluster 2024-02-19T23:46:09.301637+0000 mgr.smithi023.vhqanb (mgr.14182) 548 : cluster [DBG] pgmap v391: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:46:12.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:12 smithi023 bash[16423]: cluster 2024-02-19T23:46:11.302940+0000 mgr.smithi023.vhqanb (mgr.14182) 549 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:12.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:12 smithi184 bash[20261]: cluster 2024-02-19T23:46:11.302940+0000 mgr.smithi023.vhqanb (mgr.14182) 549 : cluster [DBG] pgmap v392: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:12.767 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:46:12.767 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:23.496259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dvyhgt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\nDeploy daemon haproxy.nfs.foo.smithi184.dvyhgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.269343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.eeftrq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\nDeploy daemon haproxy.nfs.foo.smithi023.eeftrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.273123Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.anillj on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:27.275603Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:46:13.394 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:14.396 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:14.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:14 smithi023 bash[16423]: audit 2024-02-19T23:46:12.749915+0000 mgr.smithi023.vhqanb (mgr.14182) 550 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:14.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:14 smithi023 bash[16423]: cluster 2024-02-19T23:46:13.304170+0000 mgr.smithi023.vhqanb (mgr.14182) 551 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:14.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:14 smithi184 bash[20261]: audit 2024-02-19T23:46:12.749915+0000 mgr.smithi023.vhqanb (mgr.14182) 550 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:14.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:14 smithi184 bash[20261]: cluster 2024-02-19T23:46:13.304170+0000 mgr.smithi023.vhqanb (mgr.14182) 551 : cluster [DBG] pgmap v393: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:16.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:16 smithi023 bash[16423]: cluster 2024-02-19T23:46:15.305483+0000 mgr.smithi023.vhqanb (mgr.14182) 552 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:16.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:16 smithi184 bash[20261]: cluster 2024-02-19T23:46:15.305483+0000 mgr.smithi023.vhqanb (mgr.14182) 552 : cluster [DBG] pgmap v394: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:17.570 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:46:17.570 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:23.496259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dvyhgt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\nDeploy daemon haproxy.nfs.foo.smithi184.dvyhgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.269343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.eeftrq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\nDeploy daemon haproxy.nfs.foo.smithi023.eeftrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.273123Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.anillj on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:27.275603Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:46:18.161 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:18.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:18 smithi023 bash[16423]: cluster 2024-02-19T23:46:17.306440+0000 mgr.smithi023.vhqanb (mgr.14182) 553 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:18.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:18 smithi184 bash[20261]: cluster 2024-02-19T23:46:17.306440+0000 mgr.smithi023.vhqanb (mgr.14182) 553 : cluster [DBG] pgmap v395: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:19.162 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:19.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:19 smithi023 bash[16423]: audit 2024-02-19T23:46:17.547317+0000 mgr.smithi023.vhqanb (mgr.14182) 554 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:19.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:19 smithi184 bash[20261]: audit 2024-02-19T23:46:17.547317+0000 mgr.smithi023.vhqanb (mgr.14182) 554 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:20.568 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:20 smithi023 bash[16423]: cluster 2024-02-19T23:46:19.307847+0000 mgr.smithi023.vhqanb (mgr.14182) 555 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:46:20.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:20 smithi184 bash[20261]: cluster 2024-02-19T23:46:19.307847+0000 mgr.smithi023.vhqanb (mgr.14182) 555 : cluster [DBG] pgmap v396: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:46:21.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:21 smithi023 bash[16423]: cluster 2024-02-19T23:46:21.309051+0000 mgr.smithi023.vhqanb (mgr.14182) 556 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:21.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:21 smithi184 bash[20261]: cluster 2024-02-19T23:46:21.309051+0000 mgr.smithi023.vhqanb (mgr.14182) 556 : cluster [DBG] pgmap v397: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:22.337 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:46:22.337 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:23.496259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dvyhgt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\nDeploy daemon haproxy.nfs.foo.smithi184.dvyhgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.269343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.eeftrq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\nDeploy daemon haproxy.nfs.foo.smithi023.eeftrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.273123Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.anillj on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:27.275603Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:46:22.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:22 smithi023 bash[16423]: audit 2024-02-19T23:46:22.311883+0000 mgr.smithi023.vhqanb (mgr.14182) 557 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:22.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:22 smithi184 bash[20261]: audit 2024-02-19T23:46:22.311883+0000 mgr.smithi023.vhqanb (mgr.14182) 557 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:22.942 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:23.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:23 smithi023 bash[16423]: cluster 2024-02-19T23:46:23.310186+0000 mgr.smithi023.vhqanb (mgr.14182) 558 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:23.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:23 smithi184 bash[20261]: cluster 2024-02-19T23:46:23.310186+0000 mgr.smithi023.vhqanb (mgr.14182) 558 : cluster [DBG] pgmap v398: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:23.942 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:26.675 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:26 smithi023 bash[16423]: cluster 2024-02-19T23:46:25.311495+0000 mgr.smithi023.vhqanb (mgr.14182) 559 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:26.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:26 smithi184 bash[20261]: cluster 2024-02-19T23:46:25.311495+0000 mgr.smithi023.vhqanb (mgr.14182) 559 : cluster [DBG] pgmap v399: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:27.041 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:46:27.041 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:44:12.938348Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.haiibl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:23.496259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dvyhgt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\nDeploy daemon haproxy.nfs.foo.smithi184.dvyhgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.269343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.eeftrq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\nDeploy daemon haproxy.nfs.foo.smithi023.eeftrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.273123Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.anillj on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:27.275603Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:46:27.696 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:27 smithi023 bash[16423]: audit 2024-02-19T23:46:27.281167+0000 mon.smithi023 (mon.0) 761 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:46:27.698 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:27.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:27 smithi184 bash[20261]: audit 2024-02-19T23:46:27.281167+0000 mon.smithi023 (mon.0) 761 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:46:28.698 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:28.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:28 smithi023 bash[16423]: audit 2024-02-19T23:46:27.018229+0000 mgr.smithi023.vhqanb (mgr.14182) 560 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:28.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:28 smithi023 bash[16423]: cluster 2024-02-19T23:46:27.312302+0000 mgr.smithi023.vhqanb (mgr.14182) 561 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:28.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:28 smithi023 bash[16423]: audit 2024-02-19T23:46:27.582654+0000 mon.smithi023 (mon.0) 762 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:46:28.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:28 smithi023 bash[16423]: audit 2024-02-19T23:46:27.584205+0000 mon.smithi023 (mon.0) 763 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:46:28.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:28 smithi023 bash[16423]: audit 2024-02-19T23:46:27.593028+0000 mon.smithi023 (mon.0) 764 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:46:28.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:28 smithi023 bash[16423]: audit 2024-02-19T23:46:27.599729+0000 mon.smithi023 (mon.0) 765 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:46:28.711 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:28 smithi023 bash[16423]: audit 2024-02-19T23:46:27.615871+0000 mon.smithi023 (mon.0) 766 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:46:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:28 smithi184 bash[20261]: audit 2024-02-19T23:46:27.018229+0000 mgr.smithi023.vhqanb (mgr.14182) 560 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:28 smithi184 bash[20261]: cluster 2024-02-19T23:46:27.312302+0000 mgr.smithi023.vhqanb (mgr.14182) 561 : cluster [DBG] pgmap v400: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:28 smithi184 bash[20261]: audit 2024-02-19T23:46:27.582654+0000 mon.smithi023 (mon.0) 762 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:46:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:28 smithi184 bash[20261]: audit 2024-02-19T23:46:27.584205+0000 mon.smithi023 (mon.0) 763 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:46:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:28 smithi184 bash[20261]: audit 2024-02-19T23:46:27.593028+0000 mon.smithi023 (mon.0) 764 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:46:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:28 smithi184 bash[20261]: audit 2024-02-19T23:46:27.599729+0000 mon.smithi023 (mon.0) 765 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:46:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:28 smithi184 bash[20261]: audit 2024-02-19T23:46:27.615871+0000 mon.smithi023 (mon.0) 766 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:46:29.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:29 smithi023 bash[16423]: cluster 2024-02-19T23:46:27.593871+0000 mgr.smithi023.vhqanb (mgr.14182) 562 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-19T23:46:29.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:29 smithi023 bash[16423]: cephadm 2024-02-19T23:46:27.618963+0000 mgr.smithi023.vhqanb (mgr.14182) 563 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.ekxipl on smithi184 2024-02-19T23:46:29.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:29 smithi023 bash[16423]: cluster 2024-02-19T23:46:28.589652+0000 mon.smithi023 (mon.0) 767 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:46:29.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:29 smithi023 bash[16423]: cluster 2024-02-19T23:46:28.589748+0000 mon.smithi023 (mon.0) 768 : cluster [INF] Cluster is now healthy 2024-02-19T23:46:29.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:29 smithi184 bash[20261]: cluster 2024-02-19T23:46:27.593871+0000 mgr.smithi023.vhqanb (mgr.14182) 562 : cluster [DBG] pgmap v401: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-19T23:46:29.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:29 smithi184 bash[20261]: cephadm 2024-02-19T23:46:27.618963+0000 mgr.smithi023.vhqanb (mgr.14182) 563 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.ekxipl on smithi184 2024-02-19T23:46:29.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:29 smithi184 bash[20261]: cluster 2024-02-19T23:46:28.589652+0000 mon.smithi023 (mon.0) 767 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:46:29.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:29 smithi184 bash[20261]: cluster 2024-02-19T23:46:28.589748+0000 mon.smithi023 (mon.0) 768 : cluster [INF] Cluster is now healthy 2024-02-19T23:46:31.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:31 smithi023 bash[16423]: cluster 2024-02-19T23:46:29.594867+0000 mgr.smithi023.vhqanb (mgr.14182) 564 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-19T23:46:31.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:31 smithi023 bash[16423]: audit 2024-02-19T23:46:31.117661+0000 mon.smithi023 (mon.0) 769 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:46:31.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:31 smithi184 bash[20261]: cluster 2024-02-19T23:46:29.594867+0000 mgr.smithi023.vhqanb (mgr.14182) 564 : cluster [DBG] pgmap v402: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-19T23:46:31.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:31 smithi184 bash[20261]: audit 2024-02-19T23:46:31.117661+0000 mon.smithi023 (mon.0) 769 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:46:31.841 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:46:31.841 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:23.496259Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dvyhgt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dvyhgt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dvyhgt\nDeploy daemon haproxy.nfs.foo.smithi184.dvyhgt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.269343Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.eeftrq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-eeftrq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.eeftrq\nDeploy daemon haproxy.nfs.foo.smithi023.eeftrq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:45:27.273123Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.anillj on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:45:27.275603Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:31.407092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekxipl on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\nDeploy daemon haproxy.nfs.foo.smithi184.ekxipl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:46:32.483 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:32.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: cephadm 2024-02-19T23:46:31.404024+0000 mgr.smithi023.vhqanb (mgr.14182) 565 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl 2024-02-19T23:46:32.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:46:32.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl 2024-02-19T23:46:32.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl 2024-02-19T23:46:32.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:46:32.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl 2024-02-19T23:46:32.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.ekxipl ... 2024-02-19T23:46:32.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:46:32.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:46:32.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:46:32.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:46:32.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:46:32.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:46:32.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:46:32.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:46:32.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:46:32.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:46:32.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl 2024-02-19T23:46:32.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:46:32.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl 2024-02-19T23:46:32.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl 2024-02-19T23:46:32.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:46:32.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl 2024-02-19T23:46:32.754 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.ekxipl ... 2024-02-19T23:46:32.754 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:46:32.754 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:46:32.754 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:46:32.754 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:46:32.754 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:46:32.755 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: cephadm 2024-02-19T23:46:31.404537+0000 mgr.smithi023.vhqanb (mgr.14182) 566 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.ekxipl 2024-02-19T23:46:32.755 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: audit 2024-02-19T23:46:31.405193+0000 mon.smithi023 (mon.0) 770 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.ekxipl"}]: dispatch 2024-02-19T23:46:32.755 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: cephadm 2024-02-19T23:46:31.407398+0000 mgr.smithi023.vhqanb (mgr.14182) 567 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.ekxipl on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl 2024-02-19T23:46:32.755 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:46:32.755 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl 2024-02-19T23:46:32.756 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl 2024-02-19T23:46:32.756 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:46:32.756 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl 2024-02-19T23:46:32.756 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.ekxipl ... 2024-02-19T23:46:32.759 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:46:32.759 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:46:32.759 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:46:32.759 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:46:32.759 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:46:32.759 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:32 smithi023 bash[16423]: cephadm 2024-02-19T23:46:31.410936+0000 mgr.smithi023.vhqanb (mgr.14182) 568 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.hjioyc on smithi023 2024-02-19T23:46:32.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: cephadm 2024-02-19T23:46:31.404024+0000 mgr.smithi023.vhqanb (mgr.14182) 565 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl 2024-02-19T23:46:32.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:46:32.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl 2024-02-19T23:46:32.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl 2024-02-19T23:46:32.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:46:32.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl 2024-02-19T23:46:32.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.ekxipl ... 2024-02-19T23:46:32.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:46:32.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:46:32.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:46:32.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:46:32.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:46:32.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:46:32.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:46:32.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:46:32.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:46:32.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:46:32.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl 2024-02-19T23:46:32.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:46:32.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl 2024-02-19T23:46:32.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl 2024-02-19T23:46:32.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:46:32.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl 2024-02-19T23:46:32.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.ekxipl ... 2024-02-19T23:46:32.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:46:32.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:46:32.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:46:32.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:46:32.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:46:32.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: cephadm 2024-02-19T23:46:31.404537+0000 mgr.smithi023.vhqanb (mgr.14182) 566 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.ekxipl 2024-02-19T23:46:32.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: audit 2024-02-19T23:46:31.405193+0000 mon.smithi023 (mon.0) 770 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.ekxipl"}]: dispatch 2024-02-19T23:46:32.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: cephadm 2024-02-19T23:46:31.407398+0000 mgr.smithi023.vhqanb (mgr.14182) 567 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.ekxipl on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl 2024-02-19T23:46:32.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:46:32.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl 2024-02-19T23:46:32.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl 2024-02-19T23:46:32.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:46:32.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl 2024-02-19T23:46:32.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.ekxipl ... 2024-02-19T23:46:32.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:46:32.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:46:32.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:46:32.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:46:32.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:46:32.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:32 smithi184 bash[20261]: cephadm 2024-02-19T23:46:31.410936+0000 mgr.smithi023.vhqanb (mgr.14182) 568 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.hjioyc on smithi023 2024-02-19T23:46:33.484 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:33.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:33 smithi023 bash[16423]: cluster 2024-02-19T23:46:31.595918+0000 mgr.smithi023.vhqanb (mgr.14182) 569 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-19T23:46:33.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:33 smithi023 bash[16423]: audit 2024-02-19T23:46:31.818710+0000 mgr.smithi023.vhqanb (mgr.14182) 570 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:33.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:33 smithi184 bash[20261]: cluster 2024-02-19T23:46:31.595918+0000 mgr.smithi023.vhqanb (mgr.14182) 569 : cluster [DBG] pgmap v403: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-19T23:46:33.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:33 smithi184 bash[20261]: audit 2024-02-19T23:46:31.818710+0000 mgr.smithi023.vhqanb (mgr.14182) 570 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:35.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:35 smithi023 bash[16423]: cluster 2024-02-19T23:46:33.596739+0000 mgr.smithi023.vhqanb (mgr.14182) 571 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-19T23:46:35.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:35 smithi184 bash[20261]: cluster 2024-02-19T23:46:33.596739+0000 mgr.smithi023.vhqanb (mgr.14182) 571 : cluster [DBG] pgmap v404: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-19T23:46:36.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:36 smithi023 bash[16423]: audit 2024-02-19T23:46:35.513317+0000 mon.smithi023 (mon.0) 771 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.hjioyc"}]: dispatch 2024-02-19T23:46:36.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:36 smithi184 bash[20261]: audit 2024-02-19T23:46:35.513317+0000 mon.smithi023 (mon.0) 771 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.hjioyc"}]: dispatch 2024-02-19T23:46:37.030 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:46:37.031 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:27.275603Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:31.407092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekxipl on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\nDeploy daemon haproxy.nfs.foo.smithi184.ekxipl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.514508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hjioyc on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\nDeploy daemon haproxy.nfs.foo.smithi023.hjioyc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.518989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ryzrmx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:35.522995Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:46:37.653 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:37.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: cephadm 2024-02-19T23:46:35.511961+0000 mgr.smithi023.vhqanb (mgr.14182) 572 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc 2024-02-19T23:46:37.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:46:37.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc 2024-02-19T23:46:37.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc 2024-02-19T23:46:37.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:46:37.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc 2024-02-19T23:46:37.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.hjioyc ... 2024-02-19T23:46:37.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:46:37.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:46:37.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:46:37.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:46:37.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:46:37.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:46:37.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:46:37.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:46:37.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:46:37.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:46:37.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc 2024-02-19T23:46:37.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:46:37.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc 2024-02-19T23:46:37.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc 2024-02-19T23:46:37.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:46:37.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc 2024-02-19T23:46:37.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.hjioyc ... 2024-02-19T23:46:37.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:46:37.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:46:37.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:46:37.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:46:37.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:46:37.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: cephadm 2024-02-19T23:46:35.512512+0000 mgr.smithi023.vhqanb (mgr.14182) 573 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.hjioyc 2024-02-19T23:46:37.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: cephadm 2024-02-19T23:46:35.514785+0000 mgr.smithi023.vhqanb (mgr.14182) 574 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.hjioyc on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc 2024-02-19T23:46:37.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:46:37.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc 2024-02-19T23:46:37.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc 2024-02-19T23:46:37.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:46:37.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc 2024-02-19T23:46:37.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.hjioyc ... 2024-02-19T23:46:37.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:46:37.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:46:37.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:46:37.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:46:37.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:46:37.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: cephadm 2024-02-19T23:46:35.519217+0000 mgr.smithi023.vhqanb (mgr.14182) 575 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.ryzrmx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:46:37.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: cephadm 2024-02-19T23:46:35.523219+0000 mgr.smithi023.vhqanb (mgr.14182) 576 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:46:37.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: cluster 2024-02-19T23:46:35.524556+0000 mgr.smithi023.vhqanb (mgr.14182) 577 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-02-19T23:46:37.754 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: cluster 2024-02-19T23:46:36.429017+0000 mon.smithi023 (mon.0) 772 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:46:37.754 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: audit 2024-02-19T23:46:36.624954+0000 mon.smithi023 (mon.0) 773 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:46:37.754 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:37 smithi023 bash[16423]: audit 2024-02-19T23:46:37.006695+0000 mgr.smithi023.vhqanb (mgr.14182) 578 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:37.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: cephadm 2024-02-19T23:46:35.511961+0000 mgr.smithi023.vhqanb (mgr.14182) 572 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc 2024-02-19T23:46:37.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:46:37.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc 2024-02-19T23:46:37.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc 2024-02-19T23:46:37.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:46:37.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc 2024-02-19T23:46:37.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.hjioyc ... 2024-02-19T23:46:37.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:46:37.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:46:37.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:46:37.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:46:37.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:46:37.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:46:37.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:46:37.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:46:37.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:46:37.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:46:37.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc 2024-02-19T23:46:37.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:46:37.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc 2024-02-19T23:46:37.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc 2024-02-19T23:46:37.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:46:37.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc 2024-02-19T23:46:37.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.hjioyc ... 2024-02-19T23:46:37.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:46:37.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:46:37.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:46:37.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:46:37.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:46:37.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: cephadm 2024-02-19T23:46:35.512512+0000 mgr.smithi023.vhqanb (mgr.14182) 573 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.hjioyc 2024-02-19T23:46:37.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: cephadm 2024-02-19T23:46:35.514785+0000 mgr.smithi023.vhqanb (mgr.14182) 574 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.hjioyc on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc 2024-02-19T23:46:37.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:46:37.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc 2024-02-19T23:46:37.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc 2024-02-19T23:46:37.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:46:37.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc 2024-02-19T23:46:37.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.hjioyc ... 2024-02-19T23:46:37.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:46:37.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:46:37.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:46:37.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:46:37.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:46:37.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: cephadm 2024-02-19T23:46:35.519217+0000 mgr.smithi023.vhqanb (mgr.14182) 575 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.ryzrmx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:46:37.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: cephadm 2024-02-19T23:46:35.523219+0000 mgr.smithi023.vhqanb (mgr.14182) 576 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:46:37.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: cluster 2024-02-19T23:46:35.524556+0000 mgr.smithi023.vhqanb (mgr.14182) 577 : cluster [DBG] pgmap v405: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-02-19T23:46:37.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: cluster 2024-02-19T23:46:36.429017+0000 mon.smithi023 (mon.0) 772 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:46:37.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: audit 2024-02-19T23:46:36.624954+0000 mon.smithi023 (mon.0) 773 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:46:37.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:37 smithi184 bash[20261]: audit 2024-02-19T23:46:37.006695+0000 mgr.smithi023.vhqanb (mgr.14182) 578 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:38.655 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:38.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:38 smithi023 bash[16423]: cluster 2024-02-19T23:46:37.525656+0000 mgr.smithi023.vhqanb (mgr.14182) 579 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-02-19T23:46:38.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:38 smithi184 bash[20261]: cluster 2024-02-19T23:46:37.525656+0000 mgr.smithi023.vhqanb (mgr.14182) 579 : cluster [DBG] pgmap v406: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-02-19T23:46:40.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:40 smithi023 bash[16423]: cluster 2024-02-19T23:46:39.527127+0000 mgr.smithi023.vhqanb (mgr.14182) 580 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2024-02-19T23:46:41.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:40 smithi184 bash[20261]: cluster 2024-02-19T23:46:39.527127+0000 mgr.smithi023.vhqanb (mgr.14182) 580 : cluster [DBG] pgmap v407: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2024-02-19T23:46:41.850 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:46:41.850 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:27.275603Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:31.407092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekxipl on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\nDeploy daemon haproxy.nfs.foo.smithi184.ekxipl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.514508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hjioyc on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\nDeploy daemon haproxy.nfs.foo.smithi023.hjioyc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.518989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ryzrmx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:35.522995Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:46:42.461 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:42.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:42 smithi023 bash[16423]: cluster 2024-02-19T23:46:41.528405+0000 mgr.smithi023.vhqanb (mgr.14182) 581 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:46:42.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:42 smithi023 bash[16423]: audit 2024-02-19T23:46:41.833227+0000 mgr.smithi023.vhqanb (mgr.14182) 582 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:43.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:42 smithi184 bash[20261]: cluster 2024-02-19T23:46:41.528405+0000 mgr.smithi023.vhqanb (mgr.14182) 581 : cluster [DBG] pgmap v408: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:46:43.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:42 smithi184 bash[20261]: audit 2024-02-19T23:46:41.833227+0000 mgr.smithi023.vhqanb (mgr.14182) 582 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:43.462 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:44.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:44 smithi023 bash[16423]: cluster 2024-02-19T23:46:43.529589+0000 mgr.smithi023.vhqanb (mgr.14182) 583 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:46:45.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:44 smithi184 bash[20261]: cluster 2024-02-19T23:46:43.529589+0000 mgr.smithi023.vhqanb (mgr.14182) 583 : cluster [DBG] pgmap v409: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:46:46.495 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:46:46.495 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:27.275603Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:31.407092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekxipl on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\nDeploy daemon haproxy.nfs.foo.smithi184.ekxipl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.514508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hjioyc on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\nDeploy daemon haproxy.nfs.foo.smithi023.hjioyc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.518989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ryzrmx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:35.522995Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:46:47.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:47.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:47 smithi023 bash[16423]: cluster 2024-02-19T23:46:45.530882+0000 mgr.smithi023.vhqanb (mgr.14182) 584 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:46:47.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:47 smithi023 bash[16423]: audit 2024-02-19T23:46:46.119732+0000 mon.smithi023 (mon.0) 774 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:46:47.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:47 smithi184 bash[20261]: cluster 2024-02-19T23:46:45.530882+0000 mgr.smithi023.vhqanb (mgr.14182) 584 : cluster [DBG] pgmap v410: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:46:47.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:47 smithi184 bash[20261]: audit 2024-02-19T23:46:46.119732+0000 mon.smithi023 (mon.0) 774 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:46:48.147 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:48.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:48 smithi023 bash[16423]: audit 2024-02-19T23:46:46.476944+0000 mgr.smithi023.vhqanb (mgr.14182) 585 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:48.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:48 smithi184 bash[20261]: audit 2024-02-19T23:46:46.476944+0000 mgr.smithi023.vhqanb (mgr.14182) 585 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:49.474 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:49 smithi023 bash[16423]: cluster 2024-02-19T23:46:47.531919+0000 mgr.smithi023.vhqanb (mgr.14182) 586 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:49.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:49 smithi184 bash[20261]: cluster 2024-02-19T23:46:47.531919+0000 mgr.smithi023.vhqanb (mgr.14182) 586 : cluster [DBG] pgmap v411: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:51.228 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:46:51.228 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:27.275603Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:31.407092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekxipl on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\nDeploy daemon haproxy.nfs.foo.smithi184.ekxipl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.514508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hjioyc on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\nDeploy daemon haproxy.nfs.foo.smithi023.hjioyc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.518989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ryzrmx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:35.522995Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:46:51.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:51 smithi023 bash[16423]: cluster 2024-02-19T23:46:49.533566+0000 mgr.smithi023.vhqanb (mgr.14182) 587 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:46:51.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:51 smithi184 bash[20261]: cluster 2024-02-19T23:46:49.533566+0000 mgr.smithi023.vhqanb (mgr.14182) 587 : cluster [DBG] pgmap v412: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:46:51.935 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:52.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:52 smithi023 bash[16423]: audit 2024-02-19T23:46:51.211630+0000 mgr.smithi023.vhqanb (mgr.14182) 588 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:52.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:52 smithi184 bash[20261]: audit 2024-02-19T23:46:51.211630+0000 mgr.smithi023.vhqanb (mgr.14182) 588 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:52.936 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:53.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:53 smithi023 bash[16423]: cluster 2024-02-19T23:46:51.534763+0000 mgr.smithi023.vhqanb (mgr.14182) 589 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:53.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:53 smithi184 bash[20261]: cluster 2024-02-19T23:46:51.534763+0000 mgr.smithi023.vhqanb (mgr.14182) 589 : cluster [DBG] pgmap v413: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:55.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:55 smithi023 bash[16423]: cluster 2024-02-19T23:46:53.535956+0000 mgr.smithi023.vhqanb (mgr.14182) 590 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:55.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:55 smithi184 bash[20261]: cluster 2024-02-19T23:46:53.535956+0000 mgr.smithi023.vhqanb (mgr.14182) 590 : cluster [DBG] pgmap v414: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:56.361 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:46:56.361 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:27.275603Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:31.407092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekxipl on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\nDeploy daemon haproxy.nfs.foo.smithi184.ekxipl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.514508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hjioyc on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\nDeploy daemon haproxy.nfs.foo.smithi023.hjioyc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.518989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ryzrmx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:35.522995Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:46:56.990 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:46:57.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:57 smithi023 bash[16423]: cluster 2024-02-19T23:46:55.537314+0000 mgr.smithi023.vhqanb (mgr.14182) 591 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:57.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:57 smithi023 bash[16423]: audit 2024-02-19T23:46:56.336372+0000 mgr.smithi023.vhqanb (mgr.14182) 592 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:57.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:57 smithi184 bash[20261]: cluster 2024-02-19T23:46:55.537314+0000 mgr.smithi023.vhqanb (mgr.14182) 591 : cluster [DBG] pgmap v415: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:57.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:57 smithi184 bash[20261]: audit 2024-02-19T23:46:56.336372+0000 mgr.smithi023.vhqanb (mgr.14182) 592 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:46:57.991 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:46:59.345 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:46:59 smithi023 bash[16423]: cluster 2024-02-19T23:46:57.538334+0000 mgr.smithi023.vhqanb (mgr.14182) 593 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:46:59.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:46:59 smithi184 bash[20261]: cluster 2024-02-19T23:46:57.538334+0000 mgr.smithi023.vhqanb (mgr.14182) 593 : cluster [DBG] pgmap v416: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:01.154 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:47:01.154 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:27.275603Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:31.407092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekxipl on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\nDeploy daemon haproxy.nfs.foo.smithi184.ekxipl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.514508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hjioyc on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\nDeploy daemon haproxy.nfs.foo.smithi023.hjioyc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.518989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ryzrmx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:35.522995Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:47:01.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:01 smithi023 bash[16423]: cluster 2024-02-19T23:46:59.539768+0000 mgr.smithi023.vhqanb (mgr.14182) 594 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:47:01.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:01 smithi184 bash[20261]: cluster 2024-02-19T23:46:59.539768+0000 mgr.smithi023.vhqanb (mgr.14182) 594 : cluster [DBG] pgmap v417: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:47:01.878 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:02.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:02 smithi023 bash[16423]: audit 2024-02-19T23:47:01.126486+0000 mgr.smithi023.vhqanb (mgr.14182) 595 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:02.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:02 smithi184 bash[20261]: audit 2024-02-19T23:47:01.126486+0000 mgr.smithi023.vhqanb (mgr.14182) 595 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:02.880 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:03.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:03 smithi023 bash[16423]: cluster 2024-02-19T23:47:01.540883+0000 mgr.smithi023.vhqanb (mgr.14182) 596 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:03.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:03 smithi184 bash[20261]: cluster 2024-02-19T23:47:01.540883+0000 mgr.smithi023.vhqanb (mgr.14182) 596 : cluster [DBG] pgmap v418: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:05.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:05 smithi023 bash[16423]: cluster 2024-02-19T23:47:03.542414+0000 mgr.smithi023.vhqanb (mgr.14182) 597 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:05.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:05 smithi184 bash[20261]: cluster 2024-02-19T23:47:03.542414+0000 mgr.smithi023.vhqanb (mgr.14182) 597 : cluster [DBG] pgmap v419: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:06.164 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:47:06.164 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:27.275603Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:31.407092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekxipl on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\nDeploy daemon haproxy.nfs.foo.smithi184.ekxipl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.514508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hjioyc on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\nDeploy daemon haproxy.nfs.foo.smithi023.hjioyc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.518989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ryzrmx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:35.522995Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:47:06.835 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:07.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:07 smithi023 bash[16423]: cluster 2024-02-19T23:47:05.543836+0000 mgr.smithi023.vhqanb (mgr.14182) 598 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:07.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:07 smithi023 bash[16423]: audit 2024-02-19T23:47:06.146971+0000 mgr.smithi023.vhqanb (mgr.14182) 599 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:07.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:07 smithi184 bash[20261]: cluster 2024-02-19T23:47:05.543836+0000 mgr.smithi023.vhqanb (mgr.14182) 598 : cluster [DBG] pgmap v420: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:07.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:07 smithi184 bash[20261]: audit 2024-02-19T23:47:06.146971+0000 mgr.smithi023.vhqanb (mgr.14182) 599 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:07.837 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:09.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:09 smithi023 bash[16423]: cluster 2024-02-19T23:47:07.544984+0000 mgr.smithi023.vhqanb (mgr.14182) 600 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:09.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:09 smithi184 bash[20261]: cluster 2024-02-19T23:47:07.544984+0000 mgr.smithi023.vhqanb (mgr.14182) 600 : cluster [DBG] pgmap v421: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:11.078 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:47:11.078 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:27.275603Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:31.407092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekxipl on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\nDeploy daemon haproxy.nfs.foo.smithi184.ekxipl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.514508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hjioyc on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\nDeploy daemon haproxy.nfs.foo.smithi023.hjioyc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.518989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ryzrmx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:35.522995Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:47:11.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:11 smithi023 bash[16423]: cluster 2024-02-19T23:47:09.546425+0000 mgr.smithi023.vhqanb (mgr.14182) 601 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:47:11.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:11 smithi184 bash[20261]: cluster 2024-02-19T23:47:09.546425+0000 mgr.smithi023.vhqanb (mgr.14182) 601 : cluster [DBG] pgmap v422: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:47:11.723 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:12.724 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:12.736 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:12 smithi023 bash[16423]: audit 2024-02-19T23:47:11.058650+0000 mgr.smithi023.vhqanb (mgr.14182) 602 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:12.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:12 smithi184 bash[20261]: audit 2024-02-19T23:47:11.058650+0000 mgr.smithi023.vhqanb (mgr.14182) 602 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:13.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:13 smithi023 bash[16423]: cluster 2024-02-19T23:47:11.547520+0000 mgr.smithi023.vhqanb (mgr.14182) 603 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:13.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:13 smithi184 bash[20261]: cluster 2024-02-19T23:47:11.547520+0000 mgr.smithi023.vhqanb (mgr.14182) 603 : cluster [DBG] pgmap v423: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:15.620 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:15 smithi023 bash[16423]: cluster 2024-02-19T23:47:13.548691+0000 mgr.smithi023.vhqanb (mgr.14182) 604 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:15.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:15 smithi184 bash[20261]: cluster 2024-02-19T23:47:13.548691+0000 mgr.smithi023.vhqanb (mgr.14182) 604 : cluster [DBG] pgmap v424: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:16.068 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:47:16.069 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:27.275603Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:31.407092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekxipl on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\nDeploy daemon haproxy.nfs.foo.smithi184.ekxipl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.514508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hjioyc on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\nDeploy daemon haproxy.nfs.foo.smithi023.hjioyc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.518989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ryzrmx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:35.522995Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:47:16.722 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:17.723 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:17.735 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:17 smithi023 bash[16423]: cluster 2024-02-19T23:47:15.550006+0000 mgr.smithi023.vhqanb (mgr.14182) 605 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:17.736 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:17 smithi023 bash[16423]: audit 2024-02-19T23:47:16.045732+0000 mgr.smithi023.vhqanb (mgr.14182) 606 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:17.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:17 smithi184 bash[20261]: cluster 2024-02-19T23:47:15.550006+0000 mgr.smithi023.vhqanb (mgr.14182) 605 : cluster [DBG] pgmap v425: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:17.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:17 smithi184 bash[20261]: audit 2024-02-19T23:47:16.045732+0000 mgr.smithi023.vhqanb (mgr.14182) 606 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:19.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:19 smithi023 bash[16423]: cluster 2024-02-19T23:47:17.551035+0000 mgr.smithi023.vhqanb (mgr.14182) 607 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:19.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:19 smithi184 bash[20261]: cluster 2024-02-19T23:47:17.551035+0000 mgr.smithi023.vhqanb (mgr.14182) 607 : cluster [DBG] pgmap v426: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:21.017 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:47:21.018 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:27.275603Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:31.407092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekxipl on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\nDeploy daemon haproxy.nfs.foo.smithi184.ekxipl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.514508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hjioyc on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\nDeploy daemon haproxy.nfs.foo.smithi023.hjioyc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.518989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ryzrmx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:35.522995Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:47:21.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:21 smithi023 bash[16423]: cluster 2024-02-19T23:47:19.552611+0000 mgr.smithi023.vhqanb (mgr.14182) 608 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:47:21.667 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:21.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:21 smithi184 bash[20261]: cluster 2024-02-19T23:47:19.552611+0000 mgr.smithi023.vhqanb (mgr.14182) 608 : cluster [DBG] pgmap v427: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:47:22.668 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:22.680 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:22 smithi023 bash[16423]: audit 2024-02-19T23:47:20.994671+0000 mgr.smithi023.vhqanb (mgr.14182) 609 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:22.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:22 smithi184 bash[20261]: audit 2024-02-19T23:47:20.994671+0000 mgr.smithi023.vhqanb (mgr.14182) 609 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:23.731 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:23 smithi023 bash[16423]: cluster 2024-02-19T23:47:21.553795+0000 mgr.smithi023.vhqanb (mgr.14182) 610 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:23.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:23 smithi184 bash[20261]: cluster 2024-02-19T23:47:21.553795+0000 mgr.smithi023.vhqanb (mgr.14182) 610 : cluster [DBG] pgmap v428: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:25.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:25 smithi023 bash[16423]: cluster 2024-02-19T23:47:23.554997+0000 mgr.smithi023.vhqanb (mgr.14182) 611 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:25.760 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:47:25.760 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:27.275603Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:31.407092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekxipl on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\nDeploy daemon haproxy.nfs.foo.smithi184.ekxipl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.514508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hjioyc on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\nDeploy daemon haproxy.nfs.foo.smithi023.hjioyc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.518989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ryzrmx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:35.522995Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:47:25.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:25 smithi184 bash[20261]: cluster 2024-02-19T23:47:23.554997+0000 mgr.smithi023.vhqanb (mgr.14182) 611 : cluster [DBG] pgmap v429: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:26.420 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:27.421 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:27.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:27 smithi023 bash[16423]: cluster 2024-02-19T23:47:25.556128+0000 mgr.smithi023.vhqanb (mgr.14182) 612 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:27.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:27 smithi023 bash[16423]: audit 2024-02-19T23:47:25.737657+0000 mgr.smithi023.vhqanb (mgr.14182) 613 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:27.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:27 smithi184 bash[20261]: cluster 2024-02-19T23:47:25.556128+0000 mgr.smithi023.vhqanb (mgr.14182) 612 : cluster [DBG] pgmap v430: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:27.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:27 smithi184 bash[20261]: audit 2024-02-19T23:47:25.737657+0000 mgr.smithi023.vhqanb (mgr.14182) 613 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:29.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:29 smithi023 bash[16423]: cluster 2024-02-19T23:47:27.556786+0000 mgr.smithi023.vhqanb (mgr.14182) 614 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:29.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:29 smithi184 bash[20261]: cluster 2024-02-19T23:47:27.556786+0000 mgr.smithi023.vhqanb (mgr.14182) 614 : cluster [DBG] pgmap v431: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:30.713 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:47:30.714 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:27.275603Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:31.407092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekxipl on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\nDeploy daemon haproxy.nfs.foo.smithi184.ekxipl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.514508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hjioyc on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\nDeploy daemon haproxy.nfs.foo.smithi023.hjioyc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.518989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ryzrmx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:35.522995Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:47:31.321 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:31.614 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:31 smithi023 bash[16423]: cluster 2024-02-19T23:47:29.558303+0000 mgr.smithi023.vhqanb (mgr.14182) 615 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:47:31.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:31 smithi184 bash[20261]: cluster 2024-02-19T23:47:29.558303+0000 mgr.smithi023.vhqanb (mgr.14182) 615 : cluster [DBG] pgmap v432: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:47:32.322 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:32.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:32 smithi023 bash[16423]: audit 2024-02-19T23:47:30.688511+0000 mgr.smithi023.vhqanb (mgr.14182) 616 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:32.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:32 smithi184 bash[20261]: audit 2024-02-19T23:47:30.688511+0000 mgr.smithi023.vhqanb (mgr.14182) 616 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:33.603 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:33 smithi023 bash[16423]: cluster 2024-02-19T23:47:31.559513+0000 mgr.smithi023.vhqanb (mgr.14182) 617 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:33.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:33 smithi184 bash[20261]: cluster 2024-02-19T23:47:31.559513+0000 mgr.smithi023.vhqanb (mgr.14182) 617 : cluster [DBG] pgmap v433: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:35.399 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:47:35.399 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:45:27.275603Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.tfevgh on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:31.407092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekxipl on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\nDeploy daemon haproxy.nfs.foo.smithi184.ekxipl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.514508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hjioyc on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\nDeploy daemon haproxy.nfs.foo.smithi023.hjioyc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.518989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ryzrmx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:35.522995Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:47:35.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:35 smithi023 bash[16423]: cluster 2024-02-19T23:47:33.560312+0000 mgr.smithi023.vhqanb (mgr.14182) 618 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:35.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:35 smithi184 bash[20261]: cluster 2024-02-19T23:47:33.560312+0000 mgr.smithi023.vhqanb (mgr.14182) 618 : cluster [DBG] pgmap v434: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:36.046 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:36.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:36 smithi023 bash[16423]: audit 2024-02-19T23:47:35.374488+0000 mgr.smithi023.vhqanb (mgr.14182) 619 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:36.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:36 smithi023 bash[16423]: audit 2024-02-19T23:47:35.527530+0000 mon.smithi023 (mon.0) 775 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:47:36.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:36 smithi023 bash[16423]: audit 2024-02-19T23:47:35.831122+0000 mon.smithi023 (mon.0) 776 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:47:36.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:36 smithi023 bash[16423]: audit 2024-02-19T23:47:35.835818+0000 mon.smithi023 (mon.0) 777 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:47:36.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:36 smithi023 bash[16423]: audit 2024-02-19T23:47:35.836553+0000 mon.smithi023 (mon.0) 778 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:47:36.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:36 smithi023 bash[16423]: audit 2024-02-19T23:47:35.838136+0000 mon.smithi023 (mon.0) 779 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:47:36.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:36 smithi023 bash[16423]: audit 2024-02-19T23:47:35.838701+0000 mon.smithi023 (mon.0) 780 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:47:36.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:36 smithi023 bash[16423]: audit 2024-02-19T23:47:35.840033+0000 mon.smithi023 (mon.0) 781 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:47:36.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:36 smithi023 bash[16423]: audit 2024-02-19T23:47:35.840374+0000 mon.smithi023 (mon.0) 782 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:47:36.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:36 smithi023 bash[16423]: audit 2024-02-19T23:47:35.842318+0000 mon.smithi023 (mon.0) 783 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:47:36.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:36 smithi023 bash[16423]: audit 2024-02-19T23:47:35.848833+0000 mon.smithi023 (mon.0) 784 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:47:36.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:36 smithi023 bash[16423]: audit 2024-02-19T23:47:35.860913+0000 mon.smithi023 (mon.0) 785 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:47:36.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:36 smithi023 bash[16423]: audit 2024-02-19T23:47:35.862404+0000 mon.smithi023 (mon.0) 786 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:47:36.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:36 smithi023 bash[16423]: audit 2024-02-19T23:47:35.863866+0000 mon.smithi023 (mon.0) 787 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:47:36.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:36 smithi023 bash[16423]: audit 2024-02-19T23:47:35.871375+0000 mon.smithi023 (mon.0) 788 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:47:36.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:36 smithi023 bash[16423]: audit 2024-02-19T23:47:35.881538+0000 mon.smithi023 (mon.0) 789 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:47:36.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:36 smithi023 bash[16423]: audit 2024-02-19T23:47:35.898775+0000 mon.smithi023 (mon.0) 790 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:47:36.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:36 smithi184 bash[20261]: audit 2024-02-19T23:47:35.374488+0000 mgr.smithi023.vhqanb (mgr.14182) 619 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:36.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:36 smithi184 bash[20261]: audit 2024-02-19T23:47:35.527530+0000 mon.smithi023 (mon.0) 775 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:47:36.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:36 smithi184 bash[20261]: audit 2024-02-19T23:47:35.831122+0000 mon.smithi023 (mon.0) 776 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:47:36.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:36 smithi184 bash[20261]: audit 2024-02-19T23:47:35.835818+0000 mon.smithi023 (mon.0) 777 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:47:36.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:36 smithi184 bash[20261]: audit 2024-02-19T23:47:35.836553+0000 mon.smithi023 (mon.0) 778 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:47:36.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:36 smithi184 bash[20261]: audit 2024-02-19T23:47:35.838136+0000 mon.smithi023 (mon.0) 779 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:47:36.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:36 smithi184 bash[20261]: audit 2024-02-19T23:47:35.838701+0000 mon.smithi023 (mon.0) 780 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:47:36.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:36 smithi184 bash[20261]: audit 2024-02-19T23:47:35.840033+0000 mon.smithi023 (mon.0) 781 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:47:36.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:36 smithi184 bash[20261]: audit 2024-02-19T23:47:35.840374+0000 mon.smithi023 (mon.0) 782 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:47:36.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:36 smithi184 bash[20261]: audit 2024-02-19T23:47:35.842318+0000 mon.smithi023 (mon.0) 783 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-02-19T23:47:36.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:36 smithi184 bash[20261]: audit 2024-02-19T23:47:35.848833+0000 mon.smithi023 (mon.0) 784 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:47:36.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:36 smithi184 bash[20261]: audit 2024-02-19T23:47:35.860913+0000 mon.smithi023 (mon.0) 785 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:47:36.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:36 smithi184 bash[20261]: audit 2024-02-19T23:47:35.862404+0000 mon.smithi023 (mon.0) 786 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:47:36.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:36 smithi184 bash[20261]: audit 2024-02-19T23:47:35.863866+0000 mon.smithi023 (mon.0) 787 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:47:36.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:36 smithi184 bash[20261]: audit 2024-02-19T23:47:35.871375+0000 mon.smithi023 (mon.0) 788 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:47:36.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:36 smithi184 bash[20261]: audit 2024-02-19T23:47:35.881538+0000 mon.smithi023 (mon.0) 789 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:47:36.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:36 smithi184 bash[20261]: audit 2024-02-19T23:47:35.898775+0000 mon.smithi023 (mon.0) 790 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:47:37.047 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:37.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:37 smithi023 bash[16423]: cluster 2024-02-19T23:47:35.561057+0000 mgr.smithi023.vhqanb (mgr.14182) 620 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:37.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:37 smithi023 bash[16423]: cephadm 2024-02-19T23:47:35.841065+0000 mgr.smithi023.vhqanb (mgr.14182) 621 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2249M 2024-02-19T23:47:37.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:37 smithi023 bash[16423]: cephadm 2024-02-19T23:47:35.850558+0000 mgr.smithi023.vhqanb (mgr.14182) 622 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 2505M 2024-02-19T23:47:37.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:37 smithi023 bash[16423]: cluster 2024-02-19T23:47:35.872185+0000 mgr.smithi023.vhqanb (mgr.14182) 623 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:47:37.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:37 smithi023 bash[16423]: cephadm 2024-02-19T23:47:35.901809+0000 mgr.smithi023.vhqanb (mgr.14182) 624 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.dhxrws on smithi184 2024-02-19T23:47:37.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:37 smithi023 bash[16423]: cluster 2024-02-19T23:47:36.355105+0000 mon.smithi023 (mon.0) 791 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:47:37.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:37 smithi023 bash[16423]: cluster 2024-02-19T23:47:36.355181+0000 mon.smithi023 (mon.0) 792 : cluster [INF] Cluster is now healthy 2024-02-19T23:47:37.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:37 smithi184 bash[20261]: cluster 2024-02-19T23:47:35.561057+0000 mgr.smithi023.vhqanb (mgr.14182) 620 : cluster [DBG] pgmap v435: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:37.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:37 smithi184 bash[20261]: cephadm 2024-02-19T23:47:35.841065+0000 mgr.smithi023.vhqanb (mgr.14182) 621 : cephadm [INF] Adjusting osd_memory_target on smithi023 to 2249M 2024-02-19T23:47:37.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:37 smithi184 bash[20261]: cephadm 2024-02-19T23:47:35.850558+0000 mgr.smithi023.vhqanb (mgr.14182) 622 : cephadm [INF] Adjusting osd_memory_target on smithi184 to 2505M 2024-02-19T23:47:37.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:37 smithi184 bash[20261]: cluster 2024-02-19T23:47:35.872185+0000 mgr.smithi023.vhqanb (mgr.14182) 623 : cluster [DBG] pgmap v436: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:47:37.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:37 smithi184 bash[20261]: cephadm 2024-02-19T23:47:35.901809+0000 mgr.smithi023.vhqanb (mgr.14182) 624 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.dhxrws on smithi184 2024-02-19T23:47:37.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:37 smithi184 bash[20261]: cluster 2024-02-19T23:47:36.355105+0000 mon.smithi023 (mon.0) 791 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:47:37.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:37 smithi184 bash[20261]: cluster 2024-02-19T23:47:36.355181+0000 mon.smithi023 (mon.0) 792 : cluster [INF] Cluster is now healthy 2024-02-19T23:47:39.626 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:39 smithi184 bash[20261]: cluster 2024-02-19T23:47:37.872920+0000 mgr.smithi023.vhqanb (mgr.14182) 625 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:47:39.687 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:39 smithi023 bash[16423]: cluster 2024-02-19T23:47:37.872920+0000 mgr.smithi023.vhqanb (mgr.14182) 625 : cluster [DBG] pgmap v437: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:47:40.388 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:47:40.388 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:46:31.407092Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekxipl on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekxipl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekxipl\nDeploy daemon haproxy.nfs.foo.smithi184.ekxipl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.514508Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hjioyc on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hjioyc\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hjioyc\nDeploy daemon haproxy.nfs.foo.smithi023.hjioyc ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:46:35.518989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ryzrmx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:46:35.522995Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:39.678217Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dhxrws on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\nDeploy daemon haproxy.nfs.foo.smithi184.dhxrws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:47:40.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:40 smithi023 bash[16423]: audit 2024-02-19T23:47:39.677080+0000 mon.smithi023 (mon.0) 793 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.dhxrws"}]: dispatch 2024-02-19T23:47:40.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:40 smithi184 bash[20261]: audit 2024-02-19T23:47:39.677080+0000 mon.smithi023 (mon.0) 793 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.dhxrws"}]: dispatch 2024-02-19T23:47:41.077 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:41.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: cephadm 2024-02-19T23:47:39.675925+0000 mgr.smithi023.vhqanb (mgr.14182) 626 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws 2024-02-19T23:47:41.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:47:41.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws 2024-02-19T23:47:41.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws 2024-02-19T23:47:41.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:47:41.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws 2024-02-19T23:47:41.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.dhxrws ... 2024-02-19T23:47:41.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:47:41.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:47:41.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:47:41.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:47:41.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:47:41.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:47:41.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:47:41.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:47:41.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:47:41.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:47:41.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws 2024-02-19T23:47:41.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:47:41.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws 2024-02-19T23:47:41.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws 2024-02-19T23:47:41.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:47:41.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws 2024-02-19T23:47:41.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.dhxrws ... 2024-02-19T23:47:41.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:47:41.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:47:41.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:47:41.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:47:41.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:47:41.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: cephadm 2024-02-19T23:47:39.676449+0000 mgr.smithi023.vhqanb (mgr.14182) 627 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.dhxrws 2024-02-19T23:47:41.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: cephadm 2024-02-19T23:47:39.678571+0000 mgr.smithi023.vhqanb (mgr.14182) 628 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.dhxrws on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws 2024-02-19T23:47:41.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:47:41.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws 2024-02-19T23:47:41.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws 2024-02-19T23:47:41.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:47:41.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws 2024-02-19T23:47:41.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.dhxrws ... 2024-02-19T23:47:41.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:47:41.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:47:41.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:47:41.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:47:41.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:47:41.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: cephadm 2024-02-19T23:47:39.683504+0000 mgr.smithi023.vhqanb (mgr.14182) 629 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.dsybqu on smithi023 2024-02-19T23:47:41.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: cluster 2024-02-19T23:47:39.873608+0000 mgr.smithi023.vhqanb (mgr.14182) 630 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:47:41.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:41 smithi023 bash[16423]: audit 2024-02-19T23:47:40.370627+0000 mgr.smithi023.vhqanb (mgr.14182) 631 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:41.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: cephadm 2024-02-19T23:47:39.675925+0000 mgr.smithi023.vhqanb (mgr.14182) 626 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws 2024-02-19T23:47:41.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:47:41.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws 2024-02-19T23:47:41.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws 2024-02-19T23:47:41.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:47:41.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws 2024-02-19T23:47:41.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.dhxrws ... 2024-02-19T23:47:41.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:47:41.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:47:41.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:47:41.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:47:41.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:47:41.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:47:41.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:47:41.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:47:41.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:47:41.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:47:41.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws 2024-02-19T23:47:41.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:47:41.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws 2024-02-19T23:47:41.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws 2024-02-19T23:47:41.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:47:41.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws 2024-02-19T23:47:41.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.dhxrws ... 2024-02-19T23:47:41.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:47:41.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:47:41.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:47:41.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:47:41.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:47:41.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: cephadm 2024-02-19T23:47:39.676449+0000 mgr.smithi023.vhqanb (mgr.14182) 627 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.dhxrws 2024-02-19T23:47:41.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: cephadm 2024-02-19T23:47:39.678571+0000 mgr.smithi023.vhqanb (mgr.14182) 628 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.dhxrws on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws 2024-02-19T23:47:41.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:47:41.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws 2024-02-19T23:47:41.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws 2024-02-19T23:47:41.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:47:41.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws 2024-02-19T23:47:41.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.dhxrws ... 2024-02-19T23:47:41.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:47:41.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:47:41.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:47:41.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:47:41.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:47:41.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: cephadm 2024-02-19T23:47:39.683504+0000 mgr.smithi023.vhqanb (mgr.14182) 629 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.dsybqu on smithi023 2024-02-19T23:47:41.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: cluster 2024-02-19T23:47:39.873608+0000 mgr.smithi023.vhqanb (mgr.14182) 630 : cluster [DBG] pgmap v438: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:47:41.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:41 smithi184 bash[20261]: audit 2024-02-19T23:47:40.370627+0000 mgr.smithi023.vhqanb (mgr.14182) 631 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:42.078 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:43.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:43 smithi023 bash[16423]: cluster 2024-02-19T23:47:41.874372+0000 mgr.smithi023.vhqanb (mgr.14182) 632 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:47:43.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:43 smithi184 bash[20261]: cluster 2024-02-19T23:47:41.874372+0000 mgr.smithi023.vhqanb (mgr.14182) 632 : cluster [DBG] pgmap v439: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:47:44.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:44 smithi023 bash[16423]: audit 2024-02-19T23:47:43.469332+0000 mon.smithi023 (mon.0) 794 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.dsybqu"}]: dispatch 2024-02-19T23:47:44.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:44 smithi184 bash[20261]: audit 2024-02-19T23:47:43.469332+0000 mon.smithi023 (mon.0) 794 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.dsybqu"}]: dispatch 2024-02-19T23:47:45.553 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:47:45.553 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:46:35.522995Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:39.678217Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dhxrws on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\nDeploy daemon haproxy.nfs.foo.smithi184.dhxrws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.470341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.dsybqu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\nDeploy daemon haproxy.nfs.foo.smithi023.dsybqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.473168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.btufum on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:43.475090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:47:45.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: cephadm 2024-02-19T23:47:43.468409+0000 mgr.smithi023.vhqanb (mgr.14182) 633 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu 2024-02-19T23:47:45.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:47:45.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu 2024-02-19T23:47:45.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu 2024-02-19T23:47:45.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:47:45.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu 2024-02-19T23:47:45.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.dsybqu ... 2024-02-19T23:47:45.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:47:45.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:47:45.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:47:45.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:47:45.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:47:45.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:47:45.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:47:45.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:47:45.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:47:45.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:47:45.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu 2024-02-19T23:47:45.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:47:45.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu 2024-02-19T23:47:45.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu 2024-02-19T23:47:45.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:47:45.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu 2024-02-19T23:47:45.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.dsybqu ... 2024-02-19T23:47:45.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:47:45.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:47:45.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:47:45.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:47:45.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:47:45.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: cephadm 2024-02-19T23:47:43.468819+0000 mgr.smithi023.vhqanb (mgr.14182) 634 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.dsybqu 2024-02-19T23:47:45.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: cephadm 2024-02-19T23:47:43.470534+0000 mgr.smithi023.vhqanb (mgr.14182) 635 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.dsybqu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu 2024-02-19T23:47:45.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:47:45.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu 2024-02-19T23:47:45.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu 2024-02-19T23:47:45.754 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:47:45.754 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu 2024-02-19T23:47:45.754 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.dsybqu ... 2024-02-19T23:47:45.754 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:47:45.754 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:47:45.754 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:47:45.754 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:47:45.754 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:47:45.754 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: cephadm 2024-02-19T23:47:43.473293+0000 mgr.smithi023.vhqanb (mgr.14182) 636 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.btufum on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:47:45.754 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: cephadm 2024-02-19T23:47:43.475202+0000 mgr.smithi023.vhqanb (mgr.14182) 637 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:47:45.754 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: cluster 2024-02-19T23:47:43.476144+0000 mgr.smithi023.vhqanb (mgr.14182) 638 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 0 op/s 2024-02-19T23:47:45.754 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:45 smithi023 bash[16423]: cluster 2024-02-19T23:47:44.402620+0000 mon.smithi023 (mon.0) 795 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:47:45.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: cephadm 2024-02-19T23:47:43.468409+0000 mgr.smithi023.vhqanb (mgr.14182) 633 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu 2024-02-19T23:47:45.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:47:45.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu 2024-02-19T23:47:45.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu 2024-02-19T23:47:45.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:47:45.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu 2024-02-19T23:47:45.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.dsybqu ... 2024-02-19T23:47:45.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:47:45.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:47:45.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:47:45.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:47:45.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:47:45.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:47:45.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:47:45.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:47:45.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:47:45.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:47:45.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu 2024-02-19T23:47:45.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:47:45.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu 2024-02-19T23:47:45.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu 2024-02-19T23:47:45.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:47:45.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu 2024-02-19T23:47:45.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.dsybqu ... 2024-02-19T23:47:45.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:47:45.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:47:45.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:47:45.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:47:45.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:47:45.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: cephadm 2024-02-19T23:47:43.468819+0000 mgr.smithi023.vhqanb (mgr.14182) 634 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.dsybqu 2024-02-19T23:47:45.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: cephadm 2024-02-19T23:47:43.470534+0000 mgr.smithi023.vhqanb (mgr.14182) 635 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.dsybqu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu 2024-02-19T23:47:45.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:47:45.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu 2024-02-19T23:47:45.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu 2024-02-19T23:47:45.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:47:45.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu 2024-02-19T23:47:45.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.dsybqu ... 2024-02-19T23:47:45.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:47:45.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:47:45.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:47:45.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:47:45.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:47:45.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: cephadm 2024-02-19T23:47:43.473293+0000 mgr.smithi023.vhqanb (mgr.14182) 636 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.btufum on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:47:45.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: cephadm 2024-02-19T23:47:43.475202+0000 mgr.smithi023.vhqanb (mgr.14182) 637 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:47:45.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: cluster 2024-02-19T23:47:43.476144+0000 mgr.smithi023.vhqanb (mgr.14182) 638 : cluster [DBG] pgmap v440: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 0 op/s 2024-02-19T23:47:45.767 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:45 smithi184 bash[20261]: cluster 2024-02-19T23:47:44.402620+0000 mon.smithi023 (mon.0) 795 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:47:46.278 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:47.279 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:47.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:47 smithi023 bash[16423]: cluster 2024-02-19T23:47:45.476902+0000 mgr.smithi023.vhqanb (mgr.14182) 639 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 0 op/s 2024-02-19T23:47:47.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:47 smithi023 bash[16423]: audit 2024-02-19T23:47:45.530363+0000 mgr.smithi023.vhqanb (mgr.14182) 640 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:47.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:47 smithi023 bash[16423]: audit 2024-02-19T23:47:46.681255+0000 mon.smithi023 (mon.0) 796 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:47:47.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:47 smithi184 bash[20261]: cluster 2024-02-19T23:47:45.476902+0000 mgr.smithi023.vhqanb (mgr.14182) 639 : cluster [DBG] pgmap v441: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 206 B/s rd, 0 op/s 2024-02-19T23:47:47.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:47 smithi184 bash[20261]: audit 2024-02-19T23:47:45.530363+0000 mgr.smithi023.vhqanb (mgr.14182) 640 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:47.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:47 smithi184 bash[20261]: audit 2024-02-19T23:47:46.681255+0000 mon.smithi023 (mon.0) 796 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:47:49.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:49 smithi023 bash[16423]: cluster 2024-02-19T23:47:47.477410+0000 mgr.smithi023.vhqanb (mgr.14182) 641 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-02-19T23:47:49.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:49 smithi184 bash[20261]: cluster 2024-02-19T23:47:47.477410+0000 mgr.smithi023.vhqanb (mgr.14182) 641 : cluster [DBG] pgmap v442: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-02-19T23:47:50.586 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:47:50.587 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:46:35.522995Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:39.678217Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dhxrws on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\nDeploy daemon haproxy.nfs.foo.smithi184.dhxrws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.470341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.dsybqu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\nDeploy daemon haproxy.nfs.foo.smithi023.dsybqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.473168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.btufum on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:43.475090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:47:51.216 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:51.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:51 smithi023 bash[16423]: cluster 2024-02-19T23:47:49.478840+0000 mgr.smithi023.vhqanb (mgr.14182) 642 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 352 B/s rd, 0 op/s 2024-02-19T23:47:51.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:51 smithi184 bash[20261]: cluster 2024-02-19T23:47:49.478840+0000 mgr.smithi023.vhqanb (mgr.14182) 642 : cluster [DBG] pgmap v443: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 352 B/s rd, 0 op/s 2024-02-19T23:47:52.217 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:52.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:52 smithi023 bash[16423]: audit 2024-02-19T23:47:50.561306+0000 mgr.smithi023.vhqanb (mgr.14182) 643 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:52.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:52 smithi184 bash[20261]: audit 2024-02-19T23:47:50.561306+0000 mgr.smithi023.vhqanb (mgr.14182) 643 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:53.694 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:53 smithi023 bash[16423]: cluster 2024-02-19T23:47:51.480112+0000 mgr.smithi023.vhqanb (mgr.14182) 644 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-02-19T23:47:53.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:53 smithi184 bash[20261]: cluster 2024-02-19T23:47:51.480112+0000 mgr.smithi023.vhqanb (mgr.14182) 644 : cluster [DBG] pgmap v444: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-02-19T23:47:54.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:54 smithi023 bash[16423]: cluster 2024-02-19T23:47:53.480988+0000 mgr.smithi023.vhqanb (mgr.14182) 645 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-02-19T23:47:54.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:54 smithi184 bash[20261]: cluster 2024-02-19T23:47:53.480988+0000 mgr.smithi023.vhqanb (mgr.14182) 645 : cluster [DBG] pgmap v445: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 176 B/s rd, 0 op/s 2024-02-19T23:47:55.538 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:47:55.538 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:46:35.522995Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:39.678217Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dhxrws on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\nDeploy daemon haproxy.nfs.foo.smithi184.dhxrws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.470341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.dsybqu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\nDeploy daemon haproxy.nfs.foo.smithi023.dsybqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.473168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.btufum on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:43.475090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:47:56.099 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:47:57.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:56 smithi023 bash[16423]: cluster 2024-02-19T23:47:55.482249+0000 mgr.smithi023.vhqanb (mgr.14182) 646 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:57.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:56 smithi023 bash[16423]: audit 2024-02-19T23:47:55.512824+0000 mgr.smithi023.vhqanb (mgr.14182) 647 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:57.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:56 smithi184 bash[20261]: cluster 2024-02-19T23:47:55.482249+0000 mgr.smithi023.vhqanb (mgr.14182) 646 : cluster [DBG] pgmap v446: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:57.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:56 smithi184 bash[20261]: audit 2024-02-19T23:47:55.512824+0000 mgr.smithi023.vhqanb (mgr.14182) 647 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:47:57.100 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:47:58.581 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:47:58 smithi023 bash[16423]: cluster 2024-02-19T23:47:57.483263+0000 mgr.smithi023.vhqanb (mgr.14182) 648 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:47:59.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:47:58 smithi184 bash[20261]: cluster 2024-02-19T23:47:57.483263+0000 mgr.smithi023.vhqanb (mgr.14182) 648 : cluster [DBG] pgmap v447: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:00.419 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:48:00.419 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:46:35.522995Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:39.678217Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dhxrws on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\nDeploy daemon haproxy.nfs.foo.smithi184.dhxrws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.470341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.dsybqu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\nDeploy daemon haproxy.nfs.foo.smithi023.dsybqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.473168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.btufum on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:43.475090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:48:00.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:00 smithi023 bash[16423]: cluster 2024-02-19T23:47:59.484565+0000 mgr.smithi023.vhqanb (mgr.14182) 649 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:48:00.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:00 smithi023 bash[16423]: audit 2024-02-19T23:48:00.393645+0000 mgr.smithi023.vhqanb (mgr.14182) 650 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:01.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:00 smithi184 bash[20261]: cluster 2024-02-19T23:47:59.484565+0000 mgr.smithi023.vhqanb (mgr.14182) 649 : cluster [DBG] pgmap v448: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:48:01.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:00 smithi184 bash[20261]: audit 2024-02-19T23:48:00.393645+0000 mgr.smithi023.vhqanb (mgr.14182) 650 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:01.067 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:02.069 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:03.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:02 smithi023 bash[16423]: cluster 2024-02-19T23:48:01.485749+0000 mgr.smithi023.vhqanb (mgr.14182) 651 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:03.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:02 smithi184 bash[20261]: cluster 2024-02-19T23:48:01.485749+0000 mgr.smithi023.vhqanb (mgr.14182) 651 : cluster [DBG] pgmap v449: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:04.847 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:04 smithi023 bash[16423]: cluster 2024-02-19T23:48:03.487023+0000 mgr.smithi023.vhqanb (mgr.14182) 652 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:05.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:04 smithi184 bash[20261]: cluster 2024-02-19T23:48:03.487023+0000 mgr.smithi023.vhqanb (mgr.14182) 652 : cluster [DBG] pgmap v450: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:05.210 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:48:05.211 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:46:35.522995Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:39.678217Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dhxrws on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\nDeploy daemon haproxy.nfs.foo.smithi184.dhxrws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.470341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.dsybqu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\nDeploy daemon haproxy.nfs.foo.smithi023.dsybqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.473168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.btufum on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:43.475090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:48:05.837 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:06.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:05 smithi023 bash[16423]: audit 2024-02-19T23:48:05.185258+0000 mgr.smithi023.vhqanb (mgr.14182) 653 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:06.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:05 smithi184 bash[20261]: audit 2024-02-19T23:48:05.185258+0000 mgr.smithi023.vhqanb (mgr.14182) 653 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:06.839 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:06.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:06 smithi023 bash[16423]: cluster 2024-02-19T23:48:05.488556+0000 mgr.smithi023.vhqanb (mgr.14182) 654 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:07.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:06 smithi184 bash[20261]: cluster 2024-02-19T23:48:05.488556+0000 mgr.smithi023.vhqanb (mgr.14182) 654 : cluster [DBG] pgmap v451: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:09.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:08 smithi023 bash[16423]: cluster 2024-02-19T23:48:07.489725+0000 mgr.smithi023.vhqanb (mgr.14182) 655 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:09.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:08 smithi184 bash[20261]: cluster 2024-02-19T23:48:07.489725+0000 mgr.smithi023.vhqanb (mgr.14182) 655 : cluster [DBG] pgmap v452: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:10.157 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:48:10.157 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:46:35.522995Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:39.678217Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dhxrws on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\nDeploy daemon haproxy.nfs.foo.smithi184.dhxrws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.470341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.dsybqu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\nDeploy daemon haproxy.nfs.foo.smithi023.dsybqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.473168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.btufum on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:43.475090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:48:10.720 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:11.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:10 smithi023 bash[16423]: cluster 2024-02-19T23:48:09.491095+0000 mgr.smithi023.vhqanb (mgr.14182) 656 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:48:11.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:10 smithi023 bash[16423]: audit 2024-02-19T23:48:10.137408+0000 mgr.smithi023.vhqanb (mgr.14182) 657 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:11.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:10 smithi184 bash[20261]: cluster 2024-02-19T23:48:09.491095+0000 mgr.smithi023.vhqanb (mgr.14182) 656 : cluster [DBG] pgmap v453: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:48:11.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:10 smithi184 bash[20261]: audit 2024-02-19T23:48:10.137408+0000 mgr.smithi023.vhqanb (mgr.14182) 657 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:11.721 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:12.980 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:12 smithi023 bash[16423]: cluster 2024-02-19T23:48:11.492287+0000 mgr.smithi023.vhqanb (mgr.14182) 658 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:13.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:12 smithi184 bash[20261]: cluster 2024-02-19T23:48:11.492287+0000 mgr.smithi023.vhqanb (mgr.14182) 658 : cluster [DBG] pgmap v454: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:14.792 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:48:14.792 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:46:35.522995Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:39.678217Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dhxrws on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\nDeploy daemon haproxy.nfs.foo.smithi184.dhxrws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.470341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.dsybqu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\nDeploy daemon haproxy.nfs.foo.smithi023.dsybqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.473168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.btufum on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:43.475090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:48:15.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:14 smithi023 bash[16423]: cluster 2024-02-19T23:48:13.493487+0000 mgr.smithi023.vhqanb (mgr.14182) 659 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:15.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:14 smithi184 bash[20261]: cluster 2024-02-19T23:48:13.493487+0000 mgr.smithi023.vhqanb (mgr.14182) 659 : cluster [DBG] pgmap v455: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:15.481 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:15.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:15 smithi023 bash[16423]: audit 2024-02-19T23:48:14.770166+0000 mgr.smithi023.vhqanb (mgr.14182) 660 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:16.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:15 smithi184 bash[20261]: audit 2024-02-19T23:48:14.770166+0000 mgr.smithi023.vhqanb (mgr.14182) 660 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:16.481 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:16.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:16 smithi023 bash[16423]: cluster 2024-02-19T23:48:15.494819+0000 mgr.smithi023.vhqanb (mgr.14182) 661 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:17.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:16 smithi184 bash[20261]: cluster 2024-02-19T23:48:15.494819+0000 mgr.smithi023.vhqanb (mgr.14182) 661 : cluster [DBG] pgmap v456: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:19.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:18 smithi023 bash[16423]: cluster 2024-02-19T23:48:17.495847+0000 mgr.smithi023.vhqanb (mgr.14182) 662 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:19.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:18 smithi184 bash[20261]: cluster 2024-02-19T23:48:17.495847+0000 mgr.smithi023.vhqanb (mgr.14182) 662 : cluster [DBG] pgmap v457: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:19.746 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:48:19.746 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:46:35.522995Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:39.678217Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dhxrws on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\nDeploy daemon haproxy.nfs.foo.smithi184.dhxrws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.470341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.dsybqu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\nDeploy daemon haproxy.nfs.foo.smithi023.dsybqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.473168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.btufum on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:43.475090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:48:20.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:21.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:20 smithi023 bash[16423]: cluster 2024-02-19T23:48:19.497124+0000 mgr.smithi023.vhqanb (mgr.14182) 663 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:48:21.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:20 smithi023 bash[16423]: audit 2024-02-19T23:48:19.720288+0000 mgr.smithi023.vhqanb (mgr.14182) 664 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:21.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:20 smithi184 bash[20261]: cluster 2024-02-19T23:48:19.497124+0000 mgr.smithi023.vhqanb (mgr.14182) 663 : cluster [DBG] pgmap v458: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:48:21.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:20 smithi184 bash[20261]: audit 2024-02-19T23:48:19.720288+0000 mgr.smithi023.vhqanb (mgr.14182) 664 : audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:21.364 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:22.793 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:22 smithi023 bash[16423]: cluster 2024-02-19T23:48:21.498250+0000 mgr.smithi023.vhqanb (mgr.14182) 665 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:23.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:22 smithi184 bash[20261]: cluster 2024-02-19T23:48:21.498250+0000 mgr.smithi023.vhqanb (mgr.14182) 665 : cluster [DBG] pgmap v459: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:24.605 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:48:24.605 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:46:35.522995Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:39.678217Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dhxrws on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\nDeploy daemon haproxy.nfs.foo.smithi184.dhxrws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.470341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.dsybqu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\nDeploy daemon haproxy.nfs.foo.smithi023.dsybqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.473168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.btufum on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:43.475090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:48:25.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:24 smithi023 bash[16423]: cluster 2024-02-19T23:48:23.499406+0000 mgr.smithi023.vhqanb (mgr.14182) 666 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:25.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:24 smithi184 bash[20261]: cluster 2024-02-19T23:48:23.499406+0000 mgr.smithi023.vhqanb (mgr.14182) 666 : cluster [DBG] pgmap v460: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:25.223 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:26.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:25 smithi023 bash[16423]: audit 2024-02-19T23:48:24.582257+0000 mgr.smithi023.vhqanb (mgr.14182) 667 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:26.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:25 smithi184 bash[20261]: audit 2024-02-19T23:48:24.582257+0000 mgr.smithi023.vhqanb (mgr.14182) 667 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:26.224 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:27.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:26 smithi023 bash[16423]: cluster 2024-02-19T23:48:25.500786+0000 mgr.smithi023.vhqanb (mgr.14182) 668 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:27.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:26 smithi184 bash[20261]: cluster 2024-02-19T23:48:25.500786+0000 mgr.smithi023.vhqanb (mgr.14182) 668 : cluster [DBG] pgmap v461: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:29.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:28 smithi023 bash[16423]: cluster 2024-02-19T23:48:27.501721+0000 mgr.smithi023.vhqanb (mgr.14182) 669 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:29.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:28 smithi184 bash[20261]: cluster 2024-02-19T23:48:27.501721+0000 mgr.smithi023.vhqanb (mgr.14182) 669 : cluster [DBG] pgmap v462: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:29.451 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:48:29.451 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:46:35.522995Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:39.678217Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dhxrws on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\nDeploy daemon haproxy.nfs.foo.smithi184.dhxrws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.470341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.dsybqu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\nDeploy daemon haproxy.nfs.foo.smithi023.dsybqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.473168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.btufum on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:43.475090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:48:30.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:29 smithi023 bash[16423]: audit 2024-02-19T23:48:29.428406+0000 mgr.smithi023.vhqanb (mgr.14182) 670 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:30.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:29 smithi184 bash[20261]: audit 2024-02-19T23:48:29.428406+0000 mgr.smithi023.vhqanb (mgr.14182) 670 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:30.114 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:31.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:30 smithi023 bash[16423]: cluster 2024-02-19T23:48:29.503097+0000 mgr.smithi023.vhqanb (mgr.14182) 671 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:48:31.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:30 smithi184 bash[20261]: cluster 2024-02-19T23:48:29.503097+0000 mgr.smithi023.vhqanb (mgr.14182) 671 : cluster [DBG] pgmap v463: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:48:31.116 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:33.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:32 smithi023 bash[16423]: cluster 2024-02-19T23:48:31.504339+0000 mgr.smithi023.vhqanb (mgr.14182) 672 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:33.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:32 smithi184 bash[20261]: cluster 2024-02-19T23:48:31.504339+0000 mgr.smithi023.vhqanb (mgr.14182) 672 : cluster [DBG] pgmap v464: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:34.475 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:48:34.476 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:46:35.522995Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:39.678217Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dhxrws on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\nDeploy daemon haproxy.nfs.foo.smithi184.dhxrws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.470341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.dsybqu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\nDeploy daemon haproxy.nfs.foo.smithi023.dsybqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.473168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.btufum on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:43.475090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:48:35.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:34 smithi023 bash[16423]: cluster 2024-02-19T23:48:33.505505+0000 mgr.smithi023.vhqanb (mgr.14182) 673 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:35.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:34 smithi023 bash[16423]: audit 2024-02-19T23:48:34.450939+0000 mgr.smithi023.vhqanb (mgr.14182) 674 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:35.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:34 smithi184 bash[20261]: cluster 2024-02-19T23:48:33.505505+0000 mgr.smithi023.vhqanb (mgr.14182) 673 : cluster [DBG] pgmap v465: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:35.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:34 smithi184 bash[20261]: audit 2024-02-19T23:48:34.450939+0000 mgr.smithi023.vhqanb (mgr.14182) 674 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:35.088 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:36.089 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:37.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:36 smithi023 bash[16423]: cluster 2024-02-19T23:48:35.506865+0000 mgr.smithi023.vhqanb (mgr.14182) 675 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:37.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:36 smithi184 bash[20261]: cluster 2024-02-19T23:48:35.506865+0000 mgr.smithi023.vhqanb (mgr.14182) 675 : cluster [DBG] pgmap v466: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:39.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:38 smithi184 bash[20261]: cluster 2024-02-19T23:48:37.508071+0000 mgr.smithi023.vhqanb (mgr.14182) 676 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:39.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:38 smithi023 bash[16423]: cluster 2024-02-19T23:48:37.508071+0000 mgr.smithi023.vhqanb (mgr.14182) 676 : cluster [DBG] pgmap v467: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:39.282 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:48:39.282 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:46:35.522995Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:39.678217Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dhxrws on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\nDeploy daemon haproxy.nfs.foo.smithi184.dhxrws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.470341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.dsybqu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\nDeploy daemon haproxy.nfs.foo.smithi023.dsybqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.473168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.btufum on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:43.475090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:48:39.901 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:40.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:39 smithi023 bash[16423]: audit 2024-02-19T23:48:39.259936+0000 mgr.smithi023.vhqanb (mgr.14182) 677 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:40.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:39 smithi184 bash[20261]: audit 2024-02-19T23:48:39.259936+0000 mgr.smithi023.vhqanb (mgr.14182) 677 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:40.901 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:41.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:40 smithi023 bash[16423]: cluster 2024-02-19T23:48:39.509498+0000 mgr.smithi023.vhqanb (mgr.14182) 678 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:48:41.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:40 smithi184 bash[20261]: cluster 2024-02-19T23:48:39.509498+0000 mgr.smithi023.vhqanb (mgr.14182) 678 : cluster [DBG] pgmap v468: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:48:43.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:42 smithi023 bash[16423]: cluster 2024-02-19T23:48:41.510649+0000 mgr.smithi023.vhqanb (mgr.14182) 679 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:43.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:42 smithi184 bash[20261]: cluster 2024-02-19T23:48:41.510649+0000 mgr.smithi023.vhqanb (mgr.14182) 679 : cluster [DBG] pgmap v469: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:43.960 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:48:43.960 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:46:35.522995Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.obktpw on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:39.678217Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dhxrws on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\nDeploy daemon haproxy.nfs.foo.smithi184.dhxrws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.470341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.dsybqu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\nDeploy daemon haproxy.nfs.foo.smithi023.dsybqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.473168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.btufum on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:43.475090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:48:43.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:43 smithi023 bash[16423]: audit 2024-02-19T23:48:43.479838+0000 mon.smithi023 (mon.0) 797 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:48:44.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:43 smithi184 bash[20261]: audit 2024-02-19T23:48:43.479838+0000 mon.smithi023 (mon.0) 797 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:48:44.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:45.003 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:44 smithi023 bash[16423]: cluster 2024-02-19T23:48:43.511722+0000 mgr.smithi023.vhqanb (mgr.14182) 680 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:45.003 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:44 smithi023 bash[16423]: audit 2024-02-19T23:48:43.807038+0000 mon.smithi023 (mon.0) 798 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:48:45.003 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:44 smithi023 bash[16423]: audit 2024-02-19T23:48:43.808489+0000 mon.smithi023 (mon.0) 799 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:48:45.004 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:44 smithi023 bash[16423]: audit 2024-02-19T23:48:43.816856+0000 mon.smithi023 (mon.0) 800 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:48:45.004 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:44 smithi023 bash[16423]: cluster 2024-02-19T23:48:43.817779+0000 mgr.smithi023.vhqanb (mgr.14182) 681 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:48:45.004 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:44 smithi023 bash[16423]: audit 2024-02-19T23:48:43.825627+0000 mon.smithi023 (mon.0) 801 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:48:45.004 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:44 smithi023 bash[16423]: audit 2024-02-19T23:48:43.843524+0000 mon.smithi023 (mon.0) 802 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:48:45.004 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:44 smithi023 bash[16423]: cephadm 2024-02-19T23:48:43.846759+0000 mgr.smithi023.vhqanb (mgr.14182) 682 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.hiwbyt on smithi184 2024-02-19T23:48:45.004 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:44 smithi023 bash[16423]: audit 2024-02-19T23:48:43.934361+0000 mgr.smithi023.vhqanb (mgr.14182) 683 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:45.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:44 smithi184 bash[20261]: cluster 2024-02-19T23:48:43.511722+0000 mgr.smithi023.vhqanb (mgr.14182) 680 : cluster [DBG] pgmap v470: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:48:45.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:44 smithi184 bash[20261]: audit 2024-02-19T23:48:43.807038+0000 mon.smithi023 (mon.0) 798 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:48:45.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:44 smithi184 bash[20261]: audit 2024-02-19T23:48:43.808489+0000 mon.smithi023 (mon.0) 799 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:48:45.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:44 smithi184 bash[20261]: audit 2024-02-19T23:48:43.816856+0000 mon.smithi023 (mon.0) 800 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:48:45.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:44 smithi184 bash[20261]: cluster 2024-02-19T23:48:43.817779+0000 mgr.smithi023.vhqanb (mgr.14182) 681 : cluster [DBG] pgmap v471: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:48:45.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:44 smithi184 bash[20261]: audit 2024-02-19T23:48:43.825627+0000 mon.smithi023 (mon.0) 801 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:48:45.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:44 smithi184 bash[20261]: audit 2024-02-19T23:48:43.843524+0000 mon.smithi023 (mon.0) 802 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:48:45.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:44 smithi184 bash[20261]: cephadm 2024-02-19T23:48:43.846759+0000 mgr.smithi023.vhqanb (mgr.14182) 682 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.hiwbyt on smithi184 2024-02-19T23:48:45.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:44 smithi184 bash[20261]: audit 2024-02-19T23:48:43.934361+0000 mgr.smithi023.vhqanb (mgr.14182) 683 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:45.635 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:46.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:45 smithi023 bash[16423]: cluster 2024-02-19T23:48:44.813103+0000 mon.smithi023 (mon.0) 803 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:48:46.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:45 smithi023 bash[16423]: cluster 2024-02-19T23:48:44.813160+0000 mon.smithi023 (mon.0) 804 : cluster [INF] Cluster is now healthy 2024-02-19T23:48:46.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:45 smithi184 bash[20261]: cluster 2024-02-19T23:48:44.813103+0000 mon.smithi023 (mon.0) 803 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:48:46.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:45 smithi184 bash[20261]: cluster 2024-02-19T23:48:44.813160+0000 mon.smithi023 (mon.0) 804 : cluster [INF] Cluster is now healthy 2024-02-19T23:48:47.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:47 smithi023 bash[16423]: cluster 2024-02-19T23:48:45.818781+0000 mgr.smithi023.vhqanb (mgr.14182) 684 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:48:47.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:47 smithi023 bash[16423]: audit 2024-02-19T23:48:46.124950+0000 mon.smithi023 (mon.0) 805 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:48:47.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:47 smithi184 bash[20261]: cluster 2024-02-19T23:48:45.818781+0000 mgr.smithi023.vhqanb (mgr.14182) 684 : cluster [DBG] pgmap v472: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:48:47.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:47 smithi184 bash[20261]: audit 2024-02-19T23:48:46.124950+0000 mon.smithi023 (mon.0) 805 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:48:48.463 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:48 smithi023 bash[16423]: audit 2024-02-19T23:48:47.705614+0000 mon.smithi023 (mon.0) 806 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.hiwbyt"}]: dispatch 2024-02-19T23:48:48.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:48 smithi184 bash[20261]: audit 2024-02-19T23:48:47.705614+0000 mon.smithi023 (mon.0) 806 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.hiwbyt"}]: dispatch 2024-02-19T23:48:48.821 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:48:48.821 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:47:39.678217Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.dhxrws on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-dhxrws\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.dhxrws\nDeploy daemon haproxy.nfs.foo.smithi184.dhxrws ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.470341Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.dsybqu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-dsybqu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.dsybqu\nDeploy daemon haproxy.nfs.foo.smithi023.dsybqu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:47:43.473168Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.btufum on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:47:43.475090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:47.707279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hiwbyt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\nDeploy daemon haproxy.nfs.foo.smithi184.hiwbyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:48:49.489 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:49.489 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: cephadm 2024-02-19T23:48:47.704271+0000 mgr.smithi023.vhqanb (mgr.14182) 685 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt 2024-02-19T23:48:49.489 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:48:49.489 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt 2024-02-19T23:48:49.489 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt 2024-02-19T23:48:49.489 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:48:49.489 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt 2024-02-19T23:48:49.489 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.hiwbyt ... 2024-02-19T23:48:49.489 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:49.489 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:48:49.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:48:49.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:48:49.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:49.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:48:49.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:48:49.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:48:49.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:48:49.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:48:49.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt 2024-02-19T23:48:49.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:48:49.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt 2024-02-19T23:48:49.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt 2024-02-19T23:48:49.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:48:49.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt 2024-02-19T23:48:49.490 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.hiwbyt ... 2024-02-19T23:48:49.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:49.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:48:49.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:48:49.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:48:49.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:49.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: cephadm 2024-02-19T23:48:47.704799+0000 mgr.smithi023.vhqanb (mgr.14182) 686 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.hiwbyt 2024-02-19T23:48:49.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: cephadm 2024-02-19T23:48:47.707543+0000 mgr.smithi023.vhqanb (mgr.14182) 687 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.hiwbyt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt 2024-02-19T23:48:49.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:48:49.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt 2024-02-19T23:48:49.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt 2024-02-19T23:48:49.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:48:49.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt 2024-02-19T23:48:49.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.hiwbyt ... 2024-02-19T23:48:49.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:49.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:48:49.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:48:49.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:48:49.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:49.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: cephadm 2024-02-19T23:48:47.712554+0000 mgr.smithi023.vhqanb (mgr.14182) 688 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.ckjvnl on smithi023 2024-02-19T23:48:49.492 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:49 smithi023 bash[16423]: cluster 2024-02-19T23:48:47.819488+0000 mgr.smithi023.vhqanb (mgr.14182) 689 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:48:49.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: cephadm 2024-02-19T23:48:47.704271+0000 mgr.smithi023.vhqanb (mgr.14182) 685 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt 2024-02-19T23:48:49.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:48:49.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt 2024-02-19T23:48:49.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt 2024-02-19T23:48:49.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:48:49.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt 2024-02-19T23:48:49.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.hiwbyt ... 2024-02-19T23:48:49.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:49.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:48:49.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:48:49.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:48:49.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:49.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:48:49.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:48:49.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:48:49.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:48:49.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:48:49.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt 2024-02-19T23:48:49.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:48:49.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt 2024-02-19T23:48:49.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt 2024-02-19T23:48:49.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:48:49.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt 2024-02-19T23:48:49.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.hiwbyt ... 2024-02-19T23:48:49.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:49.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:48:49.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:48:49.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:48:49.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:49.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: cephadm 2024-02-19T23:48:47.704799+0000 mgr.smithi023.vhqanb (mgr.14182) 686 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.hiwbyt 2024-02-19T23:48:49.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: cephadm 2024-02-19T23:48:47.707543+0000 mgr.smithi023.vhqanb (mgr.14182) 687 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.hiwbyt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt 2024-02-19T23:48:49.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:48:49.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt 2024-02-19T23:48:49.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt 2024-02-19T23:48:49.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:48:49.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt 2024-02-19T23:48:49.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.hiwbyt ... 2024-02-19T23:48:49.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:49.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:48:49.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:48:49.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:48:49.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:49.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: cephadm 2024-02-19T23:48:47.712554+0000 mgr.smithi023.vhqanb (mgr.14182) 688 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.ckjvnl on smithi023 2024-02-19T23:48:49.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:49 smithi184 bash[20261]: cluster 2024-02-19T23:48:47.819488+0000 mgr.smithi023.vhqanb (mgr.14182) 689 : cluster [DBG] pgmap v473: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:48:50.490 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:50.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:50 smithi023 bash[16423]: audit 2024-02-19T23:48:48.798443+0000 mgr.smithi023.vhqanb (mgr.14182) 690 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:50.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:50 smithi184 bash[20261]: audit 2024-02-19T23:48:48.798443+0000 mgr.smithi023.vhqanb (mgr.14182) 690 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:51.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:51 smithi023 bash[16423]: cluster 2024-02-19T23:48:49.820694+0000 mgr.smithi023.vhqanb (mgr.14182) 691 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:48:51.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:51 smithi184 bash[20261]: cluster 2024-02-19T23:48:49.820694+0000 mgr.smithi023.vhqanb (mgr.14182) 691 : cluster [DBG] pgmap v474: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:48:52.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:52 smithi023 bash[16423]: audit 2024-02-19T23:48:51.712761+0000 mon.smithi023 (mon.0) 807 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.ckjvnl"}]: dispatch 2024-02-19T23:48:52.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:52 smithi023 bash[16423]: audit 2024-02-19T23:48:51.730235+0000 mon.smithi023 (mon.0) 808 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:48:52.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:52 smithi184 bash[20261]: audit 2024-02-19T23:48:51.712761+0000 mon.smithi023 (mon.0) 807 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.ckjvnl"}]: dispatch 2024-02-19T23:48:52.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:52 smithi184 bash[20261]: audit 2024-02-19T23:48:51.730235+0000 mon.smithi023 (mon.0) 808 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:48:53.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: cephadm 2024-02-19T23:48:51.712053+0000 mgr.smithi023.vhqanb (mgr.14182) 692 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl 2024-02-19T23:48:53.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:48:53.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl 2024-02-19T23:48:53.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl 2024-02-19T23:48:53.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:48:53.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl 2024-02-19T23:48:53.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.ckjvnl ... 2024-02-19T23:48:53.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:53.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:48:53.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:48:53.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:48:53.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:53.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:48:53.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:48:53.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:48:53.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:48:53.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:48:53.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl 2024-02-19T23:48:53.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:48:53.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl 2024-02-19T23:48:53.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl 2024-02-19T23:48:53.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:48:53.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl 2024-02-19T23:48:53.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.ckjvnl ... 2024-02-19T23:48:53.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:53.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:48:53.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:48:53.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:48:53.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:53.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: cephadm 2024-02-19T23:48:51.712335+0000 mgr.smithi023.vhqanb (mgr.14182) 693 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.ckjvnl 2024-02-19T23:48:53.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: cephadm 2024-02-19T23:48:51.713737+0000 mgr.smithi023.vhqanb (mgr.14182) 694 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.ckjvnl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl 2024-02-19T23:48:53.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:48:53.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl 2024-02-19T23:48:53.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl 2024-02-19T23:48:53.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:48:53.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl 2024-02-19T23:48:53.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.ckjvnl ... 2024-02-19T23:48:53.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:53.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:48:53.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:48:53.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:48:53.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:53.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: cephadm 2024-02-19T23:48:51.715779+0000 mgr.smithi023.vhqanb (mgr.14182) 695 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.mexpph on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:48:53.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: cephadm 2024-02-19T23:48:51.717396+0000 mgr.smithi023.vhqanb (mgr.14182) 696 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:48:53.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: cluster 2024-02-19T23:48:51.718745+0000 mgr.smithi023.vhqanb (mgr.14182) 697 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-02-19T23:48:53.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:53 smithi023 bash[16423]: cluster 2024-02-19T23:48:52.152236+0000 mon.smithi023 (mon.0) 809 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:48:53.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: cephadm 2024-02-19T23:48:51.712053+0000 mgr.smithi023.vhqanb (mgr.14182) 692 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl 2024-02-19T23:48:53.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:48:53.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl 2024-02-19T23:48:53.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl 2024-02-19T23:48:53.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:48:53.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl 2024-02-19T23:48:53.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.ckjvnl ... 2024-02-19T23:48:53.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:53.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:48:53.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:48:53.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:48:53.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:53.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:48:53.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:48:53.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:48:53.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:48:53.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:48:53.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl 2024-02-19T23:48:53.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:48:53.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl 2024-02-19T23:48:53.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl 2024-02-19T23:48:53.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:48:53.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl 2024-02-19T23:48:53.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.ckjvnl ... 2024-02-19T23:48:53.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:53.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:48:53.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:48:53.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:48:53.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:53.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: cephadm 2024-02-19T23:48:51.712335+0000 mgr.smithi023.vhqanb (mgr.14182) 693 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.ckjvnl 2024-02-19T23:48:53.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: cephadm 2024-02-19T23:48:51.713737+0000 mgr.smithi023.vhqanb (mgr.14182) 694 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.ckjvnl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl 2024-02-19T23:48:53.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:48:53.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl 2024-02-19T23:48:53.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl 2024-02-19T23:48:53.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:48:53.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl 2024-02-19T23:48:53.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.ckjvnl ... 2024-02-19T23:48:53.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:53.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:48:53.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:48:53.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:48:53.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:48:53.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: cephadm 2024-02-19T23:48:51.715779+0000 mgr.smithi023.vhqanb (mgr.14182) 695 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.mexpph on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:48:53.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: cephadm 2024-02-19T23:48:51.717396+0000 mgr.smithi023.vhqanb (mgr.14182) 696 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:48:53.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: cluster 2024-02-19T23:48:51.718745+0000 mgr.smithi023.vhqanb (mgr.14182) 697 : cluster [DBG] pgmap v475: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-02-19T23:48:53.516 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:53 smithi184 bash[20261]: cluster 2024-02-19T23:48:52.152236+0000 mon.smithi023 (mon.0) 809 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:48:54.049 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:48:54.049 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:47:43.475090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:47.707279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hiwbyt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\nDeploy daemon haproxy.nfs.foo.smithi184.hiwbyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.713601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ckjvnl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\nDeploy daemon haproxy.nfs.foo.smithi023.ckjvnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.715674Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mexpph on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:51.717292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:48:54.694 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:48:55.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:55 smithi023 bash[16423]: cluster 2024-02-19T23:48:53.719818+0000 mgr.smithi023.vhqanb (mgr.14182) 698 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-02-19T23:48:55.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:55 smithi023 bash[16423]: audit 2024-02-19T23:48:54.026327+0000 mgr.smithi023.vhqanb (mgr.14182) 699 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:55.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:55 smithi184 bash[20261]: cluster 2024-02-19T23:48:53.719818+0000 mgr.smithi023.vhqanb (mgr.14182) 698 : cluster [DBG] pgmap v476: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 200 B/s rd, 0 op/s 2024-02-19T23:48:55.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:55 smithi184 bash[20261]: audit 2024-02-19T23:48:54.026327+0000 mgr.smithi023.vhqanb (mgr.14182) 699 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:48:55.696 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:48:57.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:57 smithi023 bash[16423]: cluster 2024-02-19T23:48:55.721175+0000 mgr.smithi023.vhqanb (mgr.14182) 700 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-19T23:48:57.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:57 smithi184 bash[20261]: cluster 2024-02-19T23:48:55.721175+0000 mgr.smithi023.vhqanb (mgr.14182) 700 : cluster [DBG] pgmap v477: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-19T23:48:59.007 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:48:59.007 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:47:43.475090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:47.707279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hiwbyt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\nDeploy daemon haproxy.nfs.foo.smithi184.hiwbyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.713601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ckjvnl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\nDeploy daemon haproxy.nfs.foo.smithi023.ckjvnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.715674Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mexpph on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:51.717292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:48:59.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:48:59 smithi023 bash[16423]: cluster 2024-02-19T23:48:57.721797+0000 mgr.smithi023.vhqanb (mgr.14182) 701 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-19T23:48:59.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:48:59 smithi184 bash[20261]: cluster 2024-02-19T23:48:57.721797+0000 mgr.smithi023.vhqanb (mgr.14182) 701 : cluster [DBG] pgmap v478: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-19T23:48:59.616 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:00.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:00 smithi023 bash[16423]: audit 2024-02-19T23:48:58.980970+0000 mgr.smithi023.vhqanb (mgr.14182) 702 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:00.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:00 smithi184 bash[20261]: audit 2024-02-19T23:48:58.980970+0000 mgr.smithi023.vhqanb (mgr.14182) 702 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:00.616 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:01.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:01 smithi023 bash[16423]: cluster 2024-02-19T23:48:59.723164+0000 mgr.smithi023.vhqanb (mgr.14182) 703 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 344 B/s rd, 0 op/s 2024-02-19T23:49:01.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:01 smithi023 bash[16423]: audit 2024-02-19T23:49:01.123288+0000 mon.smithi023 (mon.0) 810 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:49:01.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:01 smithi184 bash[20261]: cluster 2024-02-19T23:48:59.723164+0000 mgr.smithi023.vhqanb (mgr.14182) 703 : cluster [DBG] pgmap v479: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 344 B/s rd, 0 op/s 2024-02-19T23:49:01.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:01 smithi184 bash[20261]: audit 2024-02-19T23:49:01.123288+0000 mon.smithi023 (mon.0) 810 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:49:03.491 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:03 smithi023 bash[16423]: cluster 2024-02-19T23:49:01.724472+0000 mgr.smithi023.vhqanb (mgr.14182) 704 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-19T23:49:03.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:03 smithi184 bash[20261]: cluster 2024-02-19T23:49:01.724472+0000 mgr.smithi023.vhqanb (mgr.14182) 704 : cluster [DBG] pgmap v480: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 172 B/s rd, 0 op/s 2024-02-19T23:49:03.860 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:49:03.860 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:47:43.475090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:47.707279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hiwbyt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\nDeploy daemon haproxy.nfs.foo.smithi184.hiwbyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.713601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ckjvnl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\nDeploy daemon haproxy.nfs.foo.smithi023.ckjvnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.715674Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mexpph on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:51.717292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:49:04.500 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:05.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:05 smithi023 bash[16423]: cluster 2024-02-19T23:49:03.725637+0000 mgr.smithi023.vhqanb (mgr.14182) 705 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:05.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:05 smithi023 bash[16423]: audit 2024-02-19T23:49:03.834571+0000 mgr.smithi023.vhqanb (mgr.14182) 706 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:05.501 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:05.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:05 smithi184 bash[20261]: cluster 2024-02-19T23:49:03.725637+0000 mgr.smithi023.vhqanb (mgr.14182) 705 : cluster [DBG] pgmap v481: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:05.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:05 smithi184 bash[20261]: audit 2024-02-19T23:49:03.834571+0000 mgr.smithi023.vhqanb (mgr.14182) 706 : audit [DBG] from='client.14956 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:07.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:07 smithi023 bash[16423]: cluster 2024-02-19T23:49:05.726671+0000 mgr.smithi023.vhqanb (mgr.14182) 707 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:07.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:07 smithi184 bash[20261]: cluster 2024-02-19T23:49:05.726671+0000 mgr.smithi023.vhqanb (mgr.14182) 707 : cluster [DBG] pgmap v482: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:08.734 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:49:08.734 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:47:43.475090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:47.707279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hiwbyt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\nDeploy daemon haproxy.nfs.foo.smithi184.hiwbyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.713601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ckjvnl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\nDeploy daemon haproxy.nfs.foo.smithi023.ckjvnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.715674Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mexpph on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:51.717292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:49:09.326 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:09.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:09 smithi023 bash[16423]: cluster 2024-02-19T23:49:07.727750+0000 mgr.smithi023.vhqanb (mgr.14182) 708 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:09.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:09 smithi184 bash[20261]: cluster 2024-02-19T23:49:07.727750+0000 mgr.smithi023.vhqanb (mgr.14182) 708 : cluster [DBG] pgmap v483: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:10.327 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:10.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:10 smithi023 bash[16423]: audit 2024-02-19T23:49:08.716736+0000 mgr.smithi023.vhqanb (mgr.14182) 709 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:10.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:10 smithi184 bash[20261]: audit 2024-02-19T23:49:08.716736+0000 mgr.smithi023.vhqanb (mgr.14182) 709 : audit [DBG] from='client.14960 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:11.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:11 smithi184 bash[20261]: cluster 2024-02-19T23:49:09.729119+0000 mgr.smithi023.vhqanb (mgr.14182) 710 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:49:11.591 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:11 smithi023 bash[16423]: cluster 2024-02-19T23:49:09.729119+0000 mgr.smithi023.vhqanb (mgr.14182) 710 : cluster [DBG] pgmap v484: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:49:13.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:13 smithi023 bash[16423]: cluster 2024-02-19T23:49:11.730479+0000 mgr.smithi023.vhqanb (mgr.14182) 711 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:13.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:13 smithi184 bash[20261]: cluster 2024-02-19T23:49:11.730479+0000 mgr.smithi023.vhqanb (mgr.14182) 711 : cluster [DBG] pgmap v485: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:13.528 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:49:13.528 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:47:43.475090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:47.707279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hiwbyt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\nDeploy daemon haproxy.nfs.foo.smithi184.hiwbyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.713601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ckjvnl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\nDeploy daemon haproxy.nfs.foo.smithi023.ckjvnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.715674Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mexpph on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:51.717292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:49:14.162 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:15.163 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:15.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:15 smithi023 bash[16423]: audit 2024-02-19T23:49:13.505935+0000 mgr.smithi023.vhqanb (mgr.14182) 712 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:15.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:15 smithi023 bash[16423]: cluster 2024-02-19T23:49:13.731729+0000 mgr.smithi023.vhqanb (mgr.14182) 713 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:15.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:15 smithi184 bash[20261]: audit 2024-02-19T23:49:13.505935+0000 mgr.smithi023.vhqanb (mgr.14182) 712 : audit [DBG] from='client.14964 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:15.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:15 smithi184 bash[20261]: cluster 2024-02-19T23:49:13.731729+0000 mgr.smithi023.vhqanb (mgr.14182) 713 : cluster [DBG] pgmap v486: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:17.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:17 smithi023 bash[16423]: cluster 2024-02-19T23:49:15.733142+0000 mgr.smithi023.vhqanb (mgr.14182) 714 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:17.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:17 smithi184 bash[20261]: cluster 2024-02-19T23:49:15.733142+0000 mgr.smithi023.vhqanb (mgr.14182) 714 : cluster [DBG] pgmap v487: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:18.521 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:49:18.521 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:47:43.475090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:47.707279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hiwbyt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\nDeploy daemon haproxy.nfs.foo.smithi184.hiwbyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.713601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ckjvnl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\nDeploy daemon haproxy.nfs.foo.smithi023.ckjvnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.715674Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mexpph on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:51.717292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:49:19.156 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:19.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:19 smithi023 bash[16423]: cluster 2024-02-19T23:49:17.734008+0000 mgr.smithi023.vhqanb (mgr.14182) 715 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:19.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:19 smithi184 bash[20261]: cluster 2024-02-19T23:49:17.734008+0000 mgr.smithi023.vhqanb (mgr.14182) 715 : cluster [DBG] pgmap v488: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:20.157 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:20.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:20 smithi023 bash[16423]: audit 2024-02-19T23:49:18.495811+0000 mgr.smithi023.vhqanb (mgr.14182) 716 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:20.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:20 smithi184 bash[20261]: audit 2024-02-19T23:49:18.495811+0000 mgr.smithi023.vhqanb (mgr.14182) 716 : audit [DBG] from='client.14968 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:21.473 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:21 smithi023 bash[16423]: cluster 2024-02-19T23:49:19.735385+0000 mgr.smithi023.vhqanb (mgr.14182) 717 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:49:21.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:21 smithi184 bash[20261]: cluster 2024-02-19T23:49:19.735385+0000 mgr.smithi023.vhqanb (mgr.14182) 717 : cluster [DBG] pgmap v489: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:49:23.292 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:49:23.292 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:47:43.475090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:47.707279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hiwbyt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\nDeploy daemon haproxy.nfs.foo.smithi184.hiwbyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.713601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ckjvnl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\nDeploy daemon haproxy.nfs.foo.smithi023.ckjvnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.715674Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mexpph on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:51.717292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:49:23.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:23 smithi023 bash[16423]: cluster 2024-02-19T23:49:21.736570+0000 mgr.smithi023.vhqanb (mgr.14182) 718 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:23.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:23 smithi184 bash[20261]: cluster 2024-02-19T23:49:21.736570+0000 mgr.smithi023.vhqanb (mgr.14182) 718 : cluster [DBG] pgmap v490: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:23.965 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:24.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:24 smithi023 bash[16423]: audit 2024-02-19T23:49:23.270590+0000 mgr.smithi023.vhqanb (mgr.14182) 719 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:24.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:24 smithi184 bash[20261]: audit 2024-02-19T23:49:23.270590+0000 mgr.smithi023.vhqanb (mgr.14182) 719 : audit [DBG] from='client.14972 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:24.966 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:25.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:25 smithi023 bash[16423]: cluster 2024-02-19T23:49:23.737271+0000 mgr.smithi023.vhqanb (mgr.14182) 720 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:25.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:25 smithi184 bash[20261]: cluster 2024-02-19T23:49:23.737271+0000 mgr.smithi023.vhqanb (mgr.14182) 720 : cluster [DBG] pgmap v491: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:27.657 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:27 smithi023 bash[16423]: cluster 2024-02-19T23:49:25.738624+0000 mgr.smithi023.vhqanb (mgr.14182) 721 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:27.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:27 smithi184 bash[20261]: cluster 2024-02-19T23:49:25.738624+0000 mgr.smithi023.vhqanb (mgr.14182) 721 : cluster [DBG] pgmap v492: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:28.118 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:49:28.119 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:47:43.475090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:47.707279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hiwbyt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\nDeploy daemon haproxy.nfs.foo.smithi184.hiwbyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.713601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ckjvnl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\nDeploy daemon haproxy.nfs.foo.smithi023.ckjvnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.715674Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mexpph on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:51.717292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:49:28.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:29.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:29 smithi023 bash[16423]: cluster 2024-02-19T23:49:27.739656+0000 mgr.smithi023.vhqanb (mgr.14182) 722 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:29.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:29 smithi023 bash[16423]: audit 2024-02-19T23:49:28.093380+0000 mgr.smithi023.vhqanb (mgr.14182) 723 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:29.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:29 smithi184 bash[20261]: cluster 2024-02-19T23:49:27.739656+0000 mgr.smithi023.vhqanb (mgr.14182) 722 : cluster [DBG] pgmap v493: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:29.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:29 smithi184 bash[20261]: audit 2024-02-19T23:49:28.093380+0000 mgr.smithi023.vhqanb (mgr.14182) 723 : audit [DBG] from='client.14976 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:29.769 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:31.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:31 smithi023 bash[16423]: cluster 2024-02-19T23:49:29.741118+0000 mgr.smithi023.vhqanb (mgr.14182) 724 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:49:31.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:31 smithi184 bash[20261]: cluster 2024-02-19T23:49:29.741118+0000 mgr.smithi023.vhqanb (mgr.14182) 724 : cluster [DBG] pgmap v494: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:49:33.006 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:49:33.007 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:47:43.475090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:47.707279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hiwbyt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\nDeploy daemon haproxy.nfs.foo.smithi184.hiwbyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.713601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ckjvnl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\nDeploy daemon haproxy.nfs.foo.smithi023.ckjvnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.715674Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mexpph on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:51.717292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:49:33.607 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:33 smithi023 bash[16423]: cluster 2024-02-19T23:49:31.742284+0000 mgr.smithi023.vhqanb (mgr.14182) 725 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:33.608 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:33.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:33 smithi184 bash[20261]: cluster 2024-02-19T23:49:31.742284+0000 mgr.smithi023.vhqanb (mgr.14182) 725 : cluster [DBG] pgmap v495: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:34.609 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:34.622 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:34 smithi023 bash[16423]: audit 2024-02-19T23:49:32.987180+0000 mgr.smithi023.vhqanb (mgr.14182) 726 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:34.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:34 smithi184 bash[20261]: audit 2024-02-19T23:49:32.987180+0000 mgr.smithi023.vhqanb (mgr.14182) 726 : audit [DBG] from='client.14980 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:35.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:35 smithi023 bash[16423]: cluster 2024-02-19T23:49:33.743450+0000 mgr.smithi023.vhqanb (mgr.14182) 727 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:35.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:35 smithi184 bash[20261]: cluster 2024-02-19T23:49:33.743450+0000 mgr.smithi023.vhqanb (mgr.14182) 727 : cluster [DBG] pgmap v496: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:37.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:37 smithi023 bash[16423]: cluster 2024-02-19T23:49:35.744760+0000 mgr.smithi023.vhqanb (mgr.14182) 728 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:37.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:37 smithi184 bash[20261]: cluster 2024-02-19T23:49:35.744760+0000 mgr.smithi023.vhqanb (mgr.14182) 728 : cluster [DBG] pgmap v497: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:37.844 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:49:37.844 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:47:43.475090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:47.707279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hiwbyt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\nDeploy daemon haproxy.nfs.foo.smithi184.hiwbyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.713601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ckjvnl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\nDeploy daemon haproxy.nfs.foo.smithi023.ckjvnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.715674Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mexpph on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:51.717292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:49:38.446 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:39.447 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:39.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:39 smithi023 bash[16423]: cluster 2024-02-19T23:49:37.745768+0000 mgr.smithi023.vhqanb (mgr.14182) 729 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:39.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:39 smithi023 bash[16423]: audit 2024-02-19T23:49:37.824803+0000 mgr.smithi023.vhqanb (mgr.14182) 730 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:39.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:39 smithi184 bash[20261]: cluster 2024-02-19T23:49:37.745768+0000 mgr.smithi023.vhqanb (mgr.14182) 729 : cluster [DBG] pgmap v498: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:39.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:39 smithi184 bash[20261]: audit 2024-02-19T23:49:37.824803+0000 mgr.smithi023.vhqanb (mgr.14182) 730 : audit [DBG] from='client.14984 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:41.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:41 smithi023 bash[16423]: cluster 2024-02-19T23:49:39.747142+0000 mgr.smithi023.vhqanb (mgr.14182) 731 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:49:41.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:41 smithi184 bash[20261]: cluster 2024-02-19T23:49:39.747142+0000 mgr.smithi023.vhqanb (mgr.14182) 731 : cluster [DBG] pgmap v499: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:49:42.797 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:49:42.797 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:47:43.475090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:47.707279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hiwbyt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\nDeploy daemon haproxy.nfs.foo.smithi184.hiwbyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.713601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ckjvnl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\nDeploy daemon haproxy.nfs.foo.smithi023.ckjvnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.715674Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mexpph on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:51.717292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:49:43.386 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:43.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:43 smithi023 bash[16423]: cluster 2024-02-19T23:49:41.748375+0000 mgr.smithi023.vhqanb (mgr.14182) 732 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:43.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:43 smithi184 bash[20261]: cluster 2024-02-19T23:49:41.748375+0000 mgr.smithi023.vhqanb (mgr.14182) 732 : cluster [DBG] pgmap v500: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:44.387 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:44.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:44 smithi023 bash[16423]: audit 2024-02-19T23:49:42.772014+0000 mgr.smithi023.vhqanb (mgr.14182) 733 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:44.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:44 smithi184 bash[20261]: audit 2024-02-19T23:49:42.772014+0000 mgr.smithi023.vhqanb (mgr.14182) 733 : audit [DBG] from='client.14988 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:45.734 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:45 smithi023 bash[16423]: cluster 2024-02-19T23:49:43.749570+0000 mgr.smithi023.vhqanb (mgr.14182) 734 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:45.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:45 smithi184 bash[20261]: cluster 2024-02-19T23:49:43.749570+0000 mgr.smithi023.vhqanb (mgr.14182) 734 : cluster [DBG] pgmap v501: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:47.500 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:49:47.500 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:47:43.475090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:47.707279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hiwbyt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\nDeploy daemon haproxy.nfs.foo.smithi184.hiwbyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.713601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ckjvnl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\nDeploy daemon haproxy.nfs.foo.smithi023.ckjvnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.715674Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mexpph on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:51.717292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:49:47.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:47 smithi023 bash[16423]: cluster 2024-02-19T23:49:45.750789+0000 mgr.smithi023.vhqanb (mgr.14182) 735 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:47.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:47 smithi184 bash[20261]: cluster 2024-02-19T23:49:45.750789+0000 mgr.smithi023.vhqanb (mgr.14182) 735 : cluster [DBG] pgmap v502: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:48.135 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:49.136 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:49.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:49 smithi023 bash[16423]: audit 2024-02-19T23:49:47.481145+0000 mgr.smithi023.vhqanb (mgr.14182) 736 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:49.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:49 smithi023 bash[16423]: cluster 2024-02-19T23:49:47.751968+0000 mgr.smithi023.vhqanb (mgr.14182) 737 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:49.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:49 smithi184 bash[20261]: audit 2024-02-19T23:49:47.481145+0000 mgr.smithi023.vhqanb (mgr.14182) 736 : audit [DBG] from='client.14992 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:49.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:49 smithi184 bash[20261]: cluster 2024-02-19T23:49:47.751968+0000 mgr.smithi023.vhqanb (mgr.14182) 737 : cluster [DBG] pgmap v503: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:51.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:51 smithi023 bash[16423]: cluster 2024-02-19T23:49:49.753388+0000 mgr.smithi023.vhqanb (mgr.14182) 738 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:49:51.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:51 smithi184 bash[20261]: cluster 2024-02-19T23:49:49.753388+0000 mgr.smithi023.vhqanb (mgr.14182) 738 : cluster [DBG] pgmap v504: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:49:52.425 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:49:52.425 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:47:43.475090Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vucidp on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:47.707279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hiwbyt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\nDeploy daemon haproxy.nfs.foo.smithi184.hiwbyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.713601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ckjvnl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\nDeploy daemon haproxy.nfs.foo.smithi023.ckjvnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.715674Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mexpph on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:51.717292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:49:52.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:52 smithi023 bash[16423]: audit 2024-02-19T23:49:51.721826+0000 mon.smithi023 (mon.0) 811 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:49:52.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:52 smithi023 bash[16423]: audit 2024-02-19T23:49:52.031244+0000 mon.smithi023 (mon.0) 812 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:49:52.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:52 smithi023 bash[16423]: audit 2024-02-19T23:49:52.032820+0000 mon.smithi023 (mon.0) 813 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:49:52.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:52 smithi023 bash[16423]: audit 2024-02-19T23:49:52.039616+0000 mon.smithi023 (mon.0) 814 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:49:52.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:52 smithi023 bash[16423]: audit 2024-02-19T23:49:52.044944+0000 mon.smithi023 (mon.0) 815 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:49:52.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:52 smithi023 bash[16423]: audit 2024-02-19T23:49:52.062657+0000 mon.smithi023 (mon.0) 816 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:49:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:52 smithi184 bash[20261]: audit 2024-02-19T23:49:51.721826+0000 mon.smithi023 (mon.0) 811 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:49:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:52 smithi184 bash[20261]: audit 2024-02-19T23:49:52.031244+0000 mon.smithi023 (mon.0) 812 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:49:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:52 smithi184 bash[20261]: audit 2024-02-19T23:49:52.032820+0000 mon.smithi023 (mon.0) 813 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:49:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:52 smithi184 bash[20261]: audit 2024-02-19T23:49:52.039616+0000 mon.smithi023 (mon.0) 814 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:49:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:52 smithi184 bash[20261]: audit 2024-02-19T23:49:52.044944+0000 mon.smithi023 (mon.0) 815 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:49:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:52 smithi184 bash[20261]: audit 2024-02-19T23:49:52.062657+0000 mon.smithi023 (mon.0) 816 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:49:53.096 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:53.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:53 smithi023 bash[16423]: cluster 2024-02-19T23:49:51.754528+0000 mgr.smithi023.vhqanb (mgr.14182) 739 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:53.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:53 smithi023 bash[16423]: cluster 2024-02-19T23:49:52.040306+0000 mgr.smithi023.vhqanb (mgr.14182) 740 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:49:53.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:53 smithi023 bash[16423]: cephadm 2024-02-19T23:49:52.066138+0000 mgr.smithi023.vhqanb (mgr.14182) 741 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.ekbopj on smithi184 2024-02-19T23:49:53.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:53 smithi023 bash[16423]: audit 2024-02-19T23:49:52.400178+0000 mgr.smithi023.vhqanb (mgr.14182) 742 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:53.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:53 smithi023 bash[16423]: cluster 2024-02-19T23:49:52.403058+0000 mon.smithi023 (mon.0) 817 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:49:53.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:53 smithi023 bash[16423]: cluster 2024-02-19T23:49:52.403166+0000 mon.smithi023 (mon.0) 818 : cluster [INF] Cluster is now healthy 2024-02-19T23:49:53.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:53 smithi184 bash[20261]: cluster 2024-02-19T23:49:51.754528+0000 mgr.smithi023.vhqanb (mgr.14182) 739 : cluster [DBG] pgmap v505: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:49:53.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:53 smithi184 bash[20261]: cluster 2024-02-19T23:49:52.040306+0000 mgr.smithi023.vhqanb (mgr.14182) 740 : cluster [DBG] pgmap v506: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:49:53.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:53 smithi184 bash[20261]: cephadm 2024-02-19T23:49:52.066138+0000 mgr.smithi023.vhqanb (mgr.14182) 741 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.ekbopj on smithi184 2024-02-19T23:49:53.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:53 smithi184 bash[20261]: audit 2024-02-19T23:49:52.400178+0000 mgr.smithi023.vhqanb (mgr.14182) 742 : audit [DBG] from='client.14996 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:53.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:53 smithi184 bash[20261]: cluster 2024-02-19T23:49:52.403058+0000 mon.smithi023 (mon.0) 817 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:49:53.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:53 smithi184 bash[20261]: cluster 2024-02-19T23:49:52.403166+0000 mon.smithi023 (mon.0) 818 : cluster [INF] Cluster is now healthy 2024-02-19T23:49:54.097 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:55.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:55 smithi023 bash[16423]: cluster 2024-02-19T23:49:54.041230+0000 mgr.smithi023.vhqanb (mgr.14182) 743 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:49:55.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:55 smithi184 bash[20261]: cluster 2024-02-19T23:49:54.041230+0000 mgr.smithi023.vhqanb (mgr.14182) 743 : cluster [DBG] pgmap v507: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:49:56.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:56 smithi023 bash[16423]: audit 2024-02-19T23:49:56.058766+0000 mon.smithi023 (mon.0) 819 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.ekbopj"}]: dispatch 2024-02-19T23:49:56.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:56 smithi184 bash[20261]: audit 2024-02-19T23:49:56.058766+0000 mon.smithi023 (mon.0) 819 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.ekbopj"}]: dispatch 2024-02-19T23:49:57.300 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:49:57.300 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:47.707279Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hiwbyt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hiwbyt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hiwbyt\nDeploy daemon haproxy.nfs.foo.smithi184.hiwbyt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.713601Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ckjvnl on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ckjvnl\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ckjvnl\nDeploy daemon haproxy.nfs.foo.smithi023.ckjvnl ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:48:51.715674Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mexpph on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:48:51.717292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:49:56.060133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekbopj on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\nDeploy daemon haproxy.nfs.foo.smithi184.ekbopj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:49:57.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: cluster 2024-02-19T23:49:56.042286+0000 mgr.smithi023.vhqanb (mgr.14182) 744 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:49:57.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: cephadm 2024-02-19T23:49:56.057489+0000 mgr.smithi023.vhqanb (mgr.14182) 745 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj 2024-02-19T23:49:57.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:49:57.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj 2024-02-19T23:49:57.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj 2024-02-19T23:49:57.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:49:57.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj 2024-02-19T23:49:57.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.ekbopj ... 2024-02-19T23:49:57.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:49:57.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:49:57.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:49:57.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:49:57.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:49:57.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:49:57.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:49:57.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:49:57.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:49:57.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:49:57.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj 2024-02-19T23:49:57.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:49:57.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj 2024-02-19T23:49:57.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj 2024-02-19T23:49:57.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:49:57.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj 2024-02-19T23:49:57.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.ekbopj ... 2024-02-19T23:49:57.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:49:57.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:49:57.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:49:57.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:49:57.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:49:57.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: cephadm 2024-02-19T23:49:56.058150+0000 mgr.smithi023.vhqanb (mgr.14182) 746 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.ekbopj 2024-02-19T23:49:57.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: cephadm 2024-02-19T23:49:56.060426+0000 mgr.smithi023.vhqanb (mgr.14182) 747 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.ekbopj on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj 2024-02-19T23:49:57.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:49:57.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj 2024-02-19T23:49:57.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj 2024-02-19T23:49:57.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:49:57.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj 2024-02-19T23:49:57.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.ekbopj ... 2024-02-19T23:49:57.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:49:57.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:49:57.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:49:57.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:49:57.754 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:49:57.754 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:57 smithi023 bash[16423]: cephadm 2024-02-19T23:49:56.065590+0000 mgr.smithi023.vhqanb (mgr.14182) 748 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.ibeoda on smithi023 2024-02-19T23:49:57.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: cluster 2024-02-19T23:49:56.042286+0000 mgr.smithi023.vhqanb (mgr.14182) 744 : cluster [DBG] pgmap v508: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:49:57.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: cephadm 2024-02-19T23:49:56.057489+0000 mgr.smithi023.vhqanb (mgr.14182) 745 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj 2024-02-19T23:49:57.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:49:57.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj 2024-02-19T23:49:57.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj 2024-02-19T23:49:57.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:49:57.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj 2024-02-19T23:49:57.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.ekbopj ... 2024-02-19T23:49:57.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:49:57.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:49:57.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:49:57.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:49:57.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:49:57.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:49:57.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:49:57.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:49:57.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:49:57.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:49:57.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj 2024-02-19T23:49:57.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:49:57.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj 2024-02-19T23:49:57.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj 2024-02-19T23:49:57.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:49:57.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj 2024-02-19T23:49:57.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.ekbopj ... 2024-02-19T23:49:57.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:49:57.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:49:57.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:49:57.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:49:57.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:49:57.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: cephadm 2024-02-19T23:49:56.058150+0000 mgr.smithi023.vhqanb (mgr.14182) 746 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.ekbopj 2024-02-19T23:49:57.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: cephadm 2024-02-19T23:49:56.060426+0000 mgr.smithi023.vhqanb (mgr.14182) 747 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.ekbopj on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj 2024-02-19T23:49:57.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:49:57.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj 2024-02-19T23:49:57.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj 2024-02-19T23:49:57.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:49:57.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj 2024-02-19T23:49:57.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.ekbopj ... 2024-02-19T23:49:57.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:49:57.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:49:57.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:49:57.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:49:57.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:49:57.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:57 smithi184 bash[20261]: cephadm 2024-02-19T23:49:56.065590+0000 mgr.smithi023.vhqanb (mgr.14182) 748 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.ibeoda on smithi023 2024-02-19T23:49:57.963 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:49:58.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:58 smithi023 bash[16423]: audit 2024-02-19T23:49:57.278042+0000 mgr.smithi023.vhqanb (mgr.14182) 749 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:58.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:58 smithi184 bash[20261]: audit 2024-02-19T23:49:57.278042+0000 mgr.smithi023.vhqanb (mgr.14182) 749 : audit [DBG] from='client.15000 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:49:58.964 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:49:59.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:49:59 smithi023 bash[16423]: cluster 2024-02-19T23:49:58.043210+0000 mgr.smithi023.vhqanb (mgr.14182) 750 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 398 B/s rd, 0 op/s 2024-02-19T23:49:59.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:49:59 smithi184 bash[20261]: cluster 2024-02-19T23:49:58.043210+0000 mgr.smithi023.vhqanb (mgr.14182) 750 : cluster [DBG] pgmap v509: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 398 B/s rd, 0 op/s 2024-02-19T23:50:00.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:00 smithi023 bash[16423]: cluster 2024-02-19T23:50:00.000115+0000 mon.smithi023 (mon.0) 820 : cluster [INF] overall HEALTH_OK 2024-02-19T23:50:00.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:00 smithi023 bash[16423]: audit 2024-02-19T23:50:00.119826+0000 mon.smithi023 (mon.0) 821 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.ibeoda"}]: dispatch 2024-02-19T23:50:00.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:00 smithi184 bash[20261]: cluster 2024-02-19T23:50:00.000115+0000 mon.smithi023 (mon.0) 820 : cluster [INF] overall HEALTH_OK 2024-02-19T23:50:00.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:00 smithi184 bash[20261]: audit 2024-02-19T23:50:00.119826+0000 mon.smithi023 (mon.0) 821 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.ibeoda"}]: dispatch 2024-02-19T23:50:01.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: cluster 2024-02-19T23:50:00.044303+0000 mgr.smithi023.vhqanb (mgr.14182) 751 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-19T23:50:01.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: cephadm 2024-02-19T23:50:00.119070+0000 mgr.smithi023.vhqanb (mgr.14182) 752 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda 2024-02-19T23:50:01.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:50:01.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda 2024-02-19T23:50:01.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda 2024-02-19T23:50:01.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:50:01.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda 2024-02-19T23:50:01.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.ibeoda ... 2024-02-19T23:50:01.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:50:01.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:50:01.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:50:01.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:50:01.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:50:01.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:50:01.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:50:01.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:50:01.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:50:01.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:50:01.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda 2024-02-19T23:50:01.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:50:01.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda 2024-02-19T23:50:01.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda 2024-02-19T23:50:01.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:50:01.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda 2024-02-19T23:50:01.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.ibeoda ... 2024-02-19T23:50:01.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:50:01.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:50:01.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:50:01.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:50:01.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:50:01.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: cephadm 2024-02-19T23:50:00.119342+0000 mgr.smithi023.vhqanb (mgr.14182) 753 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.ibeoda 2024-02-19T23:50:01.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: cephadm 2024-02-19T23:50:00.120936+0000 mgr.smithi023.vhqanb (mgr.14182) 754 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.ibeoda on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda 2024-02-19T23:50:01.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:50:01.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda 2024-02-19T23:50:01.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda 2024-02-19T23:50:01.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:50:01.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda 2024-02-19T23:50:01.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.ibeoda ... 2024-02-19T23:50:01.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:50:01.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:50:01.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:50:01.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:50:01.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:50:01.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: cephadm 2024-02-19T23:50:00.122731+0000 mgr.smithi023.vhqanb (mgr.14182) 755 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.dlidkb on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:50:01.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: cephadm 2024-02-19T23:50:00.124283+0000 mgr.smithi023.vhqanb (mgr.14182) 756 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:50:01.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: cluster 2024-02-19T23:50:00.125458+0000 mgr.smithi023.vhqanb (mgr.14182) 757 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 244 B/s rd, 0 op/s 2024-02-19T23:50:01.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:01 smithi023 bash[16423]: cluster 2024-02-19T23:50:00.461614+0000 mon.smithi023 (mon.0) 822 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:50:01.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: cluster 2024-02-19T23:50:00.044303+0000 mgr.smithi023.vhqanb (mgr.14182) 751 : cluster [DBG] pgmap v510: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-19T23:50:01.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: cephadm 2024-02-19T23:50:00.119070+0000 mgr.smithi023.vhqanb (mgr.14182) 752 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda 2024-02-19T23:50:01.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:50:01.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda 2024-02-19T23:50:01.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda 2024-02-19T23:50:01.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:50:01.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda 2024-02-19T23:50:01.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.ibeoda ... 2024-02-19T23:50:01.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:50:01.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:50:01.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:50:01.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:50:01.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:50:01.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:50:01.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:50:01.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:50:01.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:50:01.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:50:01.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda 2024-02-19T23:50:01.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:50:01.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda 2024-02-19T23:50:01.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda 2024-02-19T23:50:01.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:50:01.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda 2024-02-19T23:50:01.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.ibeoda ... 2024-02-19T23:50:01.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:50:01.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:50:01.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:50:01.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:50:01.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:50:01.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: cephadm 2024-02-19T23:50:00.119342+0000 mgr.smithi023.vhqanb (mgr.14182) 753 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.ibeoda 2024-02-19T23:50:01.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: cephadm 2024-02-19T23:50:00.120936+0000 mgr.smithi023.vhqanb (mgr.14182) 754 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.ibeoda on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda 2024-02-19T23:50:01.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:50:01.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda 2024-02-19T23:50:01.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda 2024-02-19T23:50:01.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:50:01.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda 2024-02-19T23:50:01.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.ibeoda ... 2024-02-19T23:50:01.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:50:01.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:50:01.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:50:01.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:50:01.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:50:01.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: cephadm 2024-02-19T23:50:00.122731+0000 mgr.smithi023.vhqanb (mgr.14182) 755 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.dlidkb on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:50:01.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: cephadm 2024-02-19T23:50:00.124283+0000 mgr.smithi023.vhqanb (mgr.14182) 756 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:50:01.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: cluster 2024-02-19T23:50:00.125458+0000 mgr.smithi023.vhqanb (mgr.14182) 757 : cluster [DBG] pgmap v511: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 244 B/s rd, 0 op/s 2024-02-19T23:50:01.766 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:01 smithi184 bash[20261]: cluster 2024-02-19T23:50:00.461614+0000 mon.smithi023 (mon.0) 822 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:50:02.345 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:50:02.345 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:51.717292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:49:56.060133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekbopj on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\nDeploy daemon haproxy.nfs.foo.smithi184.ekbopj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.120826Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ibeoda on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\nDeploy daemon haproxy.nfs.foo.smithi023.ibeoda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.122631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.dlidkb on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:50:00.124183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:50:03.051 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:03.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:02 smithi023 bash[16423]: audit 2024-02-19T23:50:01.784917+0000 mon.smithi023 (mon.0) 823 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:50:03.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:02 smithi023 bash[16423]: cluster 2024-02-19T23:50:02.126286+0000 mgr.smithi023.vhqanb (mgr.14182) 758 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-19T23:50:03.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:02 smithi023 bash[16423]: audit 2024-02-19T23:50:02.325900+0000 mgr.smithi023.vhqanb (mgr.14182) 759 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:03.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:02 smithi184 bash[20261]: audit 2024-02-19T23:50:01.784917+0000 mon.smithi023 (mon.0) 823 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:50:03.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:02 smithi184 bash[20261]: cluster 2024-02-19T23:50:02.126286+0000 mgr.smithi023.vhqanb (mgr.14182) 758 : cluster [DBG] pgmap v512: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-19T23:50:03.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:02 smithi184 bash[20261]: audit 2024-02-19T23:50:02.325900+0000 mgr.smithi023.vhqanb (mgr.14182) 759 : audit [DBG] from='client.15004 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:04.053 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:05.416 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:05 smithi023 bash[16423]: cluster 2024-02-19T23:50:04.127584+0000 mgr.smithi023.vhqanb (mgr.14182) 760 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-19T23:50:05.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:05 smithi184 bash[20261]: cluster 2024-02-19T23:50:04.127584+0000 mgr.smithi023.vhqanb (mgr.14182) 760 : cluster [DBG] pgmap v513: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-19T23:50:07.200 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:50:07.200 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:51.717292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:49:56.060133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekbopj on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\nDeploy daemon haproxy.nfs.foo.smithi184.ekbopj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.120826Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ibeoda on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\nDeploy daemon haproxy.nfs.foo.smithi023.ibeoda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.122631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.dlidkb on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:50:00.124183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:50:07.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:07 smithi023 bash[16423]: cluster 2024-02-19T23:50:06.128815+0000 mgr.smithi023.vhqanb (mgr.14182) 761 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-19T23:50:07.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:07 smithi184 bash[20261]: cluster 2024-02-19T23:50:06.128815+0000 mgr.smithi023.vhqanb (mgr.14182) 761 : cluster [DBG] pgmap v514: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-19T23:50:07.824 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:08.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:08 smithi023 bash[16423]: audit 2024-02-19T23:50:07.178387+0000 mgr.smithi023.vhqanb (mgr.14182) 762 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:08.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:08 smithi184 bash[20261]: audit 2024-02-19T23:50:07.178387+0000 mgr.smithi023.vhqanb (mgr.14182) 762 : audit [DBG] from='client.15008 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:08.827 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:09.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:09 smithi023 bash[16423]: cluster 2024-02-19T23:50:08.129978+0000 mgr.smithi023.vhqanb (mgr.14182) 763 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-19T23:50:09.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:09 smithi184 bash[20261]: cluster 2024-02-19T23:50:08.129978+0000 mgr.smithi023.vhqanb (mgr.14182) 763 : cluster [DBG] pgmap v515: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-19T23:50:11.484 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:11 smithi023 bash[16423]: cluster 2024-02-19T23:50:10.131358+0000 mgr.smithi023.vhqanb (mgr.14182) 764 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-19T23:50:11.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:11 smithi184 bash[20261]: cluster 2024-02-19T23:50:10.131358+0000 mgr.smithi023.vhqanb (mgr.14182) 764 : cluster [DBG] pgmap v516: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-19T23:50:11.918 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:50:11.918 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:51.717292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:49:56.060133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekbopj on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\nDeploy daemon haproxy.nfs.foo.smithi184.ekbopj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.120826Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ibeoda on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\nDeploy daemon haproxy.nfs.foo.smithi023.ibeoda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.122631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.dlidkb on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:50:00.124183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:50:12.574 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:13.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:13 smithi023 bash[16423]: audit 2024-02-19T23:50:11.896817+0000 mgr.smithi023.vhqanb (mgr.14182) 765 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:13.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:13 smithi023 bash[16423]: cluster 2024-02-19T23:50:12.132514+0000 mgr.smithi023.vhqanb (mgr.14182) 766 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:13.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:13 smithi184 bash[20261]: audit 2024-02-19T23:50:11.896817+0000 mgr.smithi023.vhqanb (mgr.14182) 765 : audit [DBG] from='client.15012 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:13.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:13 smithi184 bash[20261]: cluster 2024-02-19T23:50:12.132514+0000 mgr.smithi023.vhqanb (mgr.14182) 766 : cluster [DBG] pgmap v517: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:13.574 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:15.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:15 smithi023 bash[16423]: cluster 2024-02-19T23:50:14.133923+0000 mgr.smithi023.vhqanb (mgr.14182) 767 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:15.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:15 smithi184 bash[20261]: cluster 2024-02-19T23:50:14.133923+0000 mgr.smithi023.vhqanb (mgr.14182) 767 : cluster [DBG] pgmap v518: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:16.894 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:50:16.895 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:51.717292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:49:56.060133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekbopj on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\nDeploy daemon haproxy.nfs.foo.smithi184.ekbopj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.120826Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ibeoda on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\nDeploy daemon haproxy.nfs.foo.smithi023.ibeoda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.122631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.dlidkb on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:50:00.124183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:50:17.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:17 smithi023 bash[16423]: cluster 2024-02-19T23:50:16.135004+0000 mgr.smithi023.vhqanb (mgr.14182) 768 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:17.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:17 smithi184 bash[20261]: cluster 2024-02-19T23:50:16.135004+0000 mgr.smithi023.vhqanb (mgr.14182) 768 : cluster [DBG] pgmap v519: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:17.537 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:18.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:18 smithi184 bash[20261]: audit 2024-02-19T23:50:16.869626+0000 mgr.smithi023.vhqanb (mgr.14182) 769 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:18.538 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:18.551 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:18 smithi023 bash[16423]: audit 2024-02-19T23:50:16.869626+0000 mgr.smithi023.vhqanb (mgr.14182) 769 : audit [DBG] from='client.15016 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:19.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:19 smithi184 bash[20261]: cluster 2024-02-19T23:50:18.136171+0000 mgr.smithi023.vhqanb (mgr.14182) 770 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:50:19.637 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:19 smithi023 bash[16423]: cluster 2024-02-19T23:50:18.136171+0000 mgr.smithi023.vhqanb (mgr.14182) 770 : cluster [DBG] pgmap v520: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:50:21.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:21 smithi023 bash[16423]: cluster 2024-02-19T23:50:20.137472+0000 mgr.smithi023.vhqanb (mgr.14182) 771 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:21.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:21 smithi184 bash[20261]: cluster 2024-02-19T23:50:20.137472+0000 mgr.smithi023.vhqanb (mgr.14182) 771 : cluster [DBG] pgmap v521: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:21.685 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:50:21.685 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:51.717292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:49:56.060133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekbopj on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\nDeploy daemon haproxy.nfs.foo.smithi184.ekbopj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.120826Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ibeoda on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\nDeploy daemon haproxy.nfs.foo.smithi023.ibeoda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.122631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.dlidkb on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:50:00.124183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:50:22.339 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:23.341 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:23.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:23 smithi023 bash[16423]: audit 2024-02-19T23:50:21.664796+0000 mgr.smithi023.vhqanb (mgr.14182) 772 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:23.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:23 smithi023 bash[16423]: cluster 2024-02-19T23:50:22.138444+0000 mgr.smithi023.vhqanb (mgr.14182) 773 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:23.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:23 smithi184 bash[20261]: audit 2024-02-19T23:50:21.664796+0000 mgr.smithi023.vhqanb (mgr.14182) 772 : audit [DBG] from='client.15020 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:23.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:23 smithi184 bash[20261]: cluster 2024-02-19T23:50:22.138444+0000 mgr.smithi023.vhqanb (mgr.14182) 773 : cluster [DBG] pgmap v522: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:25.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:25 smithi023 bash[16423]: cluster 2024-02-19T23:50:24.139445+0000 mgr.smithi023.vhqanb (mgr.14182) 774 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:25.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:25 smithi184 bash[20261]: cluster 2024-02-19T23:50:24.139445+0000 mgr.smithi023.vhqanb (mgr.14182) 774 : cluster [DBG] pgmap v523: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:26.533 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:50:26.533 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:51.717292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:49:56.060133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekbopj on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\nDeploy daemon haproxy.nfs.foo.smithi184.ekbopj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.120826Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ibeoda on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\nDeploy daemon haproxy.nfs.foo.smithi023.ibeoda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.122631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.dlidkb on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:50:00.124183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:50:27.135 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:27.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:27 smithi023 bash[16423]: cluster 2024-02-19T23:50:26.140211+0000 mgr.smithi023.vhqanb (mgr.14182) 775 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:27.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:27 smithi184 bash[20261]: cluster 2024-02-19T23:50:26.140211+0000 mgr.smithi023.vhqanb (mgr.14182) 775 : cluster [DBG] pgmap v524: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:28.136 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:28.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:28 smithi023 bash[16423]: audit 2024-02-19T23:50:26.510827+0000 mgr.smithi023.vhqanb (mgr.14182) 776 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:28.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:28 smithi184 bash[20261]: audit 2024-02-19T23:50:26.510827+0000 mgr.smithi023.vhqanb (mgr.14182) 776 : audit [DBG] from='client.15024 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:29.511 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:29 smithi023 bash[16423]: cluster 2024-02-19T23:50:28.141455+0000 mgr.smithi023.vhqanb (mgr.14182) 777 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:50:29.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:29 smithi184 bash[20261]: cluster 2024-02-19T23:50:28.141455+0000 mgr.smithi023.vhqanb (mgr.14182) 777 : cluster [DBG] pgmap v525: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:50:31.319 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:50:31.319 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:51.717292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:49:56.060133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekbopj on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\nDeploy daemon haproxy.nfs.foo.smithi184.ekbopj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.120826Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ibeoda on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\nDeploy daemon haproxy.nfs.foo.smithi023.ibeoda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.122631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.dlidkb on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:50:00.124183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:50:31.612 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:31 smithi023 bash[16423]: cluster 2024-02-19T23:50:30.142943+0000 mgr.smithi023.vhqanb (mgr.14182) 778 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:31.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:31 smithi184 bash[20261]: cluster 2024-02-19T23:50:30.142943+0000 mgr.smithi023.vhqanb (mgr.14182) 778 : cluster [DBG] pgmap v526: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:31.979 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:32.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:32 smithi023 bash[16423]: audit 2024-02-19T23:50:31.298136+0000 mgr.smithi023.vhqanb (mgr.14182) 779 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:32.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:32 smithi184 bash[20261]: audit 2024-02-19T23:50:31.298136+0000 mgr.smithi023.vhqanb (mgr.14182) 779 : audit [DBG] from='client.15028 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:32.980 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:33.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:33 smithi023 bash[16423]: cluster 2024-02-19T23:50:32.144071+0000 mgr.smithi023.vhqanb (mgr.14182) 780 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:33.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:33 smithi184 bash[20261]: cluster 2024-02-19T23:50:32.144071+0000 mgr.smithi023.vhqanb (mgr.14182) 780 : cluster [DBG] pgmap v527: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:35.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:35 smithi023 bash[16423]: cluster 2024-02-19T23:50:34.145349+0000 mgr.smithi023.vhqanb (mgr.14182) 781 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:35.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:35 smithi184 bash[20261]: cluster 2024-02-19T23:50:34.145349+0000 mgr.smithi023.vhqanb (mgr.14182) 781 : cluster [DBG] pgmap v528: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:36.213 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:50:36.213 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:51.717292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:49:56.060133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekbopj on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\nDeploy daemon haproxy.nfs.foo.smithi184.ekbopj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.120826Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ibeoda on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\nDeploy daemon haproxy.nfs.foo.smithi023.ibeoda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.122631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.dlidkb on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:50:00.124183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:50:36.886 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:37.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:37 smithi023 bash[16423]: cluster 2024-02-19T23:50:36.146467+0000 mgr.smithi023.vhqanb (mgr.14182) 782 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:37.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:37 smithi023 bash[16423]: audit 2024-02-19T23:50:36.189046+0000 mgr.smithi023.vhqanb (mgr.14182) 783 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:37.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:37 smithi184 bash[20261]: cluster 2024-02-19T23:50:36.146467+0000 mgr.smithi023.vhqanb (mgr.14182) 782 : cluster [DBG] pgmap v529: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:37.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:37 smithi184 bash[20261]: audit 2024-02-19T23:50:36.189046+0000 mgr.smithi023.vhqanb (mgr.14182) 783 : audit [DBG] from='client.15032 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:37.887 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:39.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:39 smithi023 bash[16423]: cluster 2024-02-19T23:50:38.147268+0000 mgr.smithi023.vhqanb (mgr.14182) 784 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:50:39.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:39 smithi184 bash[20261]: cluster 2024-02-19T23:50:38.147268+0000 mgr.smithi023.vhqanb (mgr.14182) 784 : cluster [DBG] pgmap v530: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:50:41.047 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:50:41.048 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:51.717292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:49:56.060133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekbopj on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\nDeploy daemon haproxy.nfs.foo.smithi184.ekbopj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.120826Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ibeoda on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\nDeploy daemon haproxy.nfs.foo.smithi023.ibeoda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.122631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.dlidkb on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:50:00.124183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:50:41.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:41 smithi023 bash[16423]: cluster 2024-02-19T23:50:40.148826+0000 mgr.smithi023.vhqanb (mgr.14182) 785 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:41.711 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:41.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:41 smithi184 bash[20261]: cluster 2024-02-19T23:50:40.148826+0000 mgr.smithi023.vhqanb (mgr.14182) 785 : cluster [DBG] pgmap v531: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:42.713 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:42.726 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:42 smithi023 bash[16423]: audit 2024-02-19T23:50:41.022639+0000 mgr.smithi023.vhqanb (mgr.14182) 786 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:42.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:42 smithi184 bash[20261]: audit 2024-02-19T23:50:41.022639+0000 mgr.smithi023.vhqanb (mgr.14182) 786 : audit [DBG] from='client.15036 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:43.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:43 smithi023 bash[16423]: cluster 2024-02-19T23:50:42.149818+0000 mgr.smithi023.vhqanb (mgr.14182) 787 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:43.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:43 smithi184 bash[20261]: cluster 2024-02-19T23:50:42.149818+0000 mgr.smithi023.vhqanb (mgr.14182) 787 : cluster [DBG] pgmap v532: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:45.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:45 smithi023 bash[16423]: cluster 2024-02-19T23:50:44.150757+0000 mgr.smithi023.vhqanb (mgr.14182) 788 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:45.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:45 smithi184 bash[20261]: cluster 2024-02-19T23:50:44.150757+0000 mgr.smithi023.vhqanb (mgr.14182) 788 : cluster [DBG] pgmap v533: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:45.903 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:50:45.904 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:51.717292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:49:56.060133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekbopj on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\nDeploy daemon haproxy.nfs.foo.smithi184.ekbopj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.120826Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ibeoda on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\nDeploy daemon haproxy.nfs.foo.smithi023.ibeoda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.122631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.dlidkb on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:50:00.124183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:50:46.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:47.608 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:47.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:47 smithi023 bash[16423]: audit 2024-02-19T23:50:45.881110+0000 mgr.smithi023.vhqanb (mgr.14182) 789 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:47.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:47 smithi023 bash[16423]: cluster 2024-02-19T23:50:46.151990+0000 mgr.smithi023.vhqanb (mgr.14182) 790 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:47.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:47 smithi184 bash[20261]: audit 2024-02-19T23:50:45.881110+0000 mgr.smithi023.vhqanb (mgr.14182) 789 : audit [DBG] from='client.15040 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:47.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:47 smithi184 bash[20261]: cluster 2024-02-19T23:50:46.151990+0000 mgr.smithi023.vhqanb (mgr.14182) 790 : cluster [DBG] pgmap v534: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:49.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:49 smithi023 bash[16423]: cluster 2024-02-19T23:50:48.153737+0000 mgr.smithi023.vhqanb (mgr.14182) 791 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:50:49.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:49 smithi184 bash[20261]: cluster 2024-02-19T23:50:48.153737+0000 mgr.smithi023.vhqanb (mgr.14182) 791 : cluster [DBG] pgmap v535: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:50:50.695 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:50:50.695 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:51.717292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:49:56.060133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekbopj on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\nDeploy daemon haproxy.nfs.foo.smithi184.ekbopj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.120826Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ibeoda on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\nDeploy daemon haproxy.nfs.foo.smithi023.ibeoda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.122631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.dlidkb on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:50:00.124183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:50:51.341 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:51.613 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:51 smithi023 bash[16423]: cluster 2024-02-19T23:50:50.155110+0000 mgr.smithi023.vhqanb (mgr.14182) 792 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:51.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:51 smithi184 bash[20261]: cluster 2024-02-19T23:50:50.155110+0000 mgr.smithi023.vhqanb (mgr.14182) 792 : cluster [DBG] pgmap v536: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:52.342 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:52.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:52 smithi023 bash[16423]: audit 2024-02-19T23:50:50.671646+0000 mgr.smithi023.vhqanb (mgr.14182) 793 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:52.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:52 smithi184 bash[20261]: audit 2024-02-19T23:50:50.671646+0000 mgr.smithi023.vhqanb (mgr.14182) 793 : audit [DBG] from='client.15044 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:53.689 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:53 smithi023 bash[16423]: cluster 2024-02-19T23:50:52.156122+0000 mgr.smithi023.vhqanb (mgr.14182) 794 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:53.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:53 smithi184 bash[20261]: cluster 2024-02-19T23:50:52.156122+0000 mgr.smithi023.vhqanb (mgr.14182) 794 : cluster [DBG] pgmap v537: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:54.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:54 smithi023 bash[16423]: cluster 2024-02-19T23:50:54.157446+0000 mgr.smithi023.vhqanb (mgr.14182) 795 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:55.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:54 smithi184 bash[20261]: cluster 2024-02-19T23:50:54.157446+0000 mgr.smithi023.vhqanb (mgr.14182) 795 : cluster [DBG] pgmap v538: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:55.476 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:50:55.476 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:51.717292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:49:56.060133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekbopj on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\nDeploy daemon haproxy.nfs.foo.smithi184.ekbopj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.120826Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ibeoda on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\nDeploy daemon haproxy.nfs.foo.smithi023.ibeoda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.122631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.dlidkb on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:50:00.124183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:50:55.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:55 smithi023 bash[16423]: audit 2024-02-19T23:50:55.457153+0000 mgr.smithi023.vhqanb (mgr.14182) 796 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:56.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:55 smithi184 bash[20261]: audit 2024-02-19T23:50:55.457153+0000 mgr.smithi023.vhqanb (mgr.14182) 796 : audit [DBG] from='client.15048 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:50:56.141 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:50:56.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:56 smithi023 bash[16423]: cluster 2024-02-19T23:50:56.158392+0000 mgr.smithi023.vhqanb (mgr.14182) 797 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:57.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:56 smithi184 bash[20261]: cluster 2024-02-19T23:50:56.158392+0000 mgr.smithi023.vhqanb (mgr.14182) 797 : cluster [DBG] pgmap v539: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:50:57.142 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:50:59.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:50:59 smithi184 bash[20261]: cluster 2024-02-19T23:50:58.159557+0000 mgr.smithi023.vhqanb (mgr.14182) 798 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:50:59.514 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:50:59 smithi023 bash[16423]: cluster 2024-02-19T23:50:58.159557+0000 mgr.smithi023.vhqanb (mgr.14182) 798 : cluster [DBG] pgmap v540: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:51:00.339 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:51:00.339 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:48:51.717292Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oifcjs on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:49:56.060133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekbopj on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\nDeploy daemon haproxy.nfs.foo.smithi184.ekbopj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.120826Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ibeoda on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\nDeploy daemon haproxy.nfs.foo.smithi023.ibeoda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.122631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.dlidkb on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:50:00.124183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:51:00.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:00 smithi023 bash[16423]: audit 2024-02-19T23:51:00.130814+0000 mon.smithi023 (mon.0) 824 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:51:00.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:00 smithi184 bash[20261]: audit 2024-02-19T23:51:00.130814+0000 mon.smithi023 (mon.0) 824 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:51:00.960 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:01.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:01 smithi023 bash[16423]: cluster 2024-02-19T23:51:00.160838+0000 mgr.smithi023.vhqanb (mgr.14182) 799 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:01.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:01 smithi023 bash[16423]: audit 2024-02-19T23:51:00.322712+0000 mgr.smithi023.vhqanb (mgr.14182) 800 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:01.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:01 smithi023 bash[16423]: audit 2024-02-19T23:51:00.444624+0000 mon.smithi023 (mon.0) 825 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:51:01.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:01 smithi023 bash[16423]: audit 2024-02-19T23:51:00.446524+0000 mon.smithi023 (mon.0) 826 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:51:01.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:01 smithi023 bash[16423]: audit 2024-02-19T23:51:00.455723+0000 mon.smithi023 (mon.0) 827 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:51:01.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:01 smithi023 bash[16423]: cluster 2024-02-19T23:51:00.456358+0000 mgr.smithi023.vhqanb (mgr.14182) 801 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:51:01.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:01 smithi023 bash[16423]: audit 2024-02-19T23:51:00.462482+0000 mon.smithi023 (mon.0) 828 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:51:01.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:01 smithi023 bash[16423]: audit 2024-02-19T23:51:00.476362+0000 mon.smithi023 (mon.0) 829 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:51:01.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:01 smithi023 bash[16423]: cephadm 2024-02-19T23:51:00.479873+0000 mgr.smithi023.vhqanb (mgr.14182) 802 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.euxift on smithi184 2024-02-19T23:51:01.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:01 smithi184 bash[20261]: cluster 2024-02-19T23:51:00.160838+0000 mgr.smithi023.vhqanb (mgr.14182) 799 : cluster [DBG] pgmap v541: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:01.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:01 smithi184 bash[20261]: audit 2024-02-19T23:51:00.322712+0000 mgr.smithi023.vhqanb (mgr.14182) 800 : audit [DBG] from='client.15052 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:01.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:01 smithi184 bash[20261]: audit 2024-02-19T23:51:00.444624+0000 mon.smithi023 (mon.0) 825 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:51:01.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:01 smithi184 bash[20261]: audit 2024-02-19T23:51:00.446524+0000 mon.smithi023 (mon.0) 826 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:51:01.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:01 smithi184 bash[20261]: audit 2024-02-19T23:51:00.455723+0000 mon.smithi023 (mon.0) 827 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:51:01.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:01 smithi184 bash[20261]: cluster 2024-02-19T23:51:00.456358+0000 mgr.smithi023.vhqanb (mgr.14182) 801 : cluster [DBG] pgmap v542: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:51:01.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:01 smithi184 bash[20261]: audit 2024-02-19T23:51:00.462482+0000 mon.smithi023 (mon.0) 828 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:51:01.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:01 smithi184 bash[20261]: audit 2024-02-19T23:51:00.476362+0000 mon.smithi023 (mon.0) 829 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:51:01.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:01 smithi184 bash[20261]: cephadm 2024-02-19T23:51:00.479873+0000 mgr.smithi023.vhqanb (mgr.14182) 802 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.euxift on smithi184 2024-02-19T23:51:01.962 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:02.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:02 smithi023 bash[16423]: cluster 2024-02-19T23:51:01.453434+0000 mon.smithi023 (mon.0) 830 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:51:02.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:02 smithi023 bash[16423]: cluster 2024-02-19T23:51:01.453502+0000 mon.smithi023 (mon.0) 831 : cluster [INF] Cluster is now healthy 2024-02-19T23:51:02.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:02 smithi184 bash[20261]: cluster 2024-02-19T23:51:01.453434+0000 mon.smithi023 (mon.0) 830 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:51:02.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:02 smithi184 bash[20261]: cluster 2024-02-19T23:51:01.453502+0000 mon.smithi023 (mon.0) 831 : cluster [INF] Cluster is now healthy 2024-02-19T23:51:03.457 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:03 smithi023 bash[16423]: cluster 2024-02-19T23:51:02.457143+0000 mgr.smithi023.vhqanb (mgr.14182) 803 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:51:03.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:03 smithi184 bash[20261]: cluster 2024-02-19T23:51:02.457143+0000 mgr.smithi023.vhqanb (mgr.14182) 803 : cluster [DBG] pgmap v543: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:51:04.744 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:04 smithi023 bash[16423]: audit 2024-02-19T23:51:04.365725+0000 mon.smithi023 (mon.0) 832 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.euxift"}]: dispatch 2024-02-19T23:51:04.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:04 smithi184 bash[20261]: audit 2024-02-19T23:51:04.365725+0000 mon.smithi023 (mon.0) 832 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.euxift"}]: dispatch 2024-02-19T23:51:05.199 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:51:05.199 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:49:56.060133Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.ekbopj on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-ekbopj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.ekbopj\nDeploy daemon haproxy.nfs.foo.smithi184.ekbopj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.120826Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ibeoda on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ibeoda\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ibeoda\nDeploy daemon haproxy.nfs.foo.smithi023.ibeoda ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:50:00.122631Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.dlidkb on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:50:00.124183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:04.367308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.euxift on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\nDeploy daemon haproxy.nfs.foo.smithi184.euxift ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:51:05.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: cephadm 2024-02-19T23:51:04.364497+0000 mgr.smithi023.vhqanb (mgr.14182) 804 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift 2024-02-19T23:51:05.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:51:05.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift 2024-02-19T23:51:05.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift 2024-02-19T23:51:05.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:51:05.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift 2024-02-19T23:51:05.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.euxift ... 2024-02-19T23:51:05.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:05.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:51:05.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:51:05.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:51:05.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:05.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:51:05.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:51:05.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:51:05.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:51:05.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:51:05.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift 2024-02-19T23:51:05.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:51:05.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift 2024-02-19T23:51:05.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift 2024-02-19T23:51:05.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:51:05.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift 2024-02-19T23:51:05.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.euxift ... 2024-02-19T23:51:05.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:05.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:51:05.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:51:05.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:51:05.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:05.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: cephadm 2024-02-19T23:51:04.365044+0000 mgr.smithi023.vhqanb (mgr.14182) 805 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.euxift 2024-02-19T23:51:05.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: cephadm 2024-02-19T23:51:04.367555+0000 mgr.smithi023.vhqanb (mgr.14182) 806 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.euxift on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift 2024-02-19T23:51:05.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:51:05.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift 2024-02-19T23:51:05.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift 2024-02-19T23:51:05.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:51:05.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift 2024-02-19T23:51:05.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.euxift ... 2024-02-19T23:51:05.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:05.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:51:05.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:51:05.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:51:05.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:05.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: cephadm 2024-02-19T23:51:04.372703+0000 mgr.smithi023.vhqanb (mgr.14182) 807 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.zyeyec on smithi023 2024-02-19T23:51:05.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:05 smithi023 bash[16423]: cluster 2024-02-19T23:51:04.458542+0000 mgr.smithi023.vhqanb (mgr.14182) 808 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:51:05.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: cephadm 2024-02-19T23:51:04.364497+0000 mgr.smithi023.vhqanb (mgr.14182) 804 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift 2024-02-19T23:51:05.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:51:05.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift 2024-02-19T23:51:05.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift 2024-02-19T23:51:05.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:51:05.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift 2024-02-19T23:51:05.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.euxift ... 2024-02-19T23:51:05.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:05.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:51:05.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:51:05.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:51:05.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:05.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:51:05.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:51:05.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:51:05.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:51:05.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:51:05.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift 2024-02-19T23:51:05.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:51:05.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift 2024-02-19T23:51:05.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift 2024-02-19T23:51:05.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:51:05.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift 2024-02-19T23:51:05.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.euxift ... 2024-02-19T23:51:05.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:05.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:51:05.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:51:05.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:51:05.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:05.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: cephadm 2024-02-19T23:51:04.365044+0000 mgr.smithi023.vhqanb (mgr.14182) 805 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.euxift 2024-02-19T23:51:05.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: cephadm 2024-02-19T23:51:04.367555+0000 mgr.smithi023.vhqanb (mgr.14182) 806 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.euxift on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift 2024-02-19T23:51:05.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:51:05.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift 2024-02-19T23:51:05.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift 2024-02-19T23:51:05.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:51:05.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift 2024-02-19T23:51:05.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.euxift ... 2024-02-19T23:51:05.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:05.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:51:05.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:51:05.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:51:05.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:05.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: cephadm 2024-02-19T23:51:04.372703+0000 mgr.smithi023.vhqanb (mgr.14182) 807 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.zyeyec on smithi023 2024-02-19T23:51:05.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:05 smithi184 bash[20261]: cluster 2024-02-19T23:51:04.458542+0000 mgr.smithi023.vhqanb (mgr.14182) 808 : cluster [DBG] pgmap v544: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:51:05.868 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:06.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:06 smithi023 bash[16423]: audit 2024-02-19T23:51:05.175155+0000 mgr.smithi023.vhqanb (mgr.14182) 809 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:06.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:06 smithi184 bash[20261]: audit 2024-02-19T23:51:05.175155+0000 mgr.smithi023.vhqanb (mgr.14182) 809 : audit [DBG] from='client.15056 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:06.869 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:07.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:07 smithi023 bash[16423]: cluster 2024-02-19T23:51:06.459570+0000 mgr.smithi023.vhqanb (mgr.14182) 810 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:51:07.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:07 smithi184 bash[20261]: cluster 2024-02-19T23:51:06.459570+0000 mgr.smithi023.vhqanb (mgr.14182) 810 : cluster [DBG] pgmap v545: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:51:08.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:08 smithi023 bash[16423]: audit 2024-02-19T23:51:08.409602+0000 mon.smithi023 (mon.0) 833 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.zyeyec"}]: dispatch 2024-02-19T23:51:08.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:08 smithi184 bash[20261]: audit 2024-02-19T23:51:08.409602+0000 mon.smithi023 (mon.0) 833 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.zyeyec"}]: dispatch 2024-02-19T23:51:09.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: cephadm 2024-02-19T23:51:08.408847+0000 mgr.smithi023.vhqanb (mgr.14182) 811 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec 2024-02-19T23:51:09.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:51:09.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec 2024-02-19T23:51:09.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec 2024-02-19T23:51:09.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:51:09.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec 2024-02-19T23:51:09.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.zyeyec ... 2024-02-19T23:51:09.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:09.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:51:09.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:51:09.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:51:09.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:09.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:51:09.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:51:09.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:51:09.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:51:09.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:51:09.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec 2024-02-19T23:51:09.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:51:09.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec 2024-02-19T23:51:09.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec 2024-02-19T23:51:09.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:51:09.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec 2024-02-19T23:51:09.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.zyeyec ... 2024-02-19T23:51:09.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:09.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:51:09.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:51:09.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:51:09.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:09.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: cephadm 2024-02-19T23:51:08.409105+0000 mgr.smithi023.vhqanb (mgr.14182) 812 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.zyeyec 2024-02-19T23:51:09.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: cephadm 2024-02-19T23:51:08.410769+0000 mgr.smithi023.vhqanb (mgr.14182) 813 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.zyeyec on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec 2024-02-19T23:51:09.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:51:09.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec 2024-02-19T23:51:09.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec 2024-02-19T23:51:09.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:51:09.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec 2024-02-19T23:51:09.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.zyeyec ... 2024-02-19T23:51:09.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:09.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:51:09.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:51:09.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:51:09.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:09.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: cephadm 2024-02-19T23:51:08.412908+0000 mgr.smithi023.vhqanb (mgr.14182) 814 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.iirawd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:51:09.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: cephadm 2024-02-19T23:51:08.414670+0000 mgr.smithi023.vhqanb (mgr.14182) 815 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:51:09.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: cluster 2024-02-19T23:51:08.415894+0000 mgr.smithi023.vhqanb (mgr.14182) 816 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-19T23:51:09.753 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:09 smithi023 bash[16423]: cluster 2024-02-19T23:51:08.441606+0000 mon.smithi023 (mon.0) 834 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:51:09.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: cephadm 2024-02-19T23:51:08.408847+0000 mgr.smithi023.vhqanb (mgr.14182) 811 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec 2024-02-19T23:51:09.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:51:09.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec 2024-02-19T23:51:09.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec 2024-02-19T23:51:09.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:51:09.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec 2024-02-19T23:51:09.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.zyeyec ... 2024-02-19T23:51:09.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:09.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:51:09.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:51:09.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:51:09.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:09.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:51:09.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:51:09.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:51:09.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:51:09.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:51:09.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec 2024-02-19T23:51:09.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:51:09.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec 2024-02-19T23:51:09.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec 2024-02-19T23:51:09.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:51:09.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec 2024-02-19T23:51:09.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.zyeyec ... 2024-02-19T23:51:09.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:09.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:51:09.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:51:09.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:51:09.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:09.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: cephadm 2024-02-19T23:51:08.409105+0000 mgr.smithi023.vhqanb (mgr.14182) 812 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.zyeyec 2024-02-19T23:51:09.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: cephadm 2024-02-19T23:51:08.410769+0000 mgr.smithi023.vhqanb (mgr.14182) 813 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.zyeyec on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec 2024-02-19T23:51:09.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:51:09.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec 2024-02-19T23:51:09.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec 2024-02-19T23:51:09.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:51:09.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec 2024-02-19T23:51:09.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.zyeyec ... 2024-02-19T23:51:09.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:09.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:51:09.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:51:09.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:51:09.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:51:09.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: cephadm 2024-02-19T23:51:08.412908+0000 mgr.smithi023.vhqanb (mgr.14182) 814 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.iirawd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:51:09.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: cephadm 2024-02-19T23:51:08.414670+0000 mgr.smithi023.vhqanb (mgr.14182) 815 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:51:09.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: cluster 2024-02-19T23:51:08.415894+0000 mgr.smithi023.vhqanb (mgr.14182) 816 : cluster [DBG] pgmap v546: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-19T23:51:09.765 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:09 smithi184 bash[20261]: cluster 2024-02-19T23:51:08.441606+0000 mon.smithi023 (mon.0) 834 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:51:10.237 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:51:10.237 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:50:00.124183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:04.367308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.euxift on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\nDeploy daemon haproxy.nfs.foo.smithi184.euxift ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.410595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zyeyec on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\nDeploy daemon haproxy.nfs.foo.smithi023.zyeyec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.412803Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.iirawd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:51:10.974 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:11.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:11 smithi023 bash[16423]: audit 2024-02-19T23:51:10.211793+0000 mgr.smithi023.vhqanb (mgr.14182) 817 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:11.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:11 smithi023 bash[16423]: cluster 2024-02-19T23:51:10.417219+0000 mgr.smithi023.vhqanb (mgr.14182) 818 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-19T23:51:11.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:11 smithi184 bash[20261]: audit 2024-02-19T23:51:10.211793+0000 mgr.smithi023.vhqanb (mgr.14182) 817 : audit [DBG] from='client.15060 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:11.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:11 smithi184 bash[20261]: cluster 2024-02-19T23:51:10.417219+0000 mgr.smithi023.vhqanb (mgr.14182) 818 : cluster [DBG] pgmap v547: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-19T23:51:11.976 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:13.173 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:12 smithi023 bash[16423]: audit 2024-02-19T23:51:11.842755+0000 mon.smithi023 (mon.0) 835 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:51:13.173 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:12 smithi023 bash[16423]: cluster 2024-02-19T23:51:12.418288+0000 mgr.smithi023.vhqanb (mgr.14182) 819 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:51:13.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:12 smithi184 bash[20261]: audit 2024-02-19T23:51:11.842755+0000 mon.smithi023 (mon.0) 835 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:51:13.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:12 smithi184 bash[20261]: cluster 2024-02-19T23:51:12.418288+0000 mgr.smithi023.vhqanb (mgr.14182) 819 : cluster [DBG] pgmap v548: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:51:15.256 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:51:15.257 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:50:00.124183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:04.367308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.euxift on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\nDeploy daemon haproxy.nfs.foo.smithi184.euxift ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.410595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zyeyec on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\nDeploy daemon haproxy.nfs.foo.smithi023.zyeyec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.412803Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.iirawd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:51:15.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:15 smithi023 bash[16423]: cluster 2024-02-19T23:51:14.419713+0000 mgr.smithi023.vhqanb (mgr.14182) 820 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:51:15.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:15 smithi184 bash[20261]: cluster 2024-02-19T23:51:14.419713+0000 mgr.smithi023.vhqanb (mgr.14182) 820 : cluster [DBG] pgmap v549: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:51:15.895 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:16.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:16 smithi184 bash[20261]: audit 2024-02-19T23:51:15.231447+0000 mgr.smithi023.vhqanb (mgr.14182) 821 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:16.896 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:16.909 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:16 smithi023 bash[16423]: audit 2024-02-19T23:51:15.231447+0000 mgr.smithi023.vhqanb (mgr.14182) 821 : audit [DBG] from='client.15064 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:17.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:17 smithi184 bash[20261]: cluster 2024-02-19T23:51:16.420893+0000 mgr.smithi023.vhqanb (mgr.14182) 822 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:51:17.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:17 smithi023 bash[16423]: cluster 2024-02-19T23:51:16.420893+0000 mgr.smithi023.vhqanb (mgr.14182) 822 : cluster [DBG] pgmap v550: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:51:18.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:18 smithi023 bash[16423]: cluster 2024-02-19T23:51:18.421864+0000 mgr.smithi023.vhqanb (mgr.14182) 823 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 342 B/s rd, 0 op/s 2024-02-19T23:51:19.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:18 smithi184 bash[20261]: cluster 2024-02-19T23:51:18.421864+0000 mgr.smithi023.vhqanb (mgr.14182) 823 : cluster [DBG] pgmap v551: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 342 B/s rd, 0 op/s 2024-02-19T23:51:20.249 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:51:20.249 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:50:00.124183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:04.367308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.euxift on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\nDeploy daemon haproxy.nfs.foo.smithi184.euxift ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.410595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zyeyec on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\nDeploy daemon haproxy.nfs.foo.smithi023.zyeyec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.412803Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.iirawd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:51:20.910 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:21.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:21 smithi023 bash[16423]: audit 2024-02-19T23:51:20.226049+0000 mgr.smithi023.vhqanb (mgr.14182) 824 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:21.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:21 smithi023 bash[16423]: cluster 2024-02-19T23:51:20.423211+0000 mgr.smithi023.vhqanb (mgr.14182) 825 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:21.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:21 smithi184 bash[20261]: audit 2024-02-19T23:51:20.226049+0000 mgr.smithi023.vhqanb (mgr.14182) 824 : audit [DBG] from='client.15068 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:21.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:21 smithi184 bash[20261]: cluster 2024-02-19T23:51:20.423211+0000 mgr.smithi023.vhqanb (mgr.14182) 825 : cluster [DBG] pgmap v552: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:21.911 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:23.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:23 smithi023 bash[16423]: cluster 2024-02-19T23:51:22.424284+0000 mgr.smithi023.vhqanb (mgr.14182) 826 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:23.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:23 smithi184 bash[20261]: cluster 2024-02-19T23:51:22.424284+0000 mgr.smithi023.vhqanb (mgr.14182) 826 : cluster [DBG] pgmap v553: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:25.191 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:51:25.192 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:50:00.124183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:04.367308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.euxift on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\nDeploy daemon haproxy.nfs.foo.smithi184.euxift ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.410595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zyeyec on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\nDeploy daemon haproxy.nfs.foo.smithi023.zyeyec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.412803Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.iirawd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:51:25.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:25 smithi023 bash[16423]: cluster 2024-02-19T23:51:24.425639+0000 mgr.smithi023.vhqanb (mgr.14182) 827 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:25.807 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:26.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:25 smithi184 bash[20261]: cluster 2024-02-19T23:51:24.425639+0000 mgr.smithi023.vhqanb (mgr.14182) 827 : cluster [DBG] pgmap v554: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:26.808 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:26.820 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:26 smithi023 bash[16423]: audit 2024-02-19T23:51:25.168171+0000 mgr.smithi023.vhqanb (mgr.14182) 828 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:26.821 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:26 smithi023 bash[16423]: cluster 2024-02-19T23:51:26.426777+0000 mgr.smithi023.vhqanb (mgr.14182) 829 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:27.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:26 smithi184 bash[20261]: audit 2024-02-19T23:51:25.168171+0000 mgr.smithi023.vhqanb (mgr.14182) 828 : audit [DBG] from='client.15072 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:27.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:26 smithi184 bash[20261]: cluster 2024-02-19T23:51:26.426777+0000 mgr.smithi023.vhqanb (mgr.14182) 829 : cluster [DBG] pgmap v555: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:29.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:29 smithi023 bash[16423]: cluster 2024-02-19T23:51:28.428011+0000 mgr.smithi023.vhqanb (mgr.14182) 830 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:51:29.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:29 smithi184 bash[20261]: cluster 2024-02-19T23:51:28.428011+0000 mgr.smithi023.vhqanb (mgr.14182) 830 : cluster [DBG] pgmap v556: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:51:29.962 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:51:29.962 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:50:00.124183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:04.367308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.euxift on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\nDeploy daemon haproxy.nfs.foo.smithi184.euxift ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.410595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zyeyec on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\nDeploy daemon haproxy.nfs.foo.smithi023.zyeyec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.412803Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.iirawd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:51:30.606 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:31.607 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:31.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:31 smithi184 bash[20261]: audit 2024-02-19T23:51:29.936918+0000 mgr.smithi023.vhqanb (mgr.14182) 831 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:31.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:31 smithi184 bash[20261]: cluster 2024-02-19T23:51:30.429450+0000 mgr.smithi023.vhqanb (mgr.14182) 832 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:32.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:31 smithi023 bash[16423]: audit 2024-02-19T23:51:29.936918+0000 mgr.smithi023.vhqanb (mgr.14182) 831 : audit [DBG] from='client.15076 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:32.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:31 smithi023 bash[16423]: cluster 2024-02-19T23:51:30.429450+0000 mgr.smithi023.vhqanb (mgr.14182) 832 : cluster [DBG] pgmap v557: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:33.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:33 smithi023 bash[16423]: cluster 2024-02-19T23:51:32.430427+0000 mgr.smithi023.vhqanb (mgr.14182) 833 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:34.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:33 smithi184 bash[20261]: cluster 2024-02-19T23:51:32.430427+0000 mgr.smithi023.vhqanb (mgr.14182) 833 : cluster [DBG] pgmap v558: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:34.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:34 smithi023 bash[16423]: cluster 2024-02-19T23:51:34.431822+0000 mgr.smithi023.vhqanb (mgr.14182) 834 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:34.908 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:51:34.908 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:50:00.124183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:04.367308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.euxift on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\nDeploy daemon haproxy.nfs.foo.smithi184.euxift ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.410595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zyeyec on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\nDeploy daemon haproxy.nfs.foo.smithi023.zyeyec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.412803Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.iirawd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:51:35.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:34 smithi184 bash[20261]: cluster 2024-02-19T23:51:34.431822+0000 mgr.smithi023.vhqanb (mgr.14182) 834 : cluster [DBG] pgmap v559: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:35.612 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:35.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:35 smithi023 bash[16423]: audit 2024-02-19T23:51:34.885404+0000 mgr.smithi023.vhqanb (mgr.14182) 835 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:36.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:35 smithi184 bash[20261]: audit 2024-02-19T23:51:34.885404+0000 mgr.smithi023.vhqanb (mgr.14182) 835 : audit [DBG] from='client.15080 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:36.614 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:36.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:36 smithi023 bash[16423]: cluster 2024-02-19T23:51:36.433047+0000 mgr.smithi023.vhqanb (mgr.14182) 836 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:37.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:36 smithi184 bash[20261]: cluster 2024-02-19T23:51:36.433047+0000 mgr.smithi023.vhqanb (mgr.14182) 836 : cluster [DBG] pgmap v560: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:39.739 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:51:39.739 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:50:00.124183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:04.367308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.euxift on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\nDeploy daemon haproxy.nfs.foo.smithi184.euxift ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.410595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zyeyec on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\nDeploy daemon haproxy.nfs.foo.smithi023.zyeyec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.412803Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.iirawd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:51:39.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:39 smithi023 bash[16423]: cluster 2024-02-19T23:51:38.434300+0000 mgr.smithi023.vhqanb (mgr.14182) 837 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:51:39.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:39 smithi184 bash[20261]: cluster 2024-02-19T23:51:38.434300+0000 mgr.smithi023.vhqanb (mgr.14182) 837 : cluster [DBG] pgmap v561: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:51:40.422 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:41.423 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:41.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:41 smithi023 bash[16423]: audit 2024-02-19T23:51:39.722259+0000 mgr.smithi023.vhqanb (mgr.14182) 838 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:41.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:41 smithi023 bash[16423]: cluster 2024-02-19T23:51:40.435762+0000 mgr.smithi023.vhqanb (mgr.14182) 839 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:42.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:41 smithi184 bash[20261]: audit 2024-02-19T23:51:39.722259+0000 mgr.smithi023.vhqanb (mgr.14182) 838 : audit [DBG] from='client.15084 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:42.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:41 smithi184 bash[20261]: cluster 2024-02-19T23:51:40.435762+0000 mgr.smithi023.vhqanb (mgr.14182) 839 : cluster [DBG] pgmap v562: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:42.916 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:42 smithi023 bash[16423]: cluster 2024-02-19T23:51:42.436841+0000 mgr.smithi023.vhqanb (mgr.14182) 840 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:43.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:42 smithi184 bash[20261]: cluster 2024-02-19T23:51:42.436841+0000 mgr.smithi023.vhqanb (mgr.14182) 840 : cluster [DBG] pgmap v563: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:44.732 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:51:44.732 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:50:00.124183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:04.367308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.euxift on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\nDeploy daemon haproxy.nfs.foo.smithi184.euxift ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.410595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zyeyec on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\nDeploy daemon haproxy.nfs.foo.smithi023.zyeyec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.412803Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.iirawd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:51:45.386 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:45.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:45 smithi023 bash[16423]: cluster 2024-02-19T23:51:44.438157+0000 mgr.smithi023.vhqanb (mgr.14182) 841 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:45.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:45 smithi184 bash[20261]: cluster 2024-02-19T23:51:44.438157+0000 mgr.smithi023.vhqanb (mgr.14182) 841 : cluster [DBG] pgmap v564: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:46.387 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:46.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:46 smithi023 bash[16423]: audit 2024-02-19T23:51:44.715358+0000 mgr.smithi023.vhqanb (mgr.14182) 842 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:47.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:46 smithi184 bash[20261]: audit 2024-02-19T23:51:44.715358+0000 mgr.smithi023.vhqanb (mgr.14182) 842 : audit [DBG] from='client.15088 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:47.767 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:47 smithi023 bash[16423]: cluster 2024-02-19T23:51:46.439308+0000 mgr.smithi023.vhqanb (mgr.14182) 843 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:48.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:47 smithi184 bash[20261]: cluster 2024-02-19T23:51:46.439308+0000 mgr.smithi023.vhqanb (mgr.14182) 843 : cluster [DBG] pgmap v565: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:48.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:48 smithi023 bash[16423]: cluster 2024-02-19T23:51:48.440544+0000 mgr.smithi023.vhqanb (mgr.14182) 844 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:51:49.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:48 smithi184 bash[20261]: cluster 2024-02-19T23:51:48.440544+0000 mgr.smithi023.vhqanb (mgr.14182) 844 : cluster [DBG] pgmap v566: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:51:49.656 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:51:49.657 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:50:00.124183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:04.367308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.euxift on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\nDeploy daemon haproxy.nfs.foo.smithi184.euxift ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.410595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zyeyec on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\nDeploy daemon haproxy.nfs.foo.smithi023.zyeyec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.412803Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.iirawd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:51:50.253 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:51.254 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:51.612 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:51 smithi023 bash[16423]: audit 2024-02-19T23:51:49.637591+0000 mgr.smithi023.vhqanb (mgr.14182) 845 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:51.612 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:51 smithi023 bash[16423]: cluster 2024-02-19T23:51:50.441931+0000 mgr.smithi023.vhqanb (mgr.14182) 846 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:52.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:51 smithi184 bash[20261]: audit 2024-02-19T23:51:49.637591+0000 mgr.smithi023.vhqanb (mgr.14182) 845 : audit [DBG] from='client.15092 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:52.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:51 smithi184 bash[20261]: cluster 2024-02-19T23:51:50.441931+0000 mgr.smithi023.vhqanb (mgr.14182) 846 : cluster [DBG] pgmap v567: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:52.668 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:52 smithi023 bash[16423]: cluster 2024-02-19T23:51:52.443208+0000 mgr.smithi023.vhqanb (mgr.14182) 847 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:53.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:52 smithi184 bash[20261]: cluster 2024-02-19T23:51:52.443208+0000 mgr.smithi023.vhqanb (mgr.14182) 847 : cluster [DBG] pgmap v568: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:54.518 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:51:54.518 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:50:00.124183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:04.367308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.euxift on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\nDeploy daemon haproxy.nfs.foo.smithi184.euxift ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.410595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zyeyec on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\nDeploy daemon haproxy.nfs.foo.smithi023.zyeyec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.412803Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.iirawd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:51:55.101 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:51:55.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:55 smithi023 bash[16423]: cluster 2024-02-19T23:51:54.444595+0000 mgr.smithi023.vhqanb (mgr.14182) 848 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:56.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:55 smithi023 bash[16423]: audit 2024-02-19T23:51:54.500855+0000 mgr.smithi023.vhqanb (mgr.14182) 849 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:56.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:55 smithi184 bash[20261]: cluster 2024-02-19T23:51:54.444595+0000 mgr.smithi023.vhqanb (mgr.14182) 848 : cluster [DBG] pgmap v569: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:56.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:55 smithi184 bash[20261]: audit 2024-02-19T23:51:54.500855+0000 mgr.smithi023.vhqanb (mgr.14182) 849 : audit [DBG] from='client.15096 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:51:56.102 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:51:56.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:56 smithi023 bash[16423]: cluster 2024-02-19T23:51:56.445754+0000 mgr.smithi023.vhqanb (mgr.14182) 850 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:57.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:56 smithi184 bash[20261]: cluster 2024-02-19T23:51:56.445754+0000 mgr.smithi023.vhqanb (mgr.14182) 850 : cluster [DBG] pgmap v570: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:51:59.292 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:51:59.292 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:50:00.124183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:04.367308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.euxift on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\nDeploy daemon haproxy.nfs.foo.smithi184.euxift ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.410595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zyeyec on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\nDeploy daemon haproxy.nfs.foo.smithi023.zyeyec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.412803Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.iirawd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:51:59.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:51:59 smithi023 bash[16423]: cluster 2024-02-19T23:51:58.446942+0000 mgr.smithi023.vhqanb (mgr.14182) 851 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:51:59.903 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:00.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:51:59 smithi184 bash[20261]: cluster 2024-02-19T23:51:58.446942+0000 mgr.smithi023.vhqanb (mgr.14182) 851 : cluster [DBG] pgmap v571: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:52:00.904 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:00.917 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:00 smithi023 bash[16423]: audit 2024-02-19T23:51:59.266833+0000 mgr.smithi023.vhqanb (mgr.14182) 852 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:00.917 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:00 smithi023 bash[16423]: cluster 2024-02-19T23:52:00.448321+0000 mgr.smithi023.vhqanb (mgr.14182) 853 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:01.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:00 smithi184 bash[20261]: audit 2024-02-19T23:51:59.266833+0000 mgr.smithi023.vhqanb (mgr.14182) 852 : audit [DBG] from='client.15100 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:01.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:00 smithi184 bash[20261]: cluster 2024-02-19T23:52:00.448321+0000 mgr.smithi023.vhqanb (mgr.14182) 853 : cluster [DBG] pgmap v572: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:04.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:03 smithi023 bash[16423]: cluster 2024-02-19T23:52:02.449396+0000 mgr.smithi023.vhqanb (mgr.14182) 854 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:04.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:03 smithi184 bash[20261]: cluster 2024-02-19T23:52:02.449396+0000 mgr.smithi023.vhqanb (mgr.14182) 854 : cluster [DBG] pgmap v573: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:04.081 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:52:04.081 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:50:00.124183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:04.367308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.euxift on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\nDeploy daemon haproxy.nfs.foo.smithi184.euxift ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.410595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zyeyec on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\nDeploy daemon haproxy.nfs.foo.smithi023.zyeyec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.412803Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.iirawd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:52:04.756 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:04.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:04 smithi023 bash[16423]: audit 2024-02-19T23:52:04.057747+0000 mgr.smithi023.vhqanb (mgr.14182) 855 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:05.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:04 smithi023 bash[16423]: cluster 2024-02-19T23:52:04.450839+0000 mgr.smithi023.vhqanb (mgr.14182) 856 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:05.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:04 smithi184 bash[20261]: audit 2024-02-19T23:52:04.057747+0000 mgr.smithi023.vhqanb (mgr.14182) 855 : audit [DBG] from='client.15104 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:05.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:04 smithi184 bash[20261]: cluster 2024-02-19T23:52:04.450839+0000 mgr.smithi023.vhqanb (mgr.14182) 856 : cluster [DBG] pgmap v574: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:05.757 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:06.895 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:06 smithi023 bash[16423]: cluster 2024-02-19T23:52:06.452093+0000 mgr.smithi023.vhqanb (mgr.14182) 857 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:07.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:06 smithi184 bash[20261]: cluster 2024-02-19T23:52:06.452093+0000 mgr.smithi023.vhqanb (mgr.14182) 857 : cluster [DBG] pgmap v575: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:08.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:08 smithi023 bash[16423]: audit 2024-02-19T23:52:08.418407+0000 mon.smithi023 (mon.0) 836 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:52:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:08 smithi184 bash[20261]: audit 2024-02-19T23:52:08.418407+0000 mon.smithi023 (mon.0) 836 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:52:08.845 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:52:08.845 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:50:00.124183Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ulgeca on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:04.367308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.euxift on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\nDeploy daemon haproxy.nfs.foo.smithi184.euxift ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.410595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zyeyec on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\nDeploy daemon haproxy.nfs.foo.smithi023.zyeyec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.412803Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.iirawd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:52:09.529 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:09.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:09 smithi023 bash[16423]: cluster 2024-02-19T23:52:08.452888+0000 mgr.smithi023.vhqanb (mgr.14182) 858 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:52:09.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:09 smithi023 bash[16423]: audit 2024-02-19T23:52:08.727588+0000 mon.smithi023 (mon.0) 837 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:52:09.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:09 smithi023 bash[16423]: audit 2024-02-19T23:52:08.728655+0000 mon.smithi023 (mon.0) 838 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:52:09.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:09 smithi023 bash[16423]: audit 2024-02-19T23:52:08.740182+0000 mon.smithi023 (mon.0) 839 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:52:09.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:09 smithi023 bash[16423]: audit 2024-02-19T23:52:08.748394+0000 mon.smithi023 (mon.0) 840 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:52:09.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:09 smithi023 bash[16423]: audit 2024-02-19T23:52:08.766104+0000 mon.smithi023 (mon.0) 841 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:52:09.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:09 smithi184 bash[20261]: cluster 2024-02-19T23:52:08.452888+0000 mgr.smithi023.vhqanb (mgr.14182) 858 : cluster [DBG] pgmap v576: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:52:09.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:09 smithi184 bash[20261]: audit 2024-02-19T23:52:08.727588+0000 mon.smithi023 (mon.0) 837 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:52:09.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:09 smithi184 bash[20261]: audit 2024-02-19T23:52:08.728655+0000 mon.smithi023 (mon.0) 838 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:52:09.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:09 smithi184 bash[20261]: audit 2024-02-19T23:52:08.740182+0000 mon.smithi023 (mon.0) 839 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:52:09.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:09 smithi184 bash[20261]: audit 2024-02-19T23:52:08.748394+0000 mon.smithi023 (mon.0) 840 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:52:09.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:09 smithi184 bash[20261]: audit 2024-02-19T23:52:08.766104+0000 mon.smithi023 (mon.0) 841 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:52:10.530 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:10.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:10 smithi023 bash[16423]: cluster 2024-02-19T23:52:08.741078+0000 mgr.smithi023.vhqanb (mgr.14182) 859 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:52:10.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:10 smithi023 bash[16423]: cephadm 2024-02-19T23:52:08.769364+0000 mgr.smithi023.vhqanb (mgr.14182) 860 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.tgoetn on smithi184 2024-02-19T23:52:10.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:10 smithi023 bash[16423]: audit 2024-02-19T23:52:08.826695+0000 mgr.smithi023.vhqanb (mgr.14182) 861 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:10.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:10 smithi023 bash[16423]: cluster 2024-02-19T23:52:09.736322+0000 mon.smithi023 (mon.0) 842 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:52:10.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:10 smithi023 bash[16423]: cluster 2024-02-19T23:52:09.736389+0000 mon.smithi023 (mon.0) 843 : cluster [INF] Cluster is now healthy 2024-02-19T23:52:10.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:10 smithi184 bash[20261]: cluster 2024-02-19T23:52:08.741078+0000 mgr.smithi023.vhqanb (mgr.14182) 859 : cluster [DBG] pgmap v577: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:52:10.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:10 smithi184 bash[20261]: cephadm 2024-02-19T23:52:08.769364+0000 mgr.smithi023.vhqanb (mgr.14182) 860 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.tgoetn on smithi184 2024-02-19T23:52:10.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:10 smithi184 bash[20261]: audit 2024-02-19T23:52:08.826695+0000 mgr.smithi023.vhqanb (mgr.14182) 861 : audit [DBG] from='client.15108 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:10.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:10 smithi184 bash[20261]: cluster 2024-02-19T23:52:09.736322+0000 mon.smithi023 (mon.0) 842 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:52:10.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:10 smithi184 bash[20261]: cluster 2024-02-19T23:52:09.736389+0000 mon.smithi023 (mon.0) 843 : cluster [INF] Cluster is now healthy 2024-02-19T23:52:12.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:12 smithi184 bash[20261]: cluster 2024-02-19T23:52:10.741982+0000 mgr.smithi023.vhqanb (mgr.14182) 862 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:52:12.980 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:12 smithi023 bash[16423]: cluster 2024-02-19T23:52:10.741982+0000 mgr.smithi023.vhqanb (mgr.14182) 862 : cluster [DBG] pgmap v578: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:52:13.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:13 smithi023 bash[16423]: audit 2024-02-19T23:52:12.970055+0000 mon.smithi023 (mon.0) 844 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.tgoetn"}]: dispatch 2024-02-19T23:52:13.829 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:52:13.829 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:51:04.367308Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.euxift on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-euxift\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.euxift\nDeploy daemon haproxy.nfs.foo.smithi184.euxift ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.410595Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zyeyec on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zyeyec\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zyeyec\nDeploy daemon haproxy.nfs.foo.smithi023.zyeyec ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:51:08.412803Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.iirawd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:12.971519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tgoetn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\nDeploy daemon haproxy.nfs.foo.smithi184.tgoetn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:52:14.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:13 smithi184 bash[20261]: audit 2024-02-19T23:52:12.970055+0000 mon.smithi023 (mon.0) 844 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.tgoetn"}]: dispatch 2024-02-19T23:52:14.542 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:15.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: cluster 2024-02-19T23:52:12.742745+0000 mgr.smithi023.vhqanb (mgr.14182) 863 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:52:15.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: cephadm 2024-02-19T23:52:12.968802+0000 mgr.smithi023.vhqanb (mgr.14182) 864 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn 2024-02-19T23:52:15.001 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:52:15.001 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn 2024-02-19T23:52:15.001 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn 2024-02-19T23:52:15.001 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:52:15.001 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn 2024-02-19T23:52:15.001 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.tgoetn ... 2024-02-19T23:52:15.001 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:52:15.001 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:52:15.001 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:52:15.001 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:52:15.001 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:52:15.001 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:52:15.001 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:52:15.001 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:52:15.002 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:52:15.002 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:52:15.002 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn 2024-02-19T23:52:15.002 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:52:15.002 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn 2024-02-19T23:52:15.002 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn 2024-02-19T23:52:15.002 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:52:15.002 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn 2024-02-19T23:52:15.002 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.tgoetn ... 2024-02-19T23:52:15.002 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:52:15.002 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:52:15.002 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:52:15.002 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:52:15.002 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:52:15.002 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: cephadm 2024-02-19T23:52:12.969402+0000 mgr.smithi023.vhqanb (mgr.14182) 865 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.tgoetn 2024-02-19T23:52:15.003 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: cephadm 2024-02-19T23:52:12.971818+0000 mgr.smithi023.vhqanb (mgr.14182) 866 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.tgoetn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn 2024-02-19T23:52:15.003 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:52:15.003 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn 2024-02-19T23:52:15.003 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn 2024-02-19T23:52:15.003 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:52:15.003 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn 2024-02-19T23:52:15.003 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.tgoetn ... 2024-02-19T23:52:15.003 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:52:15.003 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:52:15.003 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:52:15.004 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:52:15.004 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:52:15.004 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: cephadm 2024-02-19T23:52:12.976866+0000 mgr.smithi023.vhqanb (mgr.14182) 867 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.otpeso on smithi023 2024-02-19T23:52:15.004 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:14 smithi023 bash[16423]: audit 2024-02-19T23:52:13.811855+0000 mgr.smithi023.vhqanb (mgr.14182) 868 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:15.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: cluster 2024-02-19T23:52:12.742745+0000 mgr.smithi023.vhqanb (mgr.14182) 863 : cluster [DBG] pgmap v579: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:52:15.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: cephadm 2024-02-19T23:52:12.968802+0000 mgr.smithi023.vhqanb (mgr.14182) 864 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn 2024-02-19T23:52:15.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:52:15.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn 2024-02-19T23:52:15.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn 2024-02-19T23:52:15.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:52:15.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn 2024-02-19T23:52:15.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.tgoetn ... 2024-02-19T23:52:15.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:52:15.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:52:15.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:52:15.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:52:15.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:52:15.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:52:15.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:52:15.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:52:15.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:52:15.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:52:15.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn 2024-02-19T23:52:15.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:52:15.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn 2024-02-19T23:52:15.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn 2024-02-19T23:52:15.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:52:15.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn 2024-02-19T23:52:15.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.tgoetn ... 2024-02-19T23:52:15.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:52:15.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:52:15.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:52:15.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:52:15.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:52:15.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: cephadm 2024-02-19T23:52:12.969402+0000 mgr.smithi023.vhqanb (mgr.14182) 865 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.tgoetn 2024-02-19T23:52:15.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: cephadm 2024-02-19T23:52:12.971818+0000 mgr.smithi023.vhqanb (mgr.14182) 866 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.tgoetn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn 2024-02-19T23:52:15.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:52:15.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn 2024-02-19T23:52:15.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn 2024-02-19T23:52:15.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:52:15.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn 2024-02-19T23:52:15.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.tgoetn ... 2024-02-19T23:52:15.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:52:15.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:52:15.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:52:15.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:52:15.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:52:15.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: cephadm 2024-02-19T23:52:12.976866+0000 mgr.smithi023.vhqanb (mgr.14182) 867 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.otpeso on smithi023 2024-02-19T23:52:15.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:14 smithi184 bash[20261]: audit 2024-02-19T23:52:13.811855+0000 mgr.smithi023.vhqanb (mgr.14182) 868 : audit [DBG] from='client.15112 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:15.543 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:15.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:15 smithi023 bash[16423]: cluster 2024-02-19T23:52:14.743969+0000 mgr.smithi023.vhqanb (mgr.14182) 869 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:52:16.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:15 smithi184 bash[20261]: cluster 2024-02-19T23:52:14.743969+0000 mgr.smithi023.vhqanb (mgr.14182) 869 : cluster [DBG] pgmap v580: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:52:17.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:17 smithi023 bash[16423]: audit 2024-02-19T23:52:16.130948+0000 mon.smithi023 (mon.0) 845 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:52:17.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:17 smithi023 bash[16423]: audit 2024-02-19T23:52:16.789169+0000 mon.smithi023 (mon.0) 846 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.otpeso"}]: dispatch 2024-02-19T23:52:17.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:17 smithi023 bash[16423]: audit 2024-02-19T23:52:16.891976+0000 mon.smithi023 (mon.0) 847 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:52:17.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:17 smithi184 bash[20261]: audit 2024-02-19T23:52:16.130948+0000 mon.smithi023 (mon.0) 845 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:52:17.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:17 smithi184 bash[20261]: audit 2024-02-19T23:52:16.789169+0000 mon.smithi023 (mon.0) 846 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.otpeso"}]: dispatch 2024-02-19T23:52:17.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:17 smithi184 bash[20261]: audit 2024-02-19T23:52:16.891976+0000 mon.smithi023 (mon.0) 847 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:52:18.423 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: cluster 2024-02-19T23:52:16.744655+0000 mgr.smithi023.vhqanb (mgr.14182) 870 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:52:18.423 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: cephadm 2024-02-19T23:52:16.788371+0000 mgr.smithi023.vhqanb (mgr.14182) 871 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso 2024-02-19T23:52:18.423 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:52:18.423 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso 2024-02-19T23:52:18.423 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso 2024-02-19T23:52:18.423 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:52:18.423 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso 2024-02-19T23:52:18.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.otpeso ... 2024-02-19T23:52:18.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:52:18.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:52:18.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:52:18.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:52:18.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:52:18.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:52:18.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:52:18.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:52:18.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:52:18.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:52:18.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso 2024-02-19T23:52:18.425 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:52:18.425 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso 2024-02-19T23:52:18.425 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso 2024-02-19T23:52:18.425 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:52:18.425 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso 2024-02-19T23:52:18.425 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.otpeso ... 2024-02-19T23:52:18.425 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:52:18.425 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:52:18.425 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:52:18.425 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:52:18.425 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:52:18.425 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: cephadm 2024-02-19T23:52:16.788647+0000 mgr.smithi023.vhqanb (mgr.14182) 872 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.otpeso 2024-02-19T23:52:18.425 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: cephadm 2024-02-19T23:52:16.790438+0000 mgr.smithi023.vhqanb (mgr.14182) 873 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.otpeso on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso 2024-02-19T23:52:18.425 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:52:18.426 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso 2024-02-19T23:52:18.426 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso 2024-02-19T23:52:18.426 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:52:18.426 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso 2024-02-19T23:52:18.426 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.otpeso ... 2024-02-19T23:52:18.426 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:52:18.426 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:52:18.426 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:52:18.426 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:52:18.426 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:52:18.426 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: cephadm 2024-02-19T23:52:16.793863+0000 mgr.smithi023.vhqanb (mgr.14182) 874 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.djucrh on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:52:18.426 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: cephadm 2024-02-19T23:52:16.795452+0000 mgr.smithi023.vhqanb (mgr.14182) 875 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:52:18.426 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: cluster 2024-02-19T23:52:16.796391+0000 mgr.smithi023.vhqanb (mgr.14182) 876 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:52:18.426 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:18 smithi023 bash[16423]: cluster 2024-02-19T23:52:17.126734+0000 mon.smithi023 (mon.0) 848 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:52:18.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: cluster 2024-02-19T23:52:16.744655+0000 mgr.smithi023.vhqanb (mgr.14182) 870 : cluster [DBG] pgmap v581: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:52:18.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: cephadm 2024-02-19T23:52:16.788371+0000 mgr.smithi023.vhqanb (mgr.14182) 871 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso 2024-02-19T23:52:18.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:52:18.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso 2024-02-19T23:52:18.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso 2024-02-19T23:52:18.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:52:18.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso 2024-02-19T23:52:18.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.otpeso ... 2024-02-19T23:52:18.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:52:18.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:52:18.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:52:18.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:52:18.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:52:18.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:52:18.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:52:18.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:52:18.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:52:18.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:52:18.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso 2024-02-19T23:52:18.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:52:18.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso 2024-02-19T23:52:18.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso 2024-02-19T23:52:18.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:52:18.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso 2024-02-19T23:52:18.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.otpeso ... 2024-02-19T23:52:18.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:52:18.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:52:18.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:52:18.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:52:18.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:52:18.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: cephadm 2024-02-19T23:52:16.788647+0000 mgr.smithi023.vhqanb (mgr.14182) 872 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.otpeso 2024-02-19T23:52:18.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: cephadm 2024-02-19T23:52:16.790438+0000 mgr.smithi023.vhqanb (mgr.14182) 873 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.otpeso on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso 2024-02-19T23:52:18.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:52:18.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso 2024-02-19T23:52:18.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso 2024-02-19T23:52:18.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:52:18.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso 2024-02-19T23:52:18.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.otpeso ... 2024-02-19T23:52:18.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:52:18.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:52:18.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:52:18.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:52:18.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:52:18.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: cephadm 2024-02-19T23:52:16.793863+0000 mgr.smithi023.vhqanb (mgr.14182) 874 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.djucrh on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:52:18.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: cephadm 2024-02-19T23:52:16.795452+0000 mgr.smithi023.vhqanb (mgr.14182) 875 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:52:18.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: cluster 2024-02-19T23:52:16.796391+0000 mgr.smithi023.vhqanb (mgr.14182) 876 : cluster [DBG] pgmap v582: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-19T23:52:18.515 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:18 smithi184 bash[20261]: cluster 2024-02-19T23:52:17.126734+0000 mon.smithi023 (mon.0) 848 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:52:18.876 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:52:18.876 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:12.971519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tgoetn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\nDeploy daemon haproxy.nfs.foo.smithi184.tgoetn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.790269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.otpeso on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\nDeploy daemon haproxy.nfs.foo.smithi023.otpeso ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.793744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.djucrh on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:52:19.576 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:19.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:19 smithi023 bash[16423]: cluster 2024-02-19T23:52:18.797085+0000 mgr.smithi023.vhqanb (mgr.14182) 877 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-19T23:52:20.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:19 smithi023 bash[16423]: audit 2024-02-19T23:52:18.855890+0000 mgr.smithi023.vhqanb (mgr.14182) 878 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:20.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:19 smithi184 bash[20261]: cluster 2024-02-19T23:52:18.797085+0000 mgr.smithi023.vhqanb (mgr.14182) 877 : cluster [DBG] pgmap v583: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-19T23:52:20.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:19 smithi184 bash[20261]: audit 2024-02-19T23:52:18.855890+0000 mgr.smithi023.vhqanb (mgr.14182) 878 : audit [DBG] from='client.15116 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:20.577 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:22.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:21 smithi023 bash[16423]: cluster 2024-02-19T23:52:20.798360+0000 mgr.smithi023.vhqanb (mgr.14182) 879 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-19T23:52:22.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:21 smithi184 bash[20261]: cluster 2024-02-19T23:52:20.798360+0000 mgr.smithi023.vhqanb (mgr.14182) 879 : cluster [DBG] pgmap v584: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-19T23:52:23.865 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:52:23.865 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:12.971519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tgoetn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\nDeploy daemon haproxy.nfs.foo.smithi184.tgoetn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.790269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.otpeso on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\nDeploy daemon haproxy.nfs.foo.smithi023.otpeso ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.793744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.djucrh on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:52:24.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:23 smithi023 bash[16423]: cluster 2024-02-19T23:52:22.799387+0000 mgr.smithi023.vhqanb (mgr.14182) 880 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-19T23:52:24.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:23 smithi184 bash[20261]: cluster 2024-02-19T23:52:22.799387+0000 mgr.smithi023.vhqanb (mgr.14182) 880 : cluster [DBG] pgmap v585: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-19T23:52:24.497 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:25.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:24 smithi023 bash[16423]: audit 2024-02-19T23:52:23.839867+0000 mgr.smithi023.vhqanb (mgr.14182) 881 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:25.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:24 smithi184 bash[20261]: audit 2024-02-19T23:52:23.839867+0000 mgr.smithi023.vhqanb (mgr.14182) 881 : audit [DBG] from='client.15120 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:25.498 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:26.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:25 smithi184 bash[20261]: cluster 2024-02-19T23:52:24.800824+0000 mgr.smithi023.vhqanb (mgr.14182) 882 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-19T23:52:26.261 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:25 smithi023 bash[16423]: cluster 2024-02-19T23:52:24.800824+0000 mgr.smithi023.vhqanb (mgr.14182) 882 : cluster [DBG] pgmap v586: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-19T23:52:28.237 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:27 smithi023 bash[16423]: cluster 2024-02-19T23:52:26.802073+0000 mgr.smithi023.vhqanb (mgr.14182) 883 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-19T23:52:28.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:27 smithi184 bash[20261]: cluster 2024-02-19T23:52:26.802073+0000 mgr.smithi023.vhqanb (mgr.14182) 883 : cluster [DBG] pgmap v587: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-19T23:52:28.658 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:52:28.659 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:12.971519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tgoetn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\nDeploy daemon haproxy.nfs.foo.smithi184.tgoetn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.790269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.otpeso on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\nDeploy daemon haproxy.nfs.foo.smithi023.otpeso ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.793744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.djucrh on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:52:29.323 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:29.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:29 smithi023 bash[16423]: audit 2024-02-19T23:52:28.641594+0000 mgr.smithi023.vhqanb (mgr.14182) 884 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:30.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:29 smithi023 bash[16423]: cluster 2024-02-19T23:52:28.803322+0000 mgr.smithi023.vhqanb (mgr.14182) 885 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:52:30.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:29 smithi184 bash[20261]: audit 2024-02-19T23:52:28.641594+0000 mgr.smithi023.vhqanb (mgr.14182) 884 : audit [DBG] from='client.15124 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:30.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:29 smithi184 bash[20261]: cluster 2024-02-19T23:52:28.803322+0000 mgr.smithi023.vhqanb (mgr.14182) 885 : cluster [DBG] pgmap v588: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:52:30.325 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:32.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:32 smithi023 bash[16423]: cluster 2024-02-19T23:52:30.804602+0000 mgr.smithi023.vhqanb (mgr.14182) 886 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:32.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:32 smithi023 bash[16423]: audit 2024-02-19T23:52:31.134199+0000 mon.smithi023 (mon.0) 849 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:52:32.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:32 smithi184 bash[20261]: cluster 2024-02-19T23:52:30.804602+0000 mgr.smithi023.vhqanb (mgr.14182) 886 : cluster [DBG] pgmap v589: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:32.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:32 smithi184 bash[20261]: audit 2024-02-19T23:52:31.134199+0000 mon.smithi023 (mon.0) 849 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:52:33.564 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:52:33.564 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:12.971519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tgoetn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\nDeploy daemon haproxy.nfs.foo.smithi184.tgoetn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.790269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.otpeso on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\nDeploy daemon haproxy.nfs.foo.smithi023.otpeso ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.793744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.djucrh on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:52:34.172 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:34.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:34 smithi023 bash[16423]: cluster 2024-02-19T23:52:32.805297+0000 mgr.smithi023.vhqanb (mgr.14182) 887 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:34.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:34 smithi184 bash[20261]: cluster 2024-02-19T23:52:32.805297+0000 mgr.smithi023.vhqanb (mgr.14182) 887 : cluster [DBG] pgmap v590: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:35.173 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:35.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:35 smithi023 bash[16423]: audit 2024-02-19T23:52:33.542072+0000 mgr.smithi023.vhqanb (mgr.14182) 888 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:35.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:35 smithi184 bash[20261]: audit 2024-02-19T23:52:33.542072+0000 mgr.smithi023.vhqanb (mgr.14182) 888 : audit [DBG] from='client.15128 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:36.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:36 smithi023 bash[16423]: cluster 2024-02-19T23:52:34.806680+0000 mgr.smithi023.vhqanb (mgr.14182) 889 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:36.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:36 smithi184 bash[20261]: cluster 2024-02-19T23:52:34.806680+0000 mgr.smithi023.vhqanb (mgr.14182) 889 : cluster [DBG] pgmap v591: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:38.330 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:52:38.330 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:12.971519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tgoetn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\nDeploy daemon haproxy.nfs.foo.smithi184.tgoetn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.790269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.otpeso on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\nDeploy daemon haproxy.nfs.foo.smithi023.otpeso ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.793744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.djucrh on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:52:38.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:38 smithi023 bash[16423]: cluster 2024-02-19T23:52:36.808008+0000 mgr.smithi023.vhqanb (mgr.14182) 890 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:38.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:38 smithi184 bash[20261]: cluster 2024-02-19T23:52:36.808008+0000 mgr.smithi023.vhqanb (mgr.14182) 890 : cluster [DBG] pgmap v592: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:38.964 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:39.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:39 smithi023 bash[16423]: audit 2024-02-19T23:52:38.304598+0000 mgr.smithi023.vhqanb (mgr.14182) 891 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:39.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:39 smithi184 bash[20261]: audit 2024-02-19T23:52:38.304598+0000 mgr.smithi023.vhqanb (mgr.14182) 891 : audit [DBG] from='client.15132 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:39.965 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:40.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:40 smithi023 bash[16423]: cluster 2024-02-19T23:52:38.809138+0000 mgr.smithi023.vhqanb (mgr.14182) 892 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:52:40.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:40 smithi184 bash[20261]: cluster 2024-02-19T23:52:38.809138+0000 mgr.smithi023.vhqanb (mgr.14182) 892 : cluster [DBG] pgmap v593: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:52:42.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:42 smithi023 bash[16423]: cluster 2024-02-19T23:52:40.810431+0000 mgr.smithi023.vhqanb (mgr.14182) 893 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:42.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:42 smithi184 bash[20261]: cluster 2024-02-19T23:52:40.810431+0000 mgr.smithi023.vhqanb (mgr.14182) 893 : cluster [DBG] pgmap v594: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:43.287 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:52:43.288 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:12.971519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tgoetn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\nDeploy daemon haproxy.nfs.foo.smithi184.tgoetn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.790269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.otpeso on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\nDeploy daemon haproxy.nfs.foo.smithi023.otpeso ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.793744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.djucrh on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:52:43.910 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:44.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:44 smithi023 bash[16423]: cluster 2024-02-19T23:52:42.811395+0000 mgr.smithi023.vhqanb (mgr.14182) 894 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:44.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:44 smithi023 bash[16423]: audit 2024-02-19T23:52:43.265610+0000 mgr.smithi023.vhqanb (mgr.14182) 895 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:44.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:44 smithi184 bash[20261]: cluster 2024-02-19T23:52:42.811395+0000 mgr.smithi023.vhqanb (mgr.14182) 894 : cluster [DBG] pgmap v595: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:44.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:44 smithi184 bash[20261]: audit 2024-02-19T23:52:43.265610+0000 mgr.smithi023.vhqanb (mgr.14182) 895 : audit [DBG] from='client.15136 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:44.912 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:46.223 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:46 smithi023 bash[16423]: cluster 2024-02-19T23:52:44.812821+0000 mgr.smithi023.vhqanb (mgr.14182) 896 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:46.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:46 smithi184 bash[20261]: cluster 2024-02-19T23:52:44.812821+0000 mgr.smithi023.vhqanb (mgr.14182) 896 : cluster [DBG] pgmap v596: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:48.028 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:52:48.028 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:12.971519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tgoetn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\nDeploy daemon haproxy.nfs.foo.smithi184.tgoetn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.790269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.otpeso on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\nDeploy daemon haproxy.nfs.foo.smithi023.otpeso ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.793744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.djucrh on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:52:48.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:48 smithi023 bash[16423]: cluster 2024-02-19T23:52:46.813597+0000 mgr.smithi023.vhqanb (mgr.14182) 897 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:48.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:48 smithi184 bash[20261]: cluster 2024-02-19T23:52:46.813597+0000 mgr.smithi023.vhqanb (mgr.14182) 897 : cluster [DBG] pgmap v597: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:48.723 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:49.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:49 smithi023 bash[16423]: audit 2024-02-19T23:52:48.010749+0000 mgr.smithi023.vhqanb (mgr.14182) 898 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:49.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:49 smithi184 bash[20261]: audit 2024-02-19T23:52:48.010749+0000 mgr.smithi023.vhqanb (mgr.14182) 898 : audit [DBG] from='client.15140 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:49.723 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:50.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:50 smithi184 bash[20261]: cluster 2024-02-19T23:52:48.814717+0000 mgr.smithi023.vhqanb (mgr.14182) 899 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:52:50.545 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:50 smithi023 bash[16423]: cluster 2024-02-19T23:52:48.814717+0000 mgr.smithi023.vhqanb (mgr.14182) 899 : cluster [DBG] pgmap v598: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:52:52.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:52 smithi023 bash[16423]: cluster 2024-02-19T23:52:50.816032+0000 mgr.smithi023.vhqanb (mgr.14182) 900 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:52.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:52 smithi184 bash[20261]: cluster 2024-02-19T23:52:50.816032+0000 mgr.smithi023.vhqanb (mgr.14182) 900 : cluster [DBG] pgmap v599: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:52.903 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:52:52.903 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:12.971519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tgoetn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\nDeploy daemon haproxy.nfs.foo.smithi184.tgoetn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.790269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.otpeso on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\nDeploy daemon haproxy.nfs.foo.smithi023.otpeso ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.793744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.djucrh on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:52:53.527 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:54.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:54 smithi023 bash[16423]: cluster 2024-02-19T23:52:52.817006+0000 mgr.smithi023.vhqanb (mgr.14182) 901 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:54.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:54 smithi023 bash[16423]: audit 2024-02-19T23:52:52.880754+0000 mgr.smithi023.vhqanb (mgr.14182) 902 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:54.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:54 smithi184 bash[20261]: cluster 2024-02-19T23:52:52.817006+0000 mgr.smithi023.vhqanb (mgr.14182) 901 : cluster [DBG] pgmap v600: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:54.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:54 smithi184 bash[20261]: audit 2024-02-19T23:52:52.880754+0000 mgr.smithi023.vhqanb (mgr.14182) 902 : audit [DBG] from='client.15144 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:54.529 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:56.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:56 smithi023 bash[16423]: cluster 2024-02-19T23:52:54.818400+0000 mgr.smithi023.vhqanb (mgr.14182) 903 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:56.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:56 smithi184 bash[20261]: cluster 2024-02-19T23:52:54.818400+0000 mgr.smithi023.vhqanb (mgr.14182) 903 : cluster [DBG] pgmap v601: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:57.908 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:52:57.909 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:12.971519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tgoetn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\nDeploy daemon haproxy.nfs.foo.smithi184.tgoetn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.790269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.otpeso on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\nDeploy daemon haproxy.nfs.foo.smithi023.otpeso ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.793744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.djucrh on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:52:58.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:58 smithi184 bash[20261]: cluster 2024-02-19T23:52:56.819557+0000 mgr.smithi023.vhqanb (mgr.14182) 904 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:58.524 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:58 smithi023 bash[16423]: cluster 2024-02-19T23:52:56.819557+0000 mgr.smithi023.vhqanb (mgr.14182) 904 : cluster [DBG] pgmap v602: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:52:58.525 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:52:59.526 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:52:59.539 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:52:59 smithi023 bash[16423]: audit 2024-02-19T23:52:57.883945+0000 mgr.smithi023.vhqanb (mgr.14182) 905 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:52:59.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:52:59 smithi184 bash[20261]: audit 2024-02-19T23:52:57.883945+0000 mgr.smithi023.vhqanb (mgr.14182) 905 : audit [DBG] from='client.15148 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:00.690 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:00 smithi023 bash[16423]: cluster 2024-02-19T23:52:58.820747+0000 mgr.smithi023.vhqanb (mgr.14182) 906 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:53:00.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:00 smithi184 bash[20261]: cluster 2024-02-19T23:52:58.820747+0000 mgr.smithi023.vhqanb (mgr.14182) 906 : cluster [DBG] pgmap v603: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:53:02.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:02 smithi023 bash[16423]: cluster 2024-02-19T23:53:00.822184+0000 mgr.smithi023.vhqanb (mgr.14182) 907 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:02.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:02 smithi184 bash[20261]: cluster 2024-02-19T23:53:00.822184+0000 mgr.smithi023.vhqanb (mgr.14182) 907 : cluster [DBG] pgmap v604: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:02.847 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:53:02.847 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:12.971519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tgoetn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\nDeploy daemon haproxy.nfs.foo.smithi184.tgoetn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.790269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.otpeso on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\nDeploy daemon haproxy.nfs.foo.smithi023.otpeso ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.793744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.djucrh on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:53:03.465 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:04.466 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:04.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:04 smithi023 bash[16423]: cluster 2024-02-19T23:53:02.823315+0000 mgr.smithi023.vhqanb (mgr.14182) 908 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:04.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:04 smithi023 bash[16423]: audit 2024-02-19T23:53:02.824945+0000 mgr.smithi023.vhqanb (mgr.14182) 909 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:04.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:04 smithi184 bash[20261]: cluster 2024-02-19T23:53:02.823315+0000 mgr.smithi023.vhqanb (mgr.14182) 908 : cluster [DBG] pgmap v605: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:04.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:04 smithi184 bash[20261]: audit 2024-02-19T23:53:02.824945+0000 mgr.smithi023.vhqanb (mgr.14182) 909 : audit [DBG] from='client.15152 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:06.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:06 smithi023 bash[16423]: cluster 2024-02-19T23:53:04.824762+0000 mgr.smithi023.vhqanb (mgr.14182) 910 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:06.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:06 smithi184 bash[20261]: cluster 2024-02-19T23:53:04.824762+0000 mgr.smithi023.vhqanb (mgr.14182) 910 : cluster [DBG] pgmap v606: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:07.616 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:53:07.616 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:12.971519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tgoetn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\nDeploy daemon haproxy.nfs.foo.smithi184.tgoetn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.790269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.otpeso on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\nDeploy daemon haproxy.nfs.foo.smithi023.otpeso ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.793744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.djucrh on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:53:08.237 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:08.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:08 smithi023 bash[16423]: cluster 2024-02-19T23:53:06.825865+0000 mgr.smithi023.vhqanb (mgr.14182) 911 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:08 smithi184 bash[20261]: cluster 2024-02-19T23:53:06.825865+0000 mgr.smithi023.vhqanb (mgr.14182) 911 : cluster [DBG] pgmap v607: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:09.237 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:09.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:09 smithi023 bash[16423]: audit 2024-02-19T23:53:07.598939+0000 mgr.smithi023.vhqanb (mgr.14182) 912 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:09.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:09 smithi184 bash[20261]: audit 2024-02-19T23:53:07.598939+0000 mgr.smithi023.vhqanb (mgr.14182) 912 : audit [DBG] from='client.15156 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:10.602 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:10 smithi023 bash[16423]: cluster 2024-02-19T23:53:08.827003+0000 mgr.smithi023.vhqanb (mgr.14182) 913 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:53:10.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:10 smithi184 bash[20261]: cluster 2024-02-19T23:53:08.827003+0000 mgr.smithi023.vhqanb (mgr.14182) 913 : cluster [DBG] pgmap v608: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:53:12.462 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:53:12.462 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:12.971519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tgoetn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\nDeploy daemon haproxy.nfs.foo.smithi184.tgoetn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.790269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.otpeso on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\nDeploy daemon haproxy.nfs.foo.smithi023.otpeso ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.793744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.djucrh on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:53:12.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:12 smithi023 bash[16423]: cluster 2024-02-19T23:53:10.828361+0000 mgr.smithi023.vhqanb (mgr.14182) 914 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:12.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:12 smithi184 bash[20261]: cluster 2024-02-19T23:53:10.828361+0000 mgr.smithi023.vhqanb (mgr.14182) 914 : cluster [DBG] pgmap v609: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:13.118 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:13.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:13 smithi023 bash[16423]: audit 2024-02-19T23:53:12.436721+0000 mgr.smithi023.vhqanb (mgr.14182) 915 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:13.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:13 smithi184 bash[20261]: audit 2024-02-19T23:53:12.436721+0000 mgr.smithi023.vhqanb (mgr.14182) 915 : audit [DBG] from='client.15160 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:14.119 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:14.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:14 smithi023 bash[16423]: cluster 2024-02-19T23:53:12.829447+0000 mgr.smithi023.vhqanb (mgr.14182) 916 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:14.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:14 smithi184 bash[20261]: cluster 2024-02-19T23:53:12.829447+0000 mgr.smithi023.vhqanb (mgr.14182) 916 : cluster [DBG] pgmap v610: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:16.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:16 smithi023 bash[16423]: cluster 2024-02-19T23:53:14.830921+0000 mgr.smithi023.vhqanb (mgr.14182) 917 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:16.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:16 smithi184 bash[20261]: cluster 2024-02-19T23:53:14.830921+0000 mgr.smithi023.vhqanb (mgr.14182) 917 : cluster [DBG] pgmap v611: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:17.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:17 smithi023 bash[16423]: audit 2024-02-19T23:53:16.799416+0000 mon.smithi023 (mon.0) 850 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:53:17.574 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:53:17.574 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:12.971519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tgoetn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\nDeploy daemon haproxy.nfs.foo.smithi184.tgoetn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.790269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.otpeso on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\nDeploy daemon haproxy.nfs.foo.smithi023.otpeso ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.793744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.djucrh on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:53:17.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:17 smithi184 bash[20261]: audit 2024-02-19T23:53:16.799416+0000 mon.smithi023 (mon.0) 850 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:53:18.313 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:18.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:18 smithi023 bash[16423]: cluster 2024-02-19T23:53:16.831988+0000 mgr.smithi023.vhqanb (mgr.14182) 918 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:18.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:18 smithi184 bash[20261]: cluster 2024-02-19T23:53:16.831988+0000 mgr.smithi023.vhqanb (mgr.14182) 918 : cluster [DBG] pgmap v612: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:19.314 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:19.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:19 smithi023 bash[16423]: audit 2024-02-19T23:53:17.550940+0000 mgr.smithi023.vhqanb (mgr.14182) 919 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:19.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:19 smithi184 bash[20261]: audit 2024-02-19T23:53:17.550940+0000 mgr.smithi023.vhqanb (mgr.14182) 919 : audit [DBG] from='client.15164 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:20.719 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:20 smithi023 bash[16423]: cluster 2024-02-19T23:53:18.833174+0000 mgr.smithi023.vhqanb (mgr.14182) 920 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:53:20.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:20 smithi184 bash[20261]: cluster 2024-02-19T23:53:18.833174+0000 mgr.smithi023.vhqanb (mgr.14182) 920 : cluster [DBG] pgmap v613: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:53:22.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:22 smithi023 bash[16423]: cluster 2024-02-19T23:53:20.834505+0000 mgr.smithi023.vhqanb (mgr.14182) 921 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:22.661 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:53:22.661 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:42:50.421330Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:42:50.421607Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:42:50.421938Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:51:08.414572Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vfeaqa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:12.971519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tgoetn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\nDeploy daemon haproxy.nfs.foo.smithi184.tgoetn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.790269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.otpeso on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\nDeploy daemon haproxy.nfs.foo.smithi023.otpeso ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.793744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.djucrh on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:42:50.423756Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:42:50.420998Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:42:50.420532Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:42:50.424104Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:42:50.422192Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:42:50.422443Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:53:22.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:22 smithi184 bash[20261]: cluster 2024-02-19T23:53:20.834505+0000 mgr.smithi023.vhqanb (mgr.14182) 921 : cluster [DBG] pgmap v614: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:23.341 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:24.342 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:24.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:24 smithi023 bash[16423]: audit 2024-02-19T23:53:22.638414+0000 mgr.smithi023.vhqanb (mgr.14182) 922 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:24.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:24 smithi023 bash[16423]: cluster 2024-02-19T23:53:22.835424+0000 mgr.smithi023.vhqanb (mgr.14182) 923 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:24.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:24 smithi023 bash[16423]: audit 2024-02-19T23:53:23.199265+0000 mon.smithi023 (mon.0) 851 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:53:24.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:24 smithi023 bash[16423]: audit 2024-02-19T23:53:23.490317+0000 mon.smithi023 (mon.0) 852 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:53:24.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:24 smithi023 bash[16423]: audit 2024-02-19T23:53:23.491811+0000 mon.smithi023 (mon.0) 853 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:53:24.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:24 smithi023 bash[16423]: audit 2024-02-19T23:53:23.500461+0000 mon.smithi023 (mon.0) 854 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:53:24.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:24 smithi023 bash[16423]: cluster 2024-02-19T23:53:23.501634+0000 mgr.smithi023.vhqanb (mgr.14182) 924 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-19T23:53:24.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:24 smithi023 bash[16423]: audit 2024-02-19T23:53:23.509197+0000 mon.smithi023 (mon.0) 855 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:53:24.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:24 smithi023 bash[16423]: audit 2024-02-19T23:53:23.519947+0000 mon.smithi023 (mon.0) 856 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:53:24.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:24 smithi184 bash[20261]: audit 2024-02-19T23:53:22.638414+0000 mgr.smithi023.vhqanb (mgr.14182) 922 : audit [DBG] from='client.15168 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:24.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:24 smithi184 bash[20261]: cluster 2024-02-19T23:53:22.835424+0000 mgr.smithi023.vhqanb (mgr.14182) 923 : cluster [DBG] pgmap v615: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:24.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:24 smithi184 bash[20261]: audit 2024-02-19T23:53:23.199265+0000 mon.smithi023 (mon.0) 851 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:53:24.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:24 smithi184 bash[20261]: audit 2024-02-19T23:53:23.490317+0000 mon.smithi023 (mon.0) 852 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:53:24.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:24 smithi184 bash[20261]: audit 2024-02-19T23:53:23.491811+0000 mon.smithi023 (mon.0) 853 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:53:24.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:24 smithi184 bash[20261]: audit 2024-02-19T23:53:23.500461+0000 mon.smithi023 (mon.0) 854 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:53:24.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:24 smithi184 bash[20261]: cluster 2024-02-19T23:53:23.501634+0000 mgr.smithi023.vhqanb (mgr.14182) 924 : cluster [DBG] pgmap v616: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-19T23:53:24.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:24 smithi184 bash[20261]: audit 2024-02-19T23:53:23.509197+0000 mon.smithi023 (mon.0) 855 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:53:24.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:24 smithi184 bash[20261]: audit 2024-02-19T23:53:23.519947+0000 mon.smithi023 (mon.0) 856 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:53:25.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:25 smithi023 bash[16423]: cephadm 2024-02-19T23:53:23.522614+0000 mgr.smithi023.vhqanb (mgr.14182) 925 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.nahuwy on smithi184 2024-02-19T23:53:25.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:25 smithi023 bash[16423]: cluster 2024-02-19T23:53:24.496355+0000 mon.smithi023 (mon.0) 857 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:53:25.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:25 smithi023 bash[16423]: cluster 2024-02-19T23:53:24.496438+0000 mon.smithi023 (mon.0) 858 : cluster [INF] Cluster is now healthy 2024-02-19T23:53:25.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:25 smithi184 bash[20261]: cephadm 2024-02-19T23:53:23.522614+0000 mgr.smithi023.vhqanb (mgr.14182) 925 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.nahuwy on smithi184 2024-02-19T23:53:25.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:25 smithi184 bash[20261]: cluster 2024-02-19T23:53:24.496355+0000 mon.smithi023 (mon.0) 857 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:53:25.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:25 smithi184 bash[20261]: cluster 2024-02-19T23:53:24.496438+0000 mon.smithi023 (mon.0) 858 : cluster [INF] Cluster is now healthy 2024-02-19T23:53:26.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:26 smithi023 bash[16423]: cluster 2024-02-19T23:53:25.502340+0000 mgr.smithi023.vhqanb (mgr.14182) 926 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-19T23:53:26.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:26 smithi184 bash[20261]: cluster 2024-02-19T23:53:25.502340+0000 mgr.smithi023.vhqanb (mgr.14182) 926 : cluster [DBG] pgmap v617: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-19T23:53:27.529 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:53:27.529 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:52:12.971519Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tgoetn on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tgoetn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tgoetn\nDeploy daemon haproxy.nfs.foo.smithi184.tgoetn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.790269Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.otpeso on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-otpeso\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.otpeso\nDeploy daemon haproxy.nfs.foo.smithi023.otpeso ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:52:16.793744Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.djucrh on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:27.373036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nahuwy on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\nDeploy daemon haproxy.nfs.foo.smithi184.nahuwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:53:27.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:27 smithi184 bash[20261]: audit 2024-02-19T23:53:27.371517+0000 mon.smithi023 (mon.0) 859 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.nahuwy"}]: dispatch 2024-02-19T23:53:27.769 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:27 smithi023 bash[16423]: audit 2024-02-19T23:53:27.371517+0000 mon.smithi023 (mon.0) 859 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.nahuwy"}]: dispatch 2024-02-19T23:53:28.236 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:28.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: cephadm 2024-02-19T23:53:27.370365+0000 mgr.smithi023.vhqanb (mgr.14182) 927 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy 2024-02-19T23:53:28.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:53:28.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy 2024-02-19T23:53:28.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy 2024-02-19T23:53:28.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:53:28.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy 2024-02-19T23:53:28.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.nahuwy ... 2024-02-19T23:53:28.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:53:28.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:53:28.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:53:28.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:53:28.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:53:28.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:53:28.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:53:28.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:53:28.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:53:28.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:53:28.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy 2024-02-19T23:53:28.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:53:28.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy 2024-02-19T23:53:28.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy 2024-02-19T23:53:28.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:53:28.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy 2024-02-19T23:53:28.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.nahuwy ... 2024-02-19T23:53:28.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:53:28.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:53:28.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:53:28.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:53:28.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:53:28.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: cephadm 2024-02-19T23:53:27.370853+0000 mgr.smithi023.vhqanb (mgr.14182) 928 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.nahuwy 2024-02-19T23:53:28.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: cephadm 2024-02-19T23:53:27.373293+0000 mgr.smithi023.vhqanb (mgr.14182) 929 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.nahuwy on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy 2024-02-19T23:53:28.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:53:28.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy 2024-02-19T23:53:28.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy 2024-02-19T23:53:28.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:53:28.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy 2024-02-19T23:53:28.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.nahuwy ... 2024-02-19T23:53:28.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:53:28.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:53:28.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:53:28.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:53:28.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:53:28.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: cephadm 2024-02-19T23:53:27.378010+0000 mgr.smithi023.vhqanb (mgr.14182) 930 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.hysqor on smithi023 2024-02-19T23:53:28.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: cluster 2024-02-19T23:53:27.503020+0000 mgr.smithi023.vhqanb (mgr.14182) 931 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-19T23:53:28.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:28 smithi023 bash[16423]: audit 2024-02-19T23:53:27.505432+0000 mgr.smithi023.vhqanb (mgr.14182) 932 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:28.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: cephadm 2024-02-19T23:53:27.370365+0000 mgr.smithi023.vhqanb (mgr.14182) 927 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy 2024-02-19T23:53:28.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:53:28.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy 2024-02-19T23:53:28.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy 2024-02-19T23:53:28.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:53:28.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy 2024-02-19T23:53:28.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.nahuwy ... 2024-02-19T23:53:28.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:53:28.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:53:28.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:53:28.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:53:28.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:53:28.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:53:28.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:53:28.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:53:28.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:53:28.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:53:28.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy 2024-02-19T23:53:28.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:53:28.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy 2024-02-19T23:53:28.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy 2024-02-19T23:53:28.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:53:28.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy 2024-02-19T23:53:28.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.nahuwy ... 2024-02-19T23:53:28.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:53:28.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:53:28.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:53:28.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:53:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:53:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: cephadm 2024-02-19T23:53:27.370853+0000 mgr.smithi023.vhqanb (mgr.14182) 928 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.nahuwy 2024-02-19T23:53:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: cephadm 2024-02-19T23:53:27.373293+0000 mgr.smithi023.vhqanb (mgr.14182) 929 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.nahuwy on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy 2024-02-19T23:53:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:53:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy 2024-02-19T23:53:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy 2024-02-19T23:53:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:53:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy 2024-02-19T23:53:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.nahuwy ... 2024-02-19T23:53:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:53:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:53:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:53:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:53:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:53:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: cephadm 2024-02-19T23:53:27.378010+0000 mgr.smithi023.vhqanb (mgr.14182) 930 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.hysqor on smithi023 2024-02-19T23:53:28.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: cluster 2024-02-19T23:53:27.503020+0000 mgr.smithi023.vhqanb (mgr.14182) 931 : cluster [DBG] pgmap v618: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-19T23:53:28.764 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:28 smithi184 bash[20261]: audit 2024-02-19T23:53:27.505432+0000 mgr.smithi023.vhqanb (mgr.14182) 932 : audit [DBG] from='client.15172 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:29.237 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:30.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:29 smithi023 bash[16423]: cluster 2024-02-19T23:53:29.504193+0000 mgr.smithi023.vhqanb (mgr.14182) 933 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-19T23:53:30.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:29 smithi184 bash[20261]: cluster 2024-02-19T23:53:29.504193+0000 mgr.smithi023.vhqanb (mgr.14182) 933 : cluster [DBG] pgmap v619: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 191 B/s rd, 0 op/s 2024-02-19T23:53:32.421 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: audit 2024-02-19T23:53:31.129704+0000 mon.smithi023 (mon.0) 860 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:53:32.421 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: cephadm 2024-02-19T23:53:31.426520+0000 mgr.smithi023.vhqanb (mgr.14182) 934 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor 2024-02-19T23:53:32.421 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:53:32.421 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor 2024-02-19T23:53:32.421 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor 2024-02-19T23:53:32.421 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:53:32.422 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor 2024-02-19T23:53:32.422 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.hysqor ... 2024-02-19T23:53:32.422 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:53:32.422 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:53:32.422 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:53:32.422 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:53:32.422 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:53:32.422 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:53:32.422 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:53:32.422 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:53:32.422 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:53:32.422 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:53:32.422 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor 2024-02-19T23:53:32.423 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:53:32.423 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor 2024-02-19T23:53:32.423 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor 2024-02-19T23:53:32.423 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:53:32.423 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor 2024-02-19T23:53:32.423 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.hysqor ... 2024-02-19T23:53:32.423 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:53:32.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:53:32.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:53:32.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:53:32.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:53:32.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: cephadm 2024-02-19T23:53:31.426816+0000 mgr.smithi023.vhqanb (mgr.14182) 935 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.hysqor 2024-02-19T23:53:32.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: audit 2024-02-19T23:53:31.427332+0000 mon.smithi023 (mon.0) 861 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.hysqor"}]: dispatch 2024-02-19T23:53:32.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: cephadm 2024-02-19T23:53:31.428531+0000 mgr.smithi023.vhqanb (mgr.14182) 936 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.hysqor on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor 2024-02-19T23:53:32.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:53:32.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor 2024-02-19T23:53:32.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor 2024-02-19T23:53:32.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:53:32.424 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor 2024-02-19T23:53:32.425 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.hysqor ... 2024-02-19T23:53:32.425 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:53:32.425 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:53:32.425 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:53:32.425 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:53:32.425 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:53:32.425 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: cephadm 2024-02-19T23:53:31.431844+0000 mgr.smithi023.vhqanb (mgr.14182) 937 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.jmlrzc on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:53:32.425 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: cephadm 2024-02-19T23:53:31.434354+0000 mgr.smithi023.vhqanb (mgr.14182) 938 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:53:32.425 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: cluster 2024-02-19T23:53:31.435422+0000 mgr.smithi023.vhqanb (mgr.14182) 939 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-02-19T23:53:32.425 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:32 smithi023 bash[16423]: audit 2024-02-19T23:53:31.949101+0000 mon.smithi023 (mon.0) 862 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:53:32.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: audit 2024-02-19T23:53:31.129704+0000 mon.smithi023 (mon.0) 860 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:53:32.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: cephadm 2024-02-19T23:53:31.426520+0000 mgr.smithi023.vhqanb (mgr.14182) 934 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor 2024-02-19T23:53:32.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:53:32.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor 2024-02-19T23:53:32.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor 2024-02-19T23:53:32.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:53:32.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor 2024-02-19T23:53:32.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.hysqor ... 2024-02-19T23:53:32.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:53:32.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:53:32.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:53:32.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:53:32.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:53:32.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:53:32.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:53:32.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:53:32.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:53:32.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:53:32.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor 2024-02-19T23:53:32.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:53:32.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor 2024-02-19T23:53:32.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor 2024-02-19T23:53:32.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:53:32.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor 2024-02-19T23:53:32.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.hysqor ... 2024-02-19T23:53:32.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:53:32.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:53:32.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:53:32.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:53:32.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:53:32.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: cephadm 2024-02-19T23:53:31.426816+0000 mgr.smithi023.vhqanb (mgr.14182) 935 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.hysqor 2024-02-19T23:53:32.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: audit 2024-02-19T23:53:31.427332+0000 mon.smithi023 (mon.0) 861 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.hysqor"}]: dispatch 2024-02-19T23:53:32.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: cephadm 2024-02-19T23:53:31.428531+0000 mgr.smithi023.vhqanb (mgr.14182) 936 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.hysqor on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor 2024-02-19T23:53:32.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:53:32.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor 2024-02-19T23:53:32.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor 2024-02-19T23:53:32.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:53:32.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor 2024-02-19T23:53:32.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.hysqor ... 2024-02-19T23:53:32.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:53:32.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:53:32.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:53:32.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:53:32.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:53:32.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: cephadm 2024-02-19T23:53:31.431844+0000 mgr.smithi023.vhqanb (mgr.14182) 937 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.jmlrzc on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:53:32.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: cephadm 2024-02-19T23:53:31.434354+0000 mgr.smithi023.vhqanb (mgr.14182) 938 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:53:32.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: cluster 2024-02-19T23:53:31.435422+0000 mgr.smithi023.vhqanb (mgr.14182) 939 : cluster [DBG] pgmap v620: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-02-19T23:53:32.514 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:32 smithi184 bash[20261]: audit 2024-02-19T23:53:31.949101+0000 mon.smithi023 (mon.0) 862 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:53:32.884 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:53:32.885 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:27.373036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nahuwy on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\nDeploy daemon haproxy.nfs.foo.smithi184.nahuwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.428348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hysqor on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\nDeploy daemon haproxy.nfs.foo.smithi023.hysqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.431620Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.jmlrzc on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:53:33.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:33 smithi023 bash[16423]: cluster 2024-02-19T23:53:32.125485+0000 mon.smithi023 (mon.0) 863 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:53:33.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:33 smithi184 bash[20261]: cluster 2024-02-19T23:53:32.125485+0000 mon.smithi023 (mon.0) 863 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:53:33.574 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:34.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:34 smithi023 bash[16423]: audit 2024-02-19T23:53:32.860471+0000 mgr.smithi023.vhqanb (mgr.14182) 940 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:34.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:34 smithi023 bash[16423]: cluster 2024-02-19T23:53:33.436586+0000 mgr.smithi023.vhqanb (mgr.14182) 941 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-02-19T23:53:34.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:34 smithi184 bash[20261]: audit 2024-02-19T23:53:32.860471+0000 mgr.smithi023.vhqanb (mgr.14182) 940 : audit [DBG] from='client.15176 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:34.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:34 smithi184 bash[20261]: cluster 2024-02-19T23:53:33.436586+0000 mgr.smithi023.vhqanb (mgr.14182) 941 : cluster [DBG] pgmap v621: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-02-19T23:53:34.576 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:36.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:36 smithi184 bash[20261]: cluster 2024-02-19T23:53:35.437919+0000 mgr.smithi023.vhqanb (mgr.14182) 942 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:53:37.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:36 smithi023 bash[16423]: cluster 2024-02-19T23:53:35.437919+0000 mgr.smithi023.vhqanb (mgr.14182) 942 : cluster [DBG] pgmap v622: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:53:37.745 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:53:37.745 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:27.373036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nahuwy on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\nDeploy daemon haproxy.nfs.foo.smithi184.nahuwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.428348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hysqor on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\nDeploy daemon haproxy.nfs.foo.smithi023.hysqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.431620Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.jmlrzc on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:53:38.363 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:38.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:38 smithi023 bash[16423]: cluster 2024-02-19T23:53:37.438949+0000 mgr.smithi023.vhqanb (mgr.14182) 943 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:53:39.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:38 smithi184 bash[20261]: cluster 2024-02-19T23:53:37.438949+0000 mgr.smithi023.vhqanb (mgr.14182) 943 : cluster [DBG] pgmap v623: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:53:39.364 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:39.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:39 smithi023 bash[16423]: audit 2024-02-19T23:53:37.722414+0000 mgr.smithi023.vhqanb (mgr.14182) 944 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:40.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:39 smithi184 bash[20261]: audit 2024-02-19T23:53:37.722414+0000 mgr.smithi023.vhqanb (mgr.14182) 944 : audit [DBG] from='client.15180 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:40.777 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:40 smithi023 bash[16423]: cluster 2024-02-19T23:53:39.439728+0000 mgr.smithi023.vhqanb (mgr.14182) 945 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2024-02-19T23:53:41.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:40 smithi184 bash[20261]: cluster 2024-02-19T23:53:39.439728+0000 mgr.smithi023.vhqanb (mgr.14182) 945 : cluster [DBG] pgmap v624: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 343 B/s rd, 0 op/s 2024-02-19T23:53:42.737 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:53:42.737 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:27.373036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nahuwy on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\nDeploy daemon haproxy.nfs.foo.smithi184.nahuwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.428348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hysqor on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\nDeploy daemon haproxy.nfs.foo.smithi023.hysqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.431620Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.jmlrzc on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:53:42.796 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:42 smithi023 bash[16423]: cluster 2024-02-19T23:53:41.440797+0000 mgr.smithi023.vhqanb (mgr.14182) 946 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:53:43.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:42 smithi184 bash[20261]: cluster 2024-02-19T23:53:41.440797+0000 mgr.smithi023.vhqanb (mgr.14182) 946 : cluster [DBG] pgmap v625: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:53:43.403 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:44.404 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:44.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:44 smithi023 bash[16423]: audit 2024-02-19T23:53:42.713900+0000 mgr.smithi023.vhqanb (mgr.14182) 947 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:44.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:44 smithi023 bash[16423]: cluster 2024-02-19T23:53:43.441995+0000 mgr.smithi023.vhqanb (mgr.14182) 948 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:45.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:44 smithi184 bash[20261]: audit 2024-02-19T23:53:42.713900+0000 mgr.smithi023.vhqanb (mgr.14182) 947 : audit [DBG] from='client.15184 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:45.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:44 smithi184 bash[20261]: cluster 2024-02-19T23:53:43.441995+0000 mgr.smithi023.vhqanb (mgr.14182) 948 : cluster [DBG] pgmap v626: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:45.896 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:45 smithi023 bash[16423]: cluster 2024-02-19T23:53:45.443321+0000 mgr.smithi023.vhqanb (mgr.14182) 949 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:46.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:45 smithi184 bash[20261]: cluster 2024-02-19T23:53:45.443321+0000 mgr.smithi023.vhqanb (mgr.14182) 949 : cluster [DBG] pgmap v627: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:47.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:47 smithi023 bash[16423]: audit 2024-02-19T23:53:46.131148+0000 mon.smithi023 (mon.0) 864 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:53:47.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:47 smithi184 bash[20261]: audit 2024-02-19T23:53:46.131148+0000 mon.smithi023 (mon.0) 864 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:53:47.640 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:53:47.640 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:27.373036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nahuwy on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\nDeploy daemon haproxy.nfs.foo.smithi184.nahuwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.428348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hysqor on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\nDeploy daemon haproxy.nfs.foo.smithi023.hysqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.431620Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.jmlrzc on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:53:48.249 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:48.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:48 smithi023 bash[16423]: cluster 2024-02-19T23:53:47.444290+0000 mgr.smithi023.vhqanb (mgr.14182) 950 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:48.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:48 smithi184 bash[20261]: cluster 2024-02-19T23:53:47.444290+0000 mgr.smithi023.vhqanb (mgr.14182) 950 : cluster [DBG] pgmap v628: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:49.250 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:49.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:49 smithi023 bash[16423]: audit 2024-02-19T23:53:47.622291+0000 mgr.smithi023.vhqanb (mgr.14182) 951 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:49.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:49 smithi184 bash[20261]: audit 2024-02-19T23:53:47.622291+0000 mgr.smithi023.vhqanb (mgr.14182) 951 : audit [DBG] from='client.15188 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:50.431 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:50 smithi023 bash[16423]: cluster 2024-02-19T23:53:49.445116+0000 mgr.smithi023.vhqanb (mgr.14182) 952 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:53:50.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:50 smithi184 bash[20261]: cluster 2024-02-19T23:53:49.445116+0000 mgr.smithi023.vhqanb (mgr.14182) 952 : cluster [DBG] pgmap v629: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:53:52.438 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:53:52.438 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:27.373036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nahuwy on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\nDeploy daemon haproxy.nfs.foo.smithi184.nahuwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.428348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hysqor on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\nDeploy daemon haproxy.nfs.foo.smithi023.hysqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.431620Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.jmlrzc on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:53:53.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:52 smithi023 bash[16423]: cluster 2024-02-19T23:53:51.446062+0000 mgr.smithi023.vhqanb (mgr.14182) 953 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:53.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:52 smithi184 bash[20261]: cluster 2024-02-19T23:53:51.446062+0000 mgr.smithi023.vhqanb (mgr.14182) 953 : cluster [DBG] pgmap v630: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:53.089 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:54.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:53 smithi023 bash[16423]: audit 2024-02-19T23:53:52.414386+0000 mgr.smithi023.vhqanb (mgr.14182) 954 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:54.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:53 smithi184 bash[20261]: audit 2024-02-19T23:53:52.414386+0000 mgr.smithi023.vhqanb (mgr.14182) 954 : audit [DBG] from='client.15192 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:54.090 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:53:55.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:54 smithi023 bash[16423]: cluster 2024-02-19T23:53:53.447215+0000 mgr.smithi023.vhqanb (mgr.14182) 955 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:55.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:54 smithi184 bash[20261]: cluster 2024-02-19T23:53:53.447215+0000 mgr.smithi023.vhqanb (mgr.14182) 955 : cluster [DBG] pgmap v631: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:56.974 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:56 smithi023 bash[16423]: cluster 2024-02-19T23:53:55.448145+0000 mgr.smithi023.vhqanb (mgr.14182) 956 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:57.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:56 smithi184 bash[20261]: cluster 2024-02-19T23:53:55.448145+0000 mgr.smithi023.vhqanb (mgr.14182) 956 : cluster [DBG] pgmap v632: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:57.397 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:53:57.397 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:27.373036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nahuwy on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\nDeploy daemon haproxy.nfs.foo.smithi184.nahuwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.428348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hysqor on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\nDeploy daemon haproxy.nfs.foo.smithi023.hysqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.431620Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.jmlrzc on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:53:58.018 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:53:59.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:58 smithi023 bash[16423]: audit 2024-02-19T23:53:57.379762+0000 mgr.smithi023.vhqanb (mgr.14182) 957 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:59.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:58 smithi023 bash[16423]: cluster 2024-02-19T23:53:57.449263+0000 mgr.smithi023.vhqanb (mgr.14182) 958 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:59.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:58 smithi184 bash[20261]: audit 2024-02-19T23:53:57.379762+0000 mgr.smithi023.vhqanb (mgr.14182) 957 : audit [DBG] from='client.15196 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:53:59.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:58 smithi184 bash[20261]: cluster 2024-02-19T23:53:57.449263+0000 mgr.smithi023.vhqanb (mgr.14182) 958 : cluster [DBG] pgmap v633: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:53:59.018 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:00.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:53:59 smithi023 bash[16423]: cluster 2024-02-19T23:53:59.450032+0000 mgr.smithi023.vhqanb (mgr.14182) 959 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:54:00.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:53:59 smithi184 bash[20261]: cluster 2024-02-19T23:53:59.450032+0000 mgr.smithi023.vhqanb (mgr.14182) 959 : cluster [DBG] pgmap v634: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:54:02.159 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:54:02.160 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:27.373036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nahuwy on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\nDeploy daemon haproxy.nfs.foo.smithi184.nahuwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.428348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hysqor on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\nDeploy daemon haproxy.nfs.foo.smithi023.hysqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.431620Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.jmlrzc on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:54:02.802 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:02 smithi023 bash[16423]: cluster 2024-02-19T23:54:01.451091+0000 mgr.smithi023.vhqanb (mgr.14182) 960 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:02.803 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:03.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:02 smithi184 bash[20261]: cluster 2024-02-19T23:54:01.451091+0000 mgr.smithi023.vhqanb (mgr.14182) 960 : cluster [DBG] pgmap v635: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:03.804 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:03.815 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:03 smithi023 bash[16423]: audit 2024-02-19T23:54:02.134045+0000 mgr.smithi023.vhqanb (mgr.14182) 961 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:04.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:03 smithi184 bash[20261]: audit 2024-02-19T23:54:02.134045+0000 mgr.smithi023.vhqanb (mgr.14182) 961 : audit [DBG] from='client.15200 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:04.982 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:04 smithi023 bash[16423]: cluster 2024-02-19T23:54:03.452259+0000 mgr.smithi023.vhqanb (mgr.14182) 962 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:05.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:04 smithi184 bash[20261]: cluster 2024-02-19T23:54:03.452259+0000 mgr.smithi023.vhqanb (mgr.14182) 962 : cluster [DBG] pgmap v636: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:07.000 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:54:07.000 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:27.373036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nahuwy on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\nDeploy daemon haproxy.nfs.foo.smithi184.nahuwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.428348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hysqor on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\nDeploy daemon haproxy.nfs.foo.smithi023.hysqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.431620Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.jmlrzc on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:54:07.001 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:06 smithi023 bash[16423]: cluster 2024-02-19T23:54:05.453632+0000 mgr.smithi023.vhqanb (mgr.14182) 963 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:07.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:06 smithi184 bash[20261]: cluster 2024-02-19T23:54:05.453632+0000 mgr.smithi023.vhqanb (mgr.14182) 963 : cluster [DBG] pgmap v637: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:07.603 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:08.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:07 smithi023 bash[16423]: audit 2024-02-19T23:54:06.982638+0000 mgr.smithi023.vhqanb (mgr.14182) 964 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:08.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:07 smithi023 bash[16423]: cluster 2024-02-19T23:54:07.454655+0000 mgr.smithi023.vhqanb (mgr.14182) 965 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:08.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:07 smithi184 bash[20261]: audit 2024-02-19T23:54:06.982638+0000 mgr.smithi023.vhqanb (mgr.14182) 964 : audit [DBG] from='client.15204 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:08.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:07 smithi184 bash[20261]: cluster 2024-02-19T23:54:07.454655+0000 mgr.smithi023.vhqanb (mgr.14182) 965 : cluster [DBG] pgmap v638: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:08.604 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:11.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:10 smithi023 bash[16423]: cluster 2024-02-19T23:54:09.455735+0000 mgr.smithi023.vhqanb (mgr.14182) 966 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:54:11.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:10 smithi184 bash[20261]: cluster 2024-02-19T23:54:09.455735+0000 mgr.smithi023.vhqanb (mgr.14182) 966 : cluster [DBG] pgmap v639: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:54:11.787 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:54:11.787 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:27.373036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nahuwy on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\nDeploy daemon haproxy.nfs.foo.smithi184.nahuwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.428348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hysqor on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\nDeploy daemon haproxy.nfs.foo.smithi023.hysqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.431620Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.jmlrzc on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:54:12.432 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:12.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:12 smithi023 bash[16423]: cluster 2024-02-19T23:54:11.456475+0000 mgr.smithi023.vhqanb (mgr.14182) 967 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:13.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:12 smithi184 bash[20261]: cluster 2024-02-19T23:54:11.456475+0000 mgr.smithi023.vhqanb (mgr.14182) 967 : cluster [DBG] pgmap v640: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:13.433 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:13.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:13 smithi023 bash[16423]: audit 2024-02-19T23:54:11.762781+0000 mgr.smithi023.vhqanb (mgr.14182) 968 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:14.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:13 smithi184 bash[20261]: audit 2024-02-19T23:54:11.762781+0000 mgr.smithi023.vhqanb (mgr.14182) 968 : audit [DBG] from='client.15208 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:14.888 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:14 smithi023 bash[16423]: cluster 2024-02-19T23:54:13.459997+0000 mgr.smithi023.vhqanb (mgr.14182) 969 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:15.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:14 smithi184 bash[20261]: cluster 2024-02-19T23:54:13.459997+0000 mgr.smithi023.vhqanb (mgr.14182) 969 : cluster [DBG] pgmap v641: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:16.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:15 smithi023 bash[16423]: cluster 2024-02-19T23:54:15.461315+0000 mgr.smithi023.vhqanb (mgr.14182) 970 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:16.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:15 smithi184 bash[20261]: cluster 2024-02-19T23:54:15.461315+0000 mgr.smithi023.vhqanb (mgr.14182) 970 : cluster [DBG] pgmap v642: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:16.725 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:54:16.725 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:27.373036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nahuwy on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\nDeploy daemon haproxy.nfs.foo.smithi184.nahuwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.428348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hysqor on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\nDeploy daemon haproxy.nfs.foo.smithi023.hysqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.431620Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.jmlrzc on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:54:17.378 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:18.379 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:18.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:18 smithi023 bash[16423]: audit 2024-02-19T23:54:16.700653+0000 mgr.smithi023.vhqanb (mgr.14182) 971 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:18.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:18 smithi023 bash[16423]: cluster 2024-02-19T23:54:17.462409+0000 mgr.smithi023.vhqanb (mgr.14182) 972 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:19.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:18 smithi184 bash[20261]: audit 2024-02-19T23:54:16.700653+0000 mgr.smithi023.vhqanb (mgr.14182) 971 : audit [DBG] from='client.15212 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:19.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:18 smithi184 bash[20261]: cluster 2024-02-19T23:54:17.462409+0000 mgr.smithi023.vhqanb (mgr.14182) 972 : cluster [DBG] pgmap v643: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:21.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:20 smithi023 bash[16423]: cluster 2024-02-19T23:54:19.463401+0000 mgr.smithi023.vhqanb (mgr.14182) 973 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:54:21.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:20 smithi184 bash[20261]: cluster 2024-02-19T23:54:19.463401+0000 mgr.smithi023.vhqanb (mgr.14182) 973 : cluster [DBG] pgmap v644: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:54:21.555 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:54:21.555 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:27.373036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nahuwy on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\nDeploy daemon haproxy.nfs.foo.smithi184.nahuwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.428348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hysqor on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\nDeploy daemon haproxy.nfs.foo.smithi023.hysqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.431620Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.jmlrzc on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:54:22.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:21 smithi023 bash[16423]: cluster 2024-02-19T23:54:21.464470+0000 mgr.smithi023.vhqanb (mgr.14182) 974 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:22.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:21 smithi184 bash[20261]: cluster 2024-02-19T23:54:21.464470+0000 mgr.smithi023.vhqanb (mgr.14182) 974 : cluster [DBG] pgmap v645: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:22.192 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:23.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:22 smithi023 bash[16423]: audit 2024-02-19T23:54:21.533179+0000 mgr.smithi023.vhqanb (mgr.14182) 975 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:23.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:22 smithi184 bash[20261]: audit 2024-02-19T23:54:21.533179+0000 mgr.smithi023.vhqanb (mgr.14182) 975 : audit [DBG] from='client.15216 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:23.193 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:24.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:23 smithi023 bash[16423]: cluster 2024-02-19T23:54:23.465601+0000 mgr.smithi023.vhqanb (mgr.14182) 976 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:24.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:23 smithi184 bash[20261]: cluster 2024-02-19T23:54:23.465601+0000 mgr.smithi023.vhqanb (mgr.14182) 976 : cluster [DBG] pgmap v646: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:26.445 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:54:26.446 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:27.373036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nahuwy on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\nDeploy daemon haproxy.nfs.foo.smithi184.nahuwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.428348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hysqor on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\nDeploy daemon haproxy.nfs.foo.smithi023.hysqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.431620Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.jmlrzc on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:54:27.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:26 smithi023 bash[16423]: cluster 2024-02-19T23:54:25.466982+0000 mgr.smithi023.vhqanb (mgr.14182) 977 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:27.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:26 smithi184 bash[20261]: cluster 2024-02-19T23:54:25.466982+0000 mgr.smithi023.vhqanb (mgr.14182) 977 : cluster [DBG] pgmap v647: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:27.082 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:28.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:27 smithi023 bash[16423]: audit 2024-02-19T23:54:26.423048+0000 mgr.smithi023.vhqanb (mgr.14182) 978 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:28.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:27 smithi184 bash[20261]: audit 2024-02-19T23:54:26.423048+0000 mgr.smithi023.vhqanb (mgr.14182) 978 : audit [DBG] from='client.15220 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:28.083 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:29.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:28 smithi023 bash[16423]: cluster 2024-02-19T23:54:27.468068+0000 mgr.smithi023.vhqanb (mgr.14182) 979 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:29.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:28 smithi184 bash[20261]: cluster 2024-02-19T23:54:27.468068+0000 mgr.smithi023.vhqanb (mgr.14182) 979 : cluster [DBG] pgmap v648: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:30.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:29 smithi023 bash[16423]: cluster 2024-02-19T23:54:29.469370+0000 mgr.smithi023.vhqanb (mgr.14182) 980 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:54:30.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:29 smithi184 bash[20261]: cluster 2024-02-19T23:54:29.469370+0000 mgr.smithi023.vhqanb (mgr.14182) 980 : cluster [DBG] pgmap v649: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:54:31.494 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:54:31.494 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:52:16.795357Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.jjjkpa on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:27.373036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nahuwy on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\nDeploy daemon haproxy.nfs.foo.smithi184.nahuwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.428348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hysqor on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\nDeploy daemon haproxy.nfs.foo.smithi023.hysqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.431620Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.jmlrzc on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:54:31.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:31 smithi184 bash[20261]: audit 2024-02-19T23:54:31.439342+0000 mon.smithi023 (mon.0) 865 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:54:31.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:31 smithi023 bash[16423]: audit 2024-02-19T23:54:31.439342+0000 mon.smithi023 (mon.0) 865 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:54:32.114 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:33.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:32 smithi023 bash[16423]: cluster 2024-02-19T23:54:31.470280+0000 mgr.smithi023.vhqanb (mgr.14182) 981 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:33.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:32 smithi023 bash[16423]: audit 2024-02-19T23:54:31.470976+0000 mgr.smithi023.vhqanb (mgr.14182) 982 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:33.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:32 smithi023 bash[16423]: audit 2024-02-19T23:54:31.746765+0000 mon.smithi023 (mon.0) 866 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:54:33.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:32 smithi023 bash[16423]: audit 2024-02-19T23:54:32.040114+0000 mon.smithi023 (mon.0) 867 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:54:33.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:32 smithi023 bash[16423]: audit 2024-02-19T23:54:32.041470+0000 mon.smithi023 (mon.0) 868 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:54:33.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:32 smithi023 bash[16423]: audit 2024-02-19T23:54:32.053390+0000 mon.smithi023 (mon.0) 869 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:54:33.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:32 smithi023 bash[16423]: audit 2024-02-19T23:54:32.063983+0000 mon.smithi023 (mon.0) 870 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:54:33.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:32 smithi023 bash[16423]: audit 2024-02-19T23:54:32.077607+0000 mon.smithi023 (mon.0) 871 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:54:33.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:32 smithi184 bash[20261]: cluster 2024-02-19T23:54:31.470280+0000 mgr.smithi023.vhqanb (mgr.14182) 981 : cluster [DBG] pgmap v650: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:33.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:32 smithi184 bash[20261]: audit 2024-02-19T23:54:31.470976+0000 mgr.smithi023.vhqanb (mgr.14182) 982 : audit [DBG] from='client.15224 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:33.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:32 smithi184 bash[20261]: audit 2024-02-19T23:54:31.746765+0000 mon.smithi023 (mon.0) 866 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:54:33.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:32 smithi184 bash[20261]: audit 2024-02-19T23:54:32.040114+0000 mon.smithi023 (mon.0) 867 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:54:33.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:32 smithi184 bash[20261]: audit 2024-02-19T23:54:32.041470+0000 mon.smithi023 (mon.0) 868 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:54:33.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:32 smithi184 bash[20261]: audit 2024-02-19T23:54:32.053390+0000 mon.smithi023 (mon.0) 869 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:54:33.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:32 smithi184 bash[20261]: audit 2024-02-19T23:54:32.063983+0000 mon.smithi023 (mon.0) 870 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:54:33.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:32 smithi184 bash[20261]: audit 2024-02-19T23:54:32.077607+0000 mon.smithi023 (mon.0) 871 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:54:33.115 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:34.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:33 smithi023 bash[16423]: cluster 2024-02-19T23:54:32.054187+0000 mgr.smithi023.vhqanb (mgr.14182) 983 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-02-19T23:54:34.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:33 smithi023 bash[16423]: cephadm 2024-02-19T23:54:32.080649+0000 mgr.smithi023.vhqanb (mgr.14182) 984 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.txptdk on smithi184 2024-02-19T23:54:34.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:33 smithi023 bash[16423]: cluster 2024-02-19T23:54:33.049952+0000 mon.smithi023 (mon.0) 872 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:54:34.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:33 smithi023 bash[16423]: cluster 2024-02-19T23:54:33.050018+0000 mon.smithi023 (mon.0) 873 : cluster [INF] Cluster is now healthy 2024-02-19T23:54:34.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:33 smithi184 bash[20261]: cluster 2024-02-19T23:54:32.054187+0000 mgr.smithi023.vhqanb (mgr.14182) 983 : cluster [DBG] pgmap v651: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-02-19T23:54:34.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:33 smithi184 bash[20261]: cephadm 2024-02-19T23:54:32.080649+0000 mgr.smithi023.vhqanb (mgr.14182) 984 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.txptdk on smithi184 2024-02-19T23:54:34.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:33 smithi184 bash[20261]: cluster 2024-02-19T23:54:33.049952+0000 mon.smithi023 (mon.0) 872 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:54:34.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:33 smithi184 bash[20261]: cluster 2024-02-19T23:54:33.050018+0000 mon.smithi023 (mon.0) 873 : cluster [INF] Cluster is now healthy 2024-02-19T23:54:34.641 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:34 smithi023 bash[16423]: cluster 2024-02-19T23:54:34.055504+0000 mgr.smithi023.vhqanb (mgr.14182) 985 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-02-19T23:54:35.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:34 smithi184 bash[20261]: cluster 2024-02-19T23:54:34.055504+0000 mgr.smithi023.vhqanb (mgr.14182) 985 : cluster [DBG] pgmap v652: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-02-19T23:54:36.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:36 smithi023 bash[16423]: audit 2024-02-19T23:54:35.966043+0000 mon.smithi023 (mon.0) 874 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.txptdk"}]: dispatch 2024-02-19T23:54:36.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:36 smithi184 bash[20261]: audit 2024-02-19T23:54:35.966043+0000 mon.smithi023 (mon.0) 874 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.txptdk"}]: dispatch 2024-02-19T23:54:36.431 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:54:36.431 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:53:27.373036Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nahuwy on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nahuwy\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nahuwy\nDeploy daemon haproxy.nfs.foo.smithi184.nahuwy ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.428348Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hysqor on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hysqor\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hysqor\nDeploy daemon haproxy.nfs.foo.smithi023.hysqor ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:53:31.431620Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.jmlrzc on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:35.967745Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.txptdk on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\nDeploy daemon haproxy.nfs.foo.smithi184.txptdk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:54:37.078 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:37.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: cephadm 2024-02-19T23:54:35.964614+0000 mgr.smithi023.vhqanb (mgr.14182) 986 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk 2024-02-19T23:54:37.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:54:37.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk 2024-02-19T23:54:37.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk 2024-02-19T23:54:37.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:54:37.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk 2024-02-19T23:54:37.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.txptdk ... 2024-02-19T23:54:37.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:37.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:54:37.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:54:37.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:54:37.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:37.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:54:37.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:54:37.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:54:37.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:54:37.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:54:37.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk 2024-02-19T23:54:37.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:54:37.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk 2024-02-19T23:54:37.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk 2024-02-19T23:54:37.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:54:37.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk 2024-02-19T23:54:37.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.txptdk ... 2024-02-19T23:54:37.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:37.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:54:37.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:54:37.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:54:37.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:37.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: cephadm 2024-02-19T23:54:35.965296+0000 mgr.smithi023.vhqanb (mgr.14182) 987 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.txptdk 2024-02-19T23:54:37.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: cephadm 2024-02-19T23:54:35.968021+0000 mgr.smithi023.vhqanb (mgr.14182) 988 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.txptdk on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk 2024-02-19T23:54:37.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:54:37.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk 2024-02-19T23:54:37.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk 2024-02-19T23:54:37.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:54:37.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk 2024-02-19T23:54:37.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.txptdk ... 2024-02-19T23:54:37.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:37.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:54:37.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:54:37.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:54:37.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:37.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: cephadm 2024-02-19T23:54:35.972715+0000 mgr.smithi023.vhqanb (mgr.14182) 989 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.zhyacm on smithi023 2024-02-19T23:54:37.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: cluster 2024-02-19T23:54:36.056315+0000 mgr.smithi023.vhqanb (mgr.14182) 990 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-02-19T23:54:37.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:37 smithi023 bash[16423]: audit 2024-02-19T23:54:36.406296+0000 mgr.smithi023.vhqanb (mgr.14182) 991 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:37.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: cephadm 2024-02-19T23:54:35.964614+0000 mgr.smithi023.vhqanb (mgr.14182) 986 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk 2024-02-19T23:54:37.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:54:37.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk 2024-02-19T23:54:37.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk 2024-02-19T23:54:37.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:54:37.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk 2024-02-19T23:54:37.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.txptdk ... 2024-02-19T23:54:37.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:37.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:54:37.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:54:37.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:54:37.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:37.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:54:37.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:54:37.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:54:37.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:54:37.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:54:37.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk 2024-02-19T23:54:37.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:54:37.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk 2024-02-19T23:54:37.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk 2024-02-19T23:54:37.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:54:37.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk 2024-02-19T23:54:37.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.txptdk ... 2024-02-19T23:54:37.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:37.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:54:37.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:54:37.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:54:37.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:37.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: cephadm 2024-02-19T23:54:35.965296+0000 mgr.smithi023.vhqanb (mgr.14182) 987 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.txptdk 2024-02-19T23:54:37.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: cephadm 2024-02-19T23:54:35.968021+0000 mgr.smithi023.vhqanb (mgr.14182) 988 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.txptdk on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk 2024-02-19T23:54:37.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:54:37.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk 2024-02-19T23:54:37.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk 2024-02-19T23:54:37.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:54:37.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk 2024-02-19T23:54:37.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.txptdk ... 2024-02-19T23:54:37.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:37.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:54:37.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:54:37.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:54:37.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:37.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: cephadm 2024-02-19T23:54:35.972715+0000 mgr.smithi023.vhqanb (mgr.14182) 989 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.zhyacm on smithi023 2024-02-19T23:54:37.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: cluster 2024-02-19T23:54:36.056315+0000 mgr.smithi023.vhqanb (mgr.14182) 990 : cluster [DBG] pgmap v653: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-02-19T23:54:37.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:37 smithi184 bash[20261]: audit 2024-02-19T23:54:36.406296+0000 mgr.smithi023.vhqanb (mgr.14182) 991 : audit [DBG] from='client.15228 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:38.080 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:39.383 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:39 smithi023 bash[16423]: cluster 2024-02-19T23:54:38.057179+0000 mgr.smithi023.vhqanb (mgr.14182) 992 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 386 B/s rd, 0 op/s 2024-02-19T23:54:39.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:39 smithi184 bash[20261]: cluster 2024-02-19T23:54:38.057179+0000 mgr.smithi023.vhqanb (mgr.14182) 992 : cluster [DBG] pgmap v654: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 386 B/s rd, 0 op/s 2024-02-19T23:54:40.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:40 smithi023 bash[16423]: audit 2024-02-19T23:54:40.020205+0000 mon.smithi023 (mon.0) 875 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.zhyacm"}]: dispatch 2024-02-19T23:54:40.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:40 smithi184 bash[20261]: audit 2024-02-19T23:54:40.020205+0000 mon.smithi023 (mon.0) 875 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.zhyacm"}]: dispatch 2024-02-19T23:54:41.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: cephadm 2024-02-19T23:54:40.019235+0000 mgr.smithi023.vhqanb (mgr.14182) 993 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm 2024-02-19T23:54:41.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:54:41.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm 2024-02-19T23:54:41.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm 2024-02-19T23:54:41.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:54:41.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm 2024-02-19T23:54:41.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.zhyacm ... 2024-02-19T23:54:41.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:41.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:54:41.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:54:41.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:54:41.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:41.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:54:41.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:54:41.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:54:41.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:54:41.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:54:41.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm 2024-02-19T23:54:41.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:54:41.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm 2024-02-19T23:54:41.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm 2024-02-19T23:54:41.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:54:41.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm 2024-02-19T23:54:41.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.zhyacm ... 2024-02-19T23:54:41.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:41.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:54:41.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:54:41.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:54:41.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:41.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: cephadm 2024-02-19T23:54:40.019700+0000 mgr.smithi023.vhqanb (mgr.14182) 994 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.zhyacm 2024-02-19T23:54:41.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: cephadm 2024-02-19T23:54:40.021333+0000 mgr.smithi023.vhqanb (mgr.14182) 995 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.zhyacm on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm 2024-02-19T23:54:41.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:54:41.502 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm 2024-02-19T23:54:41.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm 2024-02-19T23:54:41.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:54:41.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm 2024-02-19T23:54:41.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.zhyacm ... 2024-02-19T23:54:41.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:41.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:54:41.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:54:41.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:54:41.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:41.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: cephadm 2024-02-19T23:54:40.023309+0000 mgr.smithi023.vhqanb (mgr.14182) 996 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.ynotwz on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:54:41.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: cephadm 2024-02-19T23:54:40.025110+0000 mgr.smithi023.vhqanb (mgr.14182) 997 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:54:41.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: cluster 2024-02-19T23:54:40.026321+0000 mgr.smithi023.vhqanb (mgr.14182) 998 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-02-19T23:54:41.503 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:41 smithi023 bash[16423]: cluster 2024-02-19T23:54:40.117160+0000 mon.smithi023 (mon.0) 876 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:54:41.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: cephadm 2024-02-19T23:54:40.019235+0000 mgr.smithi023.vhqanb (mgr.14182) 993 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm 2024-02-19T23:54:41.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:54:41.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm 2024-02-19T23:54:41.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm 2024-02-19T23:54:41.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:54:41.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm 2024-02-19T23:54:41.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.zhyacm ... 2024-02-19T23:54:41.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:41.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:54:41.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:54:41.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:54:41.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:41.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:54:41.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:54:41.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:54:41.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:54:41.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:54:41.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm 2024-02-19T23:54:41.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:54:41.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm 2024-02-19T23:54:41.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm 2024-02-19T23:54:41.511 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:54:41.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm 2024-02-19T23:54:41.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.zhyacm ... 2024-02-19T23:54:41.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:41.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:54:41.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:54:41.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:54:41.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:41.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: cephadm 2024-02-19T23:54:40.019700+0000 mgr.smithi023.vhqanb (mgr.14182) 994 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.zhyacm 2024-02-19T23:54:41.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: cephadm 2024-02-19T23:54:40.021333+0000 mgr.smithi023.vhqanb (mgr.14182) 995 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.zhyacm on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm 2024-02-19T23:54:41.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:54:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm 2024-02-19T23:54:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm 2024-02-19T23:54:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:54:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm 2024-02-19T23:54:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.zhyacm ... 2024-02-19T23:54:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:54:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:54:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:54:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:54:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: cephadm 2024-02-19T23:54:40.023309+0000 mgr.smithi023.vhqanb (mgr.14182) 996 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.ynotwz on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:54:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: cephadm 2024-02-19T23:54:40.025110+0000 mgr.smithi023.vhqanb (mgr.14182) 997 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:54:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: cluster 2024-02-19T23:54:40.026321+0000 mgr.smithi023.vhqanb (mgr.14182) 998 : cluster [DBG] pgmap v655: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-02-19T23:54:41.513 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:41 smithi184 bash[20261]: cluster 2024-02-19T23:54:40.117160+0000 mon.smithi023 (mon.0) 876 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:54:41.617 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:54:41.617 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:35.967745Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.txptdk on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\nDeploy daemon haproxy.nfs.foo.smithi184.txptdk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.021127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zhyacm on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\nDeploy daemon haproxy.nfs.foo.smithi023.zhyacm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.023193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ynotwz on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:54:42.299 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:43.300 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:43.312 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:43 smithi023 bash[16423]: audit 2024-02-19T23:54:41.591987+0000 mgr.smithi023.vhqanb (mgr.14182) 999 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:43.312 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:43 smithi023 bash[16423]: audit 2024-02-19T23:54:42.001255+0000 mon.smithi023 (mon.0) 877 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:54:43.312 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:43 smithi023 bash[16423]: cluster 2024-02-19T23:54:42.027299+0000 mgr.smithi023.vhqanb (mgr.14182) 1000 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-02-19T23:54:43.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:43 smithi184 bash[20261]: audit 2024-02-19T23:54:41.591987+0000 mgr.smithi023.vhqanb (mgr.14182) 999 : audit [DBG] from='client.15232 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:43.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:43 smithi184 bash[20261]: audit 2024-02-19T23:54:42.001255+0000 mon.smithi023 (mon.0) 877 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:54:43.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:43 smithi184 bash[20261]: cluster 2024-02-19T23:54:42.027299+0000 mgr.smithi023.vhqanb (mgr.14182) 1000 : cluster [DBG] pgmap v656: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-02-19T23:54:45.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:45 smithi023 bash[16423]: cluster 2024-02-19T23:54:44.028630+0000 mgr.smithi023.vhqanb (mgr.14182) 1001 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:54:45.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:45 smithi184 bash[20261]: cluster 2024-02-19T23:54:44.028630+0000 mgr.smithi023.vhqanb (mgr.14182) 1001 : cluster [DBG] pgmap v657: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:54:46.487 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:54:46.487 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:35.967745Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.txptdk on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\nDeploy daemon haproxy.nfs.foo.smithi184.txptdk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.021127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zhyacm on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\nDeploy daemon haproxy.nfs.foo.smithi023.zhyacm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.023193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ynotwz on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:54:47.097 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:47.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:47 smithi023 bash[16423]: cluster 2024-02-19T23:54:46.029835+0000 mgr.smithi023.vhqanb (mgr.14182) 1002 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:54:47.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:47 smithi023 bash[16423]: audit 2024-02-19T23:54:46.470497+0000 mgr.smithi023.vhqanb (mgr.14182) 1003 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:47.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:47 smithi184 bash[20261]: cluster 2024-02-19T23:54:46.029835+0000 mgr.smithi023.vhqanb (mgr.14182) 1002 : cluster [DBG] pgmap v658: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:54:47.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:47 smithi184 bash[20261]: audit 2024-02-19T23:54:46.470497+0000 mgr.smithi023.vhqanb (mgr.14182) 1003 : audit [DBG] from='client.15236 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:48.098 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:49.478 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:49 smithi023 bash[16423]: cluster 2024-02-19T23:54:48.030906+0000 mgr.smithi023.vhqanb (mgr.14182) 1004 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 342 B/s rd, 0 op/s 2024-02-19T23:54:49.512 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:49 smithi184 bash[20261]: cluster 2024-02-19T23:54:48.030906+0000 mgr.smithi023.vhqanb (mgr.14182) 1004 : cluster [DBG] pgmap v659: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 342 B/s rd, 0 op/s 2024-02-19T23:54:51.292 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:54:51.292 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:35.967745Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.txptdk on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\nDeploy daemon haproxy.nfs.foo.smithi184.txptdk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.021127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zhyacm on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\nDeploy daemon haproxy.nfs.foo.smithi023.zhyacm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.023193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ynotwz on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:54:51.369 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:51 smithi023 bash[16423]: cluster 2024-02-19T23:54:50.032253+0000 mgr.smithi023.vhqanb (mgr.14182) 1005 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:54:51.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:51 smithi184 bash[20261]: cluster 2024-02-19T23:54:50.032253+0000 mgr.smithi023.vhqanb (mgr.14182) 1005 : cluster [DBG] pgmap v660: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 B/s rd, 0 op/s 2024-02-19T23:54:51.931 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:52.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:52 smithi023 bash[16423]: audit 2024-02-19T23:54:51.267072+0000 mgr.smithi023.vhqanb (mgr.14182) 1006 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:52.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:52 smithi184 bash[20261]: audit 2024-02-19T23:54:51.267072+0000 mgr.smithi023.vhqanb (mgr.14182) 1006 : audit [DBG] from='client.15240 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:52.932 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:53.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:53 smithi023 bash[16423]: cluster 2024-02-19T23:54:52.033291+0000 mgr.smithi023.vhqanb (mgr.14182) 1007 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:53.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:53 smithi184 bash[20261]: cluster 2024-02-19T23:54:52.033291+0000 mgr.smithi023.vhqanb (mgr.14182) 1007 : cluster [DBG] pgmap v661: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:55.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:55 smithi023 bash[16423]: cluster 2024-02-19T23:54:54.034047+0000 mgr.smithi023.vhqanb (mgr.14182) 1008 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:55.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:55 smithi184 bash[20261]: cluster 2024-02-19T23:54:54.034047+0000 mgr.smithi023.vhqanb (mgr.14182) 1008 : cluster [DBG] pgmap v662: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:55.993 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:54:55.994 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:35.967745Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.txptdk on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\nDeploy daemon haproxy.nfs.foo.smithi184.txptdk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.021127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zhyacm on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\nDeploy daemon haproxy.nfs.foo.smithi023.zhyacm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.023193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ynotwz on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:54:56.649 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:54:57.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:57 smithi023 bash[16423]: audit 2024-02-19T23:54:55.976759+0000 mgr.smithi023.vhqanb (mgr.14182) 1009 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:57.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:57 smithi023 bash[16423]: cluster 2024-02-19T23:54:56.035373+0000 mgr.smithi023.vhqanb (mgr.14182) 1010 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:57.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:57 smithi184 bash[20261]: audit 2024-02-19T23:54:55.976759+0000 mgr.smithi023.vhqanb (mgr.14182) 1009 : audit [DBG] from='client.15244 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:54:57.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:57 smithi184 bash[20261]: cluster 2024-02-19T23:54:56.035373+0000 mgr.smithi023.vhqanb (mgr.14182) 1010 : cluster [DBG] pgmap v663: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:54:57.650 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:54:59.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:54:59 smithi023 bash[16423]: cluster 2024-02-19T23:54:58.036522+0000 mgr.smithi023.vhqanb (mgr.14182) 1011 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:54:59.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:54:59 smithi184 bash[20261]: cluster 2024-02-19T23:54:58.036522+0000 mgr.smithi023.vhqanb (mgr.14182) 1011 : cluster [DBG] pgmap v664: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:55:01.007 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:55:01.007 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:35.967745Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.txptdk on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\nDeploy daemon haproxy.nfs.foo.smithi184.txptdk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.021127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zhyacm on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\nDeploy daemon haproxy.nfs.foo.smithi023.zhyacm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.023193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ynotwz on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:55:01.388 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:01 smithi023 bash[16423]: cluster 2024-02-19T23:55:00.037506+0000 mgr.smithi023.vhqanb (mgr.14182) 1012 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:01.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:01 smithi184 bash[20261]: cluster 2024-02-19T23:55:00.037506+0000 mgr.smithi023.vhqanb (mgr.14182) 1012 : cluster [DBG] pgmap v665: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:01.734 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:55:02.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:02 smithi023 bash[16423]: audit 2024-02-19T23:55:00.990066+0000 mgr.smithi023.vhqanb (mgr.14182) 1013 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:02.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:02 smithi184 bash[20261]: audit 2024-02-19T23:55:00.990066+0000 mgr.smithi023.vhqanb (mgr.14182) 1013 : audit [DBG] from='client.15248 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:02.735 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:55:03.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:03 smithi023 bash[16423]: cluster 2024-02-19T23:55:02.038449+0000 mgr.smithi023.vhqanb (mgr.14182) 1014 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:03.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:03 smithi184 bash[20261]: cluster 2024-02-19T23:55:02.038449+0000 mgr.smithi023.vhqanb (mgr.14182) 1014 : cluster [DBG] pgmap v666: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:05.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:05 smithi023 bash[16423]: cluster 2024-02-19T23:55:04.039382+0000 mgr.smithi023.vhqanb (mgr.14182) 1015 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:05.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:05 smithi184 bash[20261]: cluster 2024-02-19T23:55:04.039382+0000 mgr.smithi023.vhqanb (mgr.14182) 1015 : cluster [DBG] pgmap v667: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:06.007 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:55:06.008 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:35.967745Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.txptdk on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\nDeploy daemon haproxy.nfs.foo.smithi184.txptdk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.021127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zhyacm on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\nDeploy daemon haproxy.nfs.foo.smithi023.zhyacm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.023193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ynotwz on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:55:06.639 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:55:07.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:07 smithi023 bash[16423]: audit 2024-02-19T23:55:05.991241+0000 mgr.smithi023.vhqanb (mgr.14182) 1016 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:07.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:07 smithi023 bash[16423]: cluster 2024-02-19T23:55:06.040681+0000 mgr.smithi023.vhqanb (mgr.14182) 1017 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:07.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:07 smithi184 bash[20261]: audit 2024-02-19T23:55:05.991241+0000 mgr.smithi023.vhqanb (mgr.14182) 1016 : audit [DBG] from='client.15252 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:07.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:07 smithi184 bash[20261]: cluster 2024-02-19T23:55:06.040681+0000 mgr.smithi023.vhqanb (mgr.14182) 1017 : cluster [DBG] pgmap v668: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:07.640 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:55:09.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:09 smithi023 bash[16423]: cluster 2024-02-19T23:55:08.041876+0000 mgr.smithi023.vhqanb (mgr.14182) 1018 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:55:09.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:09 smithi184 bash[20261]: cluster 2024-02-19T23:55:08.041876+0000 mgr.smithi023.vhqanb (mgr.14182) 1018 : cluster [DBG] pgmap v669: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:55:10.892 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:55:10.892 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:35.967745Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.txptdk on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\nDeploy daemon haproxy.nfs.foo.smithi184.txptdk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.021127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zhyacm on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\nDeploy daemon haproxy.nfs.foo.smithi023.zhyacm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.023193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ynotwz on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:55:11.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:11 smithi023 bash[16423]: cluster 2024-02-19T23:55:10.043133+0000 mgr.smithi023.vhqanb (mgr.14182) 1019 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:11.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:11 smithi184 bash[20261]: cluster 2024-02-19T23:55:10.043133+0000 mgr.smithi023.vhqanb (mgr.14182) 1019 : cluster [DBG] pgmap v670: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:11.511 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:55:12.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:12 smithi023 bash[16423]: audit 2024-02-19T23:55:10.870584+0000 mgr.smithi023.vhqanb (mgr.14182) 1020 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:12.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:12 smithi184 bash[20261]: audit 2024-02-19T23:55:10.870584+0000 mgr.smithi023.vhqanb (mgr.14182) 1020 : audit [DBG] from='client.15256 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:12.512 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:55:13.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:13 smithi023 bash[16423]: cluster 2024-02-19T23:55:12.044136+0000 mgr.smithi023.vhqanb (mgr.14182) 1021 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:13.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:13 smithi184 bash[20261]: cluster 2024-02-19T23:55:12.044136+0000 mgr.smithi023.vhqanb (mgr.14182) 1021 : cluster [DBG] pgmap v671: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:15.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:15 smithi023 bash[16423]: cluster 2024-02-19T23:55:14.044843+0000 mgr.smithi023.vhqanb (mgr.14182) 1022 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:15.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:15 smithi184 bash[20261]: cluster 2024-02-19T23:55:14.044843+0000 mgr.smithi023.vhqanb (mgr.14182) 1022 : cluster [DBG] pgmap v672: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:15.566 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:55:15.566 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:35.967745Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.txptdk on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\nDeploy daemon haproxy.nfs.foo.smithi184.txptdk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.021127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zhyacm on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\nDeploy daemon haproxy.nfs.foo.smithi023.zhyacm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.023193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ynotwz on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:55:16.144 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:55:17.145 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:55:17.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:17 smithi023 bash[16423]: audit 2024-02-19T23:55:15.549884+0000 mgr.smithi023.vhqanb (mgr.14182) 1023 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:17.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:17 smithi023 bash[16423]: cluster 2024-02-19T23:55:16.045520+0000 mgr.smithi023.vhqanb (mgr.14182) 1024 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:17.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:17 smithi184 bash[20261]: audit 2024-02-19T23:55:15.549884+0000 mgr.smithi023.vhqanb (mgr.14182) 1023 : audit [DBG] from='client.15260 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:17.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:17 smithi184 bash[20261]: cluster 2024-02-19T23:55:16.045520+0000 mgr.smithi023.vhqanb (mgr.14182) 1024 : cluster [DBG] pgmap v673: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:19.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:19 smithi023 bash[16423]: cluster 2024-02-19T23:55:18.046192+0000 mgr.smithi023.vhqanb (mgr.14182) 1025 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:55:19.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:19 smithi184 bash[20261]: cluster 2024-02-19T23:55:18.046192+0000 mgr.smithi023.vhqanb (mgr.14182) 1025 : cluster [DBG] pgmap v674: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:55:20.239 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:55:20.239 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:35.967745Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.txptdk on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\nDeploy daemon haproxy.nfs.foo.smithi184.txptdk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.021127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zhyacm on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\nDeploy daemon haproxy.nfs.foo.smithi023.zhyacm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.023193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ynotwz on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:55:20.862 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:55:21.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:21 smithi184 bash[20261]: cluster 2024-02-19T23:55:20.047011+0000 mgr.smithi023.vhqanb (mgr.14182) 1026 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:21.510 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:21 smithi184 bash[20261]: audit 2024-02-19T23:55:20.214806+0000 mgr.smithi023.vhqanb (mgr.14182) 1027 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:21.610 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:21 smithi023 bash[16423]: cluster 2024-02-19T23:55:20.047011+0000 mgr.smithi023.vhqanb (mgr.14182) 1026 : cluster [DBG] pgmap v675: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:21.610 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:21 smithi023 bash[16423]: audit 2024-02-19T23:55:20.214806+0000 mgr.smithi023.vhqanb (mgr.14182) 1027 : audit [DBG] from='client.15264 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:21.864 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:55:23.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:23 smithi023 bash[16423]: cluster 2024-02-19T23:55:22.047981+0000 mgr.smithi023.vhqanb (mgr.14182) 1028 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:23.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:23 smithi184 bash[20261]: cluster 2024-02-19T23:55:22.047981+0000 mgr.smithi023.vhqanb (mgr.14182) 1028 : cluster [DBG] pgmap v676: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:24.923 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:55:24.923 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:35.967745Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.txptdk on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\nDeploy daemon haproxy.nfs.foo.smithi184.txptdk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.021127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zhyacm on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\nDeploy daemon haproxy.nfs.foo.smithi023.zhyacm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.023193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ynotwz on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:55:25.545 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:25 smithi023 bash[16423]: cluster 2024-02-19T23:55:24.049289+0000 mgr.smithi023.vhqanb (mgr.14182) 1029 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:25.546 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:55:25.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:25 smithi184 bash[20261]: cluster 2024-02-19T23:55:24.049289+0000 mgr.smithi023.vhqanb (mgr.14182) 1029 : cluster [DBG] pgmap v677: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:26.548 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:55:26.559 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:26 smithi023 bash[16423]: audit 2024-02-19T23:55:24.903879+0000 mgr.smithi023.vhqanb (mgr.14182) 1030 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:26.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:26 smithi184 bash[20261]: audit 2024-02-19T23:55:24.903879+0000 mgr.smithi023.vhqanb (mgr.14182) 1030 : audit [DBG] from='client.15268 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:27.651 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:27 smithi023 bash[16423]: cluster 2024-02-19T23:55:26.050624+0000 mgr.smithi023.vhqanb (mgr.14182) 1031 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:27.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:27 smithi184 bash[20261]: cluster 2024-02-19T23:55:26.050624+0000 mgr.smithi023.vhqanb (mgr.14182) 1031 : cluster [DBG] pgmap v678: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:29.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:29 smithi023 bash[16423]: cluster 2024-02-19T23:55:28.051809+0000 mgr.smithi023.vhqanb (mgr.14182) 1032 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:55:29.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:29 smithi184 bash[20261]: cluster 2024-02-19T23:55:28.051809+0000 mgr.smithi023.vhqanb (mgr.14182) 1032 : cluster [DBG] pgmap v679: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:55:29.760 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:55:29.760 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:35.967745Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.txptdk on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\nDeploy daemon haproxy.nfs.foo.smithi184.txptdk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.021127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zhyacm on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\nDeploy daemon haproxy.nfs.foo.smithi023.zhyacm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.023193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ynotwz on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:55:30.444 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:55:31.446 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:55:31.610 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:31 smithi023 bash[16423]: audit 2024-02-19T23:55:29.743295+0000 mgr.smithi023.vhqanb (mgr.14182) 1033 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:31.610 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:31 smithi023 bash[16423]: cluster 2024-02-19T23:55:30.053201+0000 mgr.smithi023.vhqanb (mgr.14182) 1034 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:31.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:31 smithi184 bash[20261]: audit 2024-02-19T23:55:29.743295+0000 mgr.smithi023.vhqanb (mgr.14182) 1033 : audit [DBG] from='client.15272 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:31.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:31 smithi184 bash[20261]: cluster 2024-02-19T23:55:30.053201+0000 mgr.smithi023.vhqanb (mgr.14182) 1034 : cluster [DBG] pgmap v680: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:33.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:33 smithi023 bash[16423]: cluster 2024-02-19T23:55:32.054331+0000 mgr.smithi023.vhqanb (mgr.14182) 1035 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:33.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:33 smithi184 bash[20261]: cluster 2024-02-19T23:55:32.054331+0000 mgr.smithi023.vhqanb (mgr.14182) 1035 : cluster [DBG] pgmap v681: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:34.858 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:55:34.858 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:35.967745Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.txptdk on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\nDeploy daemon haproxy.nfs.foo.smithi184.txptdk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.021127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zhyacm on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\nDeploy daemon haproxy.nfs.foo.smithi023.zhyacm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.023193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ynotwz on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:55:35.491 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:55:35.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:35 smithi023 bash[16423]: cluster 2024-02-19T23:55:34.055174+0000 mgr.smithi023.vhqanb (mgr.14182) 1036 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:35.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:35 smithi184 bash[20261]: cluster 2024-02-19T23:55:34.055174+0000 mgr.smithi023.vhqanb (mgr.14182) 1036 : cluster [DBG] pgmap v682: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:36.491 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:55:36.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:36 smithi023 bash[16423]: audit 2024-02-19T23:55:34.833491+0000 mgr.smithi023.vhqanb (mgr.14182) 1037 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:36.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:36 smithi184 bash[20261]: audit 2024-02-19T23:55:34.833491+0000 mgr.smithi023.vhqanb (mgr.14182) 1037 : audit [DBG] from='client.15276 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:37.632 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:37 smithi023 bash[16423]: cluster 2024-02-19T23:55:36.056261+0000 mgr.smithi023.vhqanb (mgr.14182) 1038 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:37.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:37 smithi184 bash[20261]: cluster 2024-02-19T23:55:36.056261+0000 mgr.smithi023.vhqanb (mgr.14182) 1038 : cluster [DBG] pgmap v683: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:39.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:39 smithi023 bash[16423]: cluster 2024-02-19T23:55:38.056941+0000 mgr.smithi023.vhqanb (mgr.14182) 1039 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:55:39.689 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:55:39.689 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:35.967745Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.txptdk on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\nDeploy daemon haproxy.nfs.foo.smithi184.txptdk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.021127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zhyacm on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\nDeploy daemon haproxy.nfs.foo.smithi023.zhyacm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.023193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ynotwz on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:55:39.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:39 smithi184 bash[20261]: cluster 2024-02-19T23:55:38.056941+0000 mgr.smithi023.vhqanb (mgr.14182) 1039 : cluster [DBG] pgmap v684: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:55:40.298 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:55:40.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:40 smithi023 bash[16423]: audit 2024-02-19T23:55:40.029387+0000 mon.smithi023 (mon.0) 878 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:55:40.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:40 smithi184 bash[20261]: audit 2024-02-19T23:55:40.029387+0000 mon.smithi023 (mon.0) 878 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:55:41.299 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:55:41.611 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:41 smithi023 bash[16423]: audit 2024-02-19T23:55:39.665182+0000 mgr.smithi023.vhqanb (mgr.14182) 1040 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:41.611 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:41 smithi023 bash[16423]: cluster 2024-02-19T23:55:40.058162+0000 mgr.smithi023.vhqanb (mgr.14182) 1041 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:41.611 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:41 smithi023 bash[16423]: audit 2024-02-19T23:55:40.349516+0000 mon.smithi023 (mon.0) 879 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:55:41.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:41 smithi184 bash[20261]: audit 2024-02-19T23:55:39.665182+0000 mgr.smithi023.vhqanb (mgr.14182) 1040 : audit [DBG] from='client.15280 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:41.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:41 smithi184 bash[20261]: cluster 2024-02-19T23:55:40.058162+0000 mgr.smithi023.vhqanb (mgr.14182) 1041 : cluster [DBG] pgmap v685: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:41.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:41 smithi184 bash[20261]: audit 2024-02-19T23:55:40.349516+0000 mon.smithi023 (mon.0) 879 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:55:43.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:43 smithi023 bash[16423]: cluster 2024-02-19T23:55:42.059149+0000 mgr.smithi023.vhqanb (mgr.14182) 1042 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:43.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:43 smithi184 bash[20261]: cluster 2024-02-19T23:55:42.059149+0000 mgr.smithi023.vhqanb (mgr.14182) 1042 : cluster [DBG] pgmap v686: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:44.686 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:55:44.687 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:45:19.321893Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:35.967745Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.txptdk on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\nDeploy daemon haproxy.nfs.foo.smithi184.txptdk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.021127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zhyacm on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\nDeploy daemon haproxy.nfs.foo.smithi023.zhyacm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.023193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ynotwz on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:45:19.324275Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:45:19.322259Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:45:19.322521Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:45:19.324520Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:45:19.322772Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:45:19.323261Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:45:19.323018Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:55:45.282 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:55:45.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:45 smithi023 bash[16423]: cluster 2024-02-19T23:55:44.060107+0000 mgr.smithi023.vhqanb (mgr.14182) 1043 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:45.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:45 smithi184 bash[20261]: cluster 2024-02-19T23:55:44.060107+0000 mgr.smithi023.vhqanb (mgr.14182) 1043 : cluster [DBG] pgmap v687: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:46.282 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:55:46.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:46 smithi023 bash[16423]: audit 2024-02-19T23:55:44.670907+0000 mgr.smithi023.vhqanb (mgr.14182) 1044 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:46.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:46 smithi184 bash[20261]: audit 2024-02-19T23:55:44.670907+0000 mgr.smithi023.vhqanb (mgr.14182) 1044 : audit [DBG] from='client.15284 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:47.693 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:47 smithi023 bash[16423]: cluster 2024-02-19T23:55:46.061220+0000 mgr.smithi023.vhqanb (mgr.14182) 1045 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:47.693 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:47 smithi023 bash[16423]: audit 2024-02-19T23:55:46.371873+0000 mon.smithi023 (mon.0) 880 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:55:47.693 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:47 smithi023 bash[16423]: audit 2024-02-19T23:55:46.665591+0000 mon.smithi023 (mon.0) 881 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:55:47.693 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:47 smithi023 bash[16423]: audit 2024-02-19T23:55:46.667594+0000 mon.smithi023 (mon.0) 882 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:55:47.693 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:47 smithi023 bash[16423]: audit 2024-02-19T23:55:46.682208+0000 mon.smithi023 (mon.0) 883 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:55:47.693 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:47 smithi023 bash[16423]: audit 2024-02-19T23:55:46.692484+0000 mon.smithi023 (mon.0) 884 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:55:47.693 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:47 smithi023 bash[16423]: audit 2024-02-19T23:55:46.709050+0000 mon.smithi023 (mon.0) 885 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:55:47.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:47 smithi184 bash[20261]: cluster 2024-02-19T23:55:46.061220+0000 mgr.smithi023.vhqanb (mgr.14182) 1045 : cluster [DBG] pgmap v688: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:55:47.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:47 smithi184 bash[20261]: audit 2024-02-19T23:55:46.371873+0000 mon.smithi023 (mon.0) 880 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:55:47.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:47 smithi184 bash[20261]: audit 2024-02-19T23:55:46.665591+0000 mon.smithi023 (mon.0) 881 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:55:47.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:47 smithi184 bash[20261]: audit 2024-02-19T23:55:46.667594+0000 mon.smithi023 (mon.0) 882 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:55:47.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:47 smithi184 bash[20261]: audit 2024-02-19T23:55:46.682208+0000 mon.smithi023 (mon.0) 883 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:55:47.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:47 smithi184 bash[20261]: audit 2024-02-19T23:55:46.692484+0000 mon.smithi023 (mon.0) 884 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:55:47.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:47 smithi184 bash[20261]: audit 2024-02-19T23:55:46.709050+0000 mon.smithi023 (mon.0) 885 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:55:48.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:48 smithi184 bash[20261]: cluster 2024-02-19T23:55:46.683388+0000 mgr.smithi023.vhqanb (mgr.14182) 1046 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-19T23:55:48.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:48 smithi184 bash[20261]: cephadm 2024-02-19T23:55:46.712471+0000 mgr.smithi023.vhqanb (mgr.14182) 1047 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.tczhyb on smithi184 2024-02-19T23:55:48.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:48 smithi184 bash[20261]: cluster 2024-02-19T23:55:47.677600+0000 mon.smithi023 (mon.0) 886 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:55:48.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:48 smithi184 bash[20261]: cluster 2024-02-19T23:55:47.677674+0000 mon.smithi023 (mon.0) 887 : cluster [INF] Cluster is now healthy 2024-02-19T23:55:48.802 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:48 smithi023 bash[16423]: cluster 2024-02-19T23:55:46.683388+0000 mgr.smithi023.vhqanb (mgr.14182) 1046 : cluster [DBG] pgmap v689: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-19T23:55:48.802 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:48 smithi023 bash[16423]: cephadm 2024-02-19T23:55:46.712471+0000 mgr.smithi023.vhqanb (mgr.14182) 1047 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.tczhyb on smithi184 2024-02-19T23:55:48.802 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:48 smithi023 bash[16423]: cluster 2024-02-19T23:55:47.677600+0000 mon.smithi023 (mon.0) 886 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:55:48.802 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:48 smithi023 bash[16423]: cluster 2024-02-19T23:55:47.677674+0000 mon.smithi023 (mon.0) 887 : cluster [INF] Cluster is now healthy 2024-02-19T23:55:49.626 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:55:49.626 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:53:31.434186Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.lfzsfl on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:35.967745Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.txptdk on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\nDeploy daemon haproxy.nfs.foo.smithi184.txptdk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.021127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zhyacm on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\nDeploy daemon haproxy.nfs.foo.smithi023.zhyacm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.023193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ynotwz on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:55:50.242 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:55:50.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:50 smithi023 bash[16423]: cluster 2024-02-19T23:55:48.684335+0000 mgr.smithi023.vhqanb (mgr.14182) 1048 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-19T23:55:50.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:50 smithi184 bash[20261]: cluster 2024-02-19T23:55:48.684335+0000 mgr.smithi023.vhqanb (mgr.14182) 1048 : cluster [DBG] pgmap v690: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-19T23:55:51.244 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:55:51.611 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:51 smithi023 bash[16423]: audit 2024-02-19T23:55:49.602392+0000 mgr.smithi023.vhqanb (mgr.14182) 1049 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:51.612 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:51 smithi023 bash[16423]: audit 2024-02-19T23:55:50.654079+0000 mon.smithi023 (mon.0) 888 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.tczhyb"}]: dispatch 2024-02-19T23:55:51.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:51 smithi184 bash[20261]: audit 2024-02-19T23:55:49.602392+0000 mgr.smithi023.vhqanb (mgr.14182) 1049 : audit [DBG] from='client.15288 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:51.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:51 smithi184 bash[20261]: audit 2024-02-19T23:55:50.654079+0000 mon.smithi023 (mon.0) 888 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.tczhyb"}]: dispatch 2024-02-19T23:55:52.693 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: cephadm 2024-02-19T23:55:50.652976+0000 mgr.smithi023.vhqanb (mgr.14182) 1050 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb 2024-02-19T23:55:52.693 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:55:52.693 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb 2024-02-19T23:55:52.694 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb 2024-02-19T23:55:52.694 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:55:52.694 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb 2024-02-19T23:55:52.694 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.tczhyb ... 2024-02-19T23:55:52.694 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:55:52.694 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:55:52.694 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:55:52.694 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:55:52.694 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:55:52.695 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:55:52.695 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:55:52.695 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:55:52.695 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:55:52.695 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:55:52.695 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb 2024-02-19T23:55:52.695 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:55:52.695 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb 2024-02-19T23:55:52.695 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb 2024-02-19T23:55:52.696 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:55:52.696 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb 2024-02-19T23:55:52.696 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.tczhyb ... 2024-02-19T23:55:52.696 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:55:52.696 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:55:52.696 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:55:52.696 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:55:52.696 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:55:52.696 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: cephadm 2024-02-19T23:55:50.653478+0000 mgr.smithi023.vhqanb (mgr.14182) 1051 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.tczhyb 2024-02-19T23:55:52.696 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: cephadm 2024-02-19T23:55:50.655915+0000 mgr.smithi023.vhqanb (mgr.14182) 1052 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.tczhyb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb 2024-02-19T23:55:52.697 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:55:52.697 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb 2024-02-19T23:55:52.697 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb 2024-02-19T23:55:52.697 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:55:52.697 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb 2024-02-19T23:55:52.697 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.tczhyb ... 2024-02-19T23:55:52.697 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:55:52.697 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:55:52.697 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:55:52.697 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:55:52.697 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:55:52.698 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: cephadm 2024-02-19T23:55:50.660918+0000 mgr.smithi023.vhqanb (mgr.14182) 1053 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.aiupkj on smithi023 2024-02-19T23:55:52.698 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:52 smithi023 bash[16423]: cluster 2024-02-19T23:55:50.685236+0000 mgr.smithi023.vhqanb (mgr.14182) 1054 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-19T23:55:52.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: cephadm 2024-02-19T23:55:50.652976+0000 mgr.smithi023.vhqanb (mgr.14182) 1050 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb 2024-02-19T23:55:52.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:55:52.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb 2024-02-19T23:55:52.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb 2024-02-19T23:55:52.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:55:52.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb 2024-02-19T23:55:52.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.tczhyb ... 2024-02-19T23:55:52.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:55:52.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:55:52.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:55:52.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:55:52.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:55:52.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:55:52.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:55:52.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:55:52.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:55:52.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:55:52.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb 2024-02-19T23:55:52.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:55:52.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb 2024-02-19T23:55:52.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb 2024-02-19T23:55:52.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:55:52.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb 2024-02-19T23:55:52.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.tczhyb ... 2024-02-19T23:55:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:55:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:55:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:55:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:55:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:55:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: cephadm 2024-02-19T23:55:50.653478+0000 mgr.smithi023.vhqanb (mgr.14182) 1051 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.tczhyb 2024-02-19T23:55:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: cephadm 2024-02-19T23:55:50.655915+0000 mgr.smithi023.vhqanb (mgr.14182) 1052 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.tczhyb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb 2024-02-19T23:55:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:55:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb 2024-02-19T23:55:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb 2024-02-19T23:55:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:55:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb 2024-02-19T23:55:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.tczhyb ... 2024-02-19T23:55:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:55:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:55:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:55:52.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:55:52.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:55:52.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: cephadm 2024-02-19T23:55:50.660918+0000 mgr.smithi023.vhqanb (mgr.14182) 1053 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.aiupkj on smithi023 2024-02-19T23:55:52.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:52 smithi184 bash[20261]: cluster 2024-02-19T23:55:50.685236+0000 mgr.smithi023.vhqanb (mgr.14182) 1054 : cluster [DBG] pgmap v691: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-19T23:55:54.433 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:55:54.433 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:54:35.967745Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.txptdk on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-txptdk\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.txptdk\nDeploy daemon haproxy.nfs.foo.smithi184.txptdk ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.021127Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zhyacm on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zhyacm\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zhyacm\nDeploy daemon haproxy.nfs.foo.smithi023.zhyacm ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:54:40.023193Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ynotwz on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:50.655593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tczhyb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\nDeploy daemon haproxy.nfs.foo.smithi184.tczhyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:55:54.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:54 smithi023 bash[16423]: cluster 2024-02-19T23:55:52.685824+0000 mgr.smithi023.vhqanb (mgr.14182) 1055 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-19T23:55:54.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:54 smithi184 bash[20261]: cluster 2024-02-19T23:55:52.685824+0000 mgr.smithi023.vhqanb (mgr.14182) 1055 : cluster [DBG] pgmap v692: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 192 B/s rd, 0 op/s 2024-02-19T23:55:55.139 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:55:55.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: audit 2024-02-19T23:55:54.417569+0000 mgr.smithi023.vhqanb (mgr.14182) 1056 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:55.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: cephadm 2024-02-19T23:55:54.453348+0000 mgr.smithi023.vhqanb (mgr.14182) 1057 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj 2024-02-19T23:55:55.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:55:55.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj 2024-02-19T23:55:55.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj 2024-02-19T23:55:55.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:55:55.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj 2024-02-19T23:55:55.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.aiupkj ... 2024-02-19T23:55:55.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:55:55.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:55:55.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:55:55.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:55:55.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:55:55.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:55:55.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:55:55.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:55:55.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:55:55.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:55:55.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj 2024-02-19T23:55:55.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:55:55.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj 2024-02-19T23:55:55.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj 2024-02-19T23:55:55.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:55:55.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj 2024-02-19T23:55:55.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.aiupkj ... 2024-02-19T23:55:55.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:55:55.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:55:55.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:55:55.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:55:55.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:55:55.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: cephadm 2024-02-19T23:55:54.453566+0000 mgr.smithi023.vhqanb (mgr.14182) 1058 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.aiupkj 2024-02-19T23:55:55.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: audit 2024-02-19T23:55:54.453972+0000 mon.smithi023 (mon.0) 889 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.aiupkj"}]: dispatch 2024-02-19T23:55:55.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: cephadm 2024-02-19T23:55:54.454889+0000 mgr.smithi023.vhqanb (mgr.14182) 1059 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.aiupkj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj 2024-02-19T23:55:55.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:55:55.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj 2024-02-19T23:55:55.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj 2024-02-19T23:55:55.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:55:55.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj 2024-02-19T23:55:55.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.aiupkj ... 2024-02-19T23:55:55.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:55:55.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:55:55.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:55:55.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:55:55.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:55:55.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: cephadm 2024-02-19T23:55:54.457150+0000 mgr.smithi023.vhqanb (mgr.14182) 1060 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.mesbrx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:55:55.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: cephadm 2024-02-19T23:55:54.458753+0000 mgr.smithi023.vhqanb (mgr.14182) 1061 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:55:55.752 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:55 smithi023 bash[16423]: cluster 2024-02-19T23:55:54.459796+0000 mgr.smithi023.vhqanb (mgr.14182) 1062 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-02-19T23:55:55.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: audit 2024-02-19T23:55:54.417569+0000 mgr.smithi023.vhqanb (mgr.14182) 1056 : audit [DBG] from='client.15292 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:55:55.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: cephadm 2024-02-19T23:55:54.453348+0000 mgr.smithi023.vhqanb (mgr.14182) 1057 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj 2024-02-19T23:55:55.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:55:55.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj 2024-02-19T23:55:55.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj 2024-02-19T23:55:55.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:55:55.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj 2024-02-19T23:55:55.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.aiupkj ... 2024-02-19T23:55:55.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:55:55.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:55:55.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:55:55.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:55:55.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:55:55.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:55:55.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:55:55.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:55:55.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:55:55.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:55:55.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj 2024-02-19T23:55:55.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:55:55.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj 2024-02-19T23:55:55.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj 2024-02-19T23:55:55.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:55:55.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj 2024-02-19T23:55:55.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.aiupkj ... 2024-02-19T23:55:55.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:55:55.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:55:55.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:55:55.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:55:55.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:55:55.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: cephadm 2024-02-19T23:55:54.453566+0000 mgr.smithi023.vhqanb (mgr.14182) 1058 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.aiupkj 2024-02-19T23:55:55.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: audit 2024-02-19T23:55:54.453972+0000 mon.smithi023 (mon.0) 889 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.aiupkj"}]: dispatch 2024-02-19T23:55:55.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: cephadm 2024-02-19T23:55:54.454889+0000 mgr.smithi023.vhqanb (mgr.14182) 1059 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.aiupkj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj 2024-02-19T23:55:55.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:55:55.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj 2024-02-19T23:55:55.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj 2024-02-19T23:55:55.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:55:55.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj 2024-02-19T23:55:55.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.aiupkj ... 2024-02-19T23:55:55.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:55:55.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:55:55.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:55:55.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:55:55.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:55:55.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: cephadm 2024-02-19T23:55:54.457150+0000 mgr.smithi023.vhqanb (mgr.14182) 1060 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.mesbrx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:55:55.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: cephadm 2024-02-19T23:55:54.458753+0000 mgr.smithi023.vhqanb (mgr.14182) 1061 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:55:55.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:55 smithi184 bash[20261]: cluster 2024-02-19T23:55:54.459796+0000 mgr.smithi023.vhqanb (mgr.14182) 1062 : cluster [DBG] pgmap v693: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-02-19T23:55:56.140 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:55:56.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:56 smithi023 bash[16423]: cluster 2024-02-19T23:55:55.437897+0000 mon.smithi023 (mon.0) 890 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:55:56.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:56 smithi184 bash[20261]: cluster 2024-02-19T23:55:55.437897+0000 mon.smithi023 (mon.0) 890 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:55:57.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:57 smithi023 bash[16423]: cluster 2024-02-19T23:55:56.461119+0000 mgr.smithi023.vhqanb (mgr.14182) 1063 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-02-19T23:55:57.643 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:57 smithi023 bash[16423]: audit 2024-02-19T23:55:57.060314+0000 mon.smithi023 (mon.0) 891 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:55:57.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:57 smithi184 bash[20261]: cluster 2024-02-19T23:55:56.461119+0000 mgr.smithi023.vhqanb (mgr.14182) 1063 : cluster [DBG] pgmap v694: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 196 B/s rd, 0 op/s 2024-02-19T23:55:57.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:57 smithi184 bash[20261]: audit 2024-02-19T23:55:57.060314+0000 mon.smithi023 (mon.0) 891 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:55:59.458 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:55:59.458 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:50.655593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tczhyb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\nDeploy daemon haproxy.nfs.foo.smithi184.tczhyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.454783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aiupkj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\nDeploy daemon haproxy.nfs.foo.smithi023.aiupkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.457061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mesbrx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:54.458663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:55:59.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:55:59 smithi023 bash[16423]: cluster 2024-02-19T23:55:58.462129+0000 mgr.smithi023.vhqanb (mgr.14182) 1064 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 347 B/s rd, 0 op/s 2024-02-19T23:55:59.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:55:59 smithi184 bash[20261]: cluster 2024-02-19T23:55:58.462129+0000 mgr.smithi023.vhqanb (mgr.14182) 1064 : cluster [DBG] pgmap v695: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 347 B/s rd, 0 op/s 2024-02-19T23:56:00.134 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:56:00.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:00 smithi184 bash[20261]: audit 2024-02-19T23:55:59.443160+0000 mgr.smithi023.vhqanb (mgr.14182) 1065 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:56:00.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:00 smithi023 bash[16423]: audit 2024-02-19T23:55:59.443160+0000 mgr.smithi023.vhqanb (mgr.14182) 1065 : audit [DBG] from='client.15296 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:56:01.135 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:56:01.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:01 smithi184 bash[20261]: cluster 2024-02-19T23:56:00.463452+0000 mgr.smithi023.vhqanb (mgr.14182) 1066 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-19T23:56:01.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:01 smithi023 bash[16423]: cluster 2024-02-19T23:56:00.463452+0000 mgr.smithi023.vhqanb (mgr.14182) 1066 : cluster [DBG] pgmap v696: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-19T23:56:03.923 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:03 smithi023 bash[16423]: cluster 2024-02-19T23:56:02.464638+0000 mgr.smithi023.vhqanb (mgr.14182) 1067 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-19T23:56:04.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:03 smithi184 bash[20261]: cluster 2024-02-19T23:56:02.464638+0000 mgr.smithi023.vhqanb (mgr.14182) 1067 : cluster [DBG] pgmap v697: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-19T23:56:04.362 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:56:04.362 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:50.655593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tczhyb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\nDeploy daemon haproxy.nfs.foo.smithi184.tczhyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.454783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aiupkj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\nDeploy daemon haproxy.nfs.foo.smithi023.aiupkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.457061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mesbrx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:54.458663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:56:04.990 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:56:05.992 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:56:05.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:05 smithi023 bash[16423]: audit 2024-02-19T23:56:04.346559+0000 mgr.smithi023.vhqanb (mgr.14182) 1068 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:56:05.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:05 smithi023 bash[16423]: cluster 2024-02-19T23:56:04.467676+0000 mgr.smithi023.vhqanb (mgr.14182) 1069 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-19T23:56:06.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:05 smithi184 bash[20261]: audit 2024-02-19T23:56:04.346559+0000 mgr.smithi023.vhqanb (mgr.14182) 1068 : audit [DBG] from='client.15300 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:56:06.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:05 smithi184 bash[20261]: cluster 2024-02-19T23:56:04.467676+0000 mgr.smithi023.vhqanb (mgr.14182) 1069 : cluster [DBG] pgmap v698: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-19T23:56:07.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:07 smithi023 bash[16423]: cluster 2024-02-19T23:56:06.468799+0000 mgr.smithi023.vhqanb (mgr.14182) 1070 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:08.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:07 smithi184 bash[20261]: cluster 2024-02-19T23:56:06.468799+0000 mgr.smithi023.vhqanb (mgr.14182) 1070 : cluster [DBG] pgmap v699: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:09.114 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:56:09.115 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:50.655593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tczhyb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\nDeploy daemon haproxy.nfs.foo.smithi184.tczhyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.454783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aiupkj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\nDeploy daemon haproxy.nfs.foo.smithi023.aiupkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.457061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mesbrx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:54.458663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:56:09.768 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:56:09.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:09 smithi023 bash[16423]: cluster 2024-02-19T23:56:08.469796+0000 mgr.smithi023.vhqanb (mgr.14182) 1071 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:56:10.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:09 smithi184 bash[20261]: cluster 2024-02-19T23:56:08.469796+0000 mgr.smithi023.vhqanb (mgr.14182) 1071 : cluster [DBG] pgmap v700: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:56:10.770 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:56:10.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:10 smithi023 bash[16423]: audit 2024-02-19T23:56:09.099123+0000 mgr.smithi023.vhqanb (mgr.14182) 1072 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:56:11.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:10 smithi184 bash[20261]: audit 2024-02-19T23:56:09.099123+0000 mgr.smithi023.vhqanb (mgr.14182) 1072 : audit [DBG] from='client.15304 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:56:11.920 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:11 smithi023 bash[16423]: cluster 2024-02-19T23:56:10.470915+0000 mgr.smithi023.vhqanb (mgr.14182) 1073 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:12.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:11 smithi184 bash[20261]: cluster 2024-02-19T23:56:10.470915+0000 mgr.smithi023.vhqanb (mgr.14182) 1073 : cluster [DBG] pgmap v701: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:13.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:13 smithi023 bash[16423]: cluster 2024-02-19T23:56:12.471935+0000 mgr.smithi023.vhqanb (mgr.14182) 1074 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:14.006 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:56:14.006 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:50.655593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tczhyb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\nDeploy daemon haproxy.nfs.foo.smithi184.tczhyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.454783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aiupkj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\nDeploy daemon haproxy.nfs.foo.smithi023.aiupkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.457061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mesbrx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:54.458663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:56:14.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:13 smithi184 bash[20261]: cluster 2024-02-19T23:56:12.471935+0000 mgr.smithi023.vhqanb (mgr.14182) 1074 : cluster [DBG] pgmap v702: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:14.634 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:56:15.635 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:56:15.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:15 smithi023 bash[16423]: audit 2024-02-19T23:56:13.983858+0000 mgr.smithi023.vhqanb (mgr.14182) 1075 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:56:15.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:15 smithi023 bash[16423]: cluster 2024-02-19T23:56:14.473230+0000 mgr.smithi023.vhqanb (mgr.14182) 1076 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:16.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:15 smithi184 bash[20261]: audit 2024-02-19T23:56:13.983858+0000 mgr.smithi023.vhqanb (mgr.14182) 1075 : audit [DBG] from='client.15308 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:56:16.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:15 smithi184 bash[20261]: cluster 2024-02-19T23:56:14.473230+0000 mgr.smithi023.vhqanb (mgr.14182) 1076 : cluster [DBG] pgmap v703: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:17.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:17 smithi023 bash[16423]: cluster 2024-02-19T23:56:16.474464+0000 mgr.smithi023.vhqanb (mgr.14182) 1077 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:18.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:17 smithi184 bash[20261]: cluster 2024-02-19T23:56:16.474464+0000 mgr.smithi023.vhqanb (mgr.14182) 1077 : cluster [DBG] pgmap v704: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:18.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:18 smithi023 bash[16423]: cluster 2024-02-19T23:56:18.475114+0000 mgr.smithi023.vhqanb (mgr.14182) 1078 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:56:19.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:18 smithi184 bash[20261]: cluster 2024-02-19T23:56:18.475114+0000 mgr.smithi023.vhqanb (mgr.14182) 1078 : cluster [DBG] pgmap v705: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:56:19.023 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:56:19.023 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:50.655593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tczhyb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\nDeploy daemon haproxy.nfs.foo.smithi184.tczhyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.454783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aiupkj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\nDeploy daemon haproxy.nfs.foo.smithi023.aiupkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.457061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mesbrx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:54.458663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:56:19.636 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:56:19.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:19 smithi023 bash[16423]: audit 2024-02-19T23:56:19.002374+0000 mgr.smithi023.vhqanb (mgr.14182) 1079 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:56:20.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:19 smithi184 bash[20261]: audit 2024-02-19T23:56:19.002374+0000 mgr.smithi023.vhqanb (mgr.14182) 1079 : audit [DBG] from='client.15312 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:56:20.638 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:56:20.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:20 smithi023 bash[16423]: cluster 2024-02-19T23:56:20.476482+0000 mgr.smithi023.vhqanb (mgr.14182) 1080 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:21.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:20 smithi184 bash[20261]: cluster 2024-02-19T23:56:20.476482+0000 mgr.smithi023.vhqanb (mgr.14182) 1080 : cluster [DBG] pgmap v706: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:23.664 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:56:23.665 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:50.655593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tczhyb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\nDeploy daemon haproxy.nfs.foo.smithi184.tczhyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.454783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aiupkj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\nDeploy daemon haproxy.nfs.foo.smithi023.aiupkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.457061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mesbrx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:54.458663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:56:23.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:23 smithi023 bash[16423]: cluster 2024-02-19T23:56:22.477445+0000 mgr.smithi023.vhqanb (mgr.14182) 1081 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:24.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:23 smithi184 bash[20261]: cluster 2024-02-19T23:56:22.477445+0000 mgr.smithi023.vhqanb (mgr.14182) 1081 : cluster [DBG] pgmap v707: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:24.319 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:56:25.320 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:56:25.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:25 smithi023 bash[16423]: audit 2024-02-19T23:56:23.641540+0000 mgr.smithi023.vhqanb (mgr.14182) 1082 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:56:25.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:25 smithi023 bash[16423]: cluster 2024-02-19T23:56:24.478819+0000 mgr.smithi023.vhqanb (mgr.14182) 1083 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:26.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:25 smithi184 bash[20261]: audit 2024-02-19T23:56:23.641540+0000 mgr.smithi023.vhqanb (mgr.14182) 1082 : audit [DBG] from='client.15316 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:56:26.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:25 smithi184 bash[20261]: cluster 2024-02-19T23:56:24.478819+0000 mgr.smithi023.vhqanb (mgr.14182) 1083 : cluster [DBG] pgmap v708: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:27.978 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:27 smithi023 bash[16423]: cluster 2024-02-19T23:56:26.480133+0000 mgr.smithi023.vhqanb (mgr.14182) 1084 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:28.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:27 smithi184 bash[20261]: cluster 2024-02-19T23:56:26.480133+0000 mgr.smithi023.vhqanb (mgr.14182) 1084 : cluster [DBG] pgmap v709: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:28.422 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:56:28.422 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:50.655593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tczhyb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\nDeploy daemon haproxy.nfs.foo.smithi184.tczhyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.454783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aiupkj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\nDeploy daemon haproxy.nfs.foo.smithi023.aiupkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.457061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mesbrx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:54.458663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:56:29.046 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:56:29.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:29 smithi023 bash[16423]: audit 2024-02-19T23:56:28.402299+0000 mgr.smithi023.vhqanb (mgr.14182) 1085 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:56:29.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:29 smithi023 bash[16423]: cluster 2024-02-19T23:56:28.480878+0000 mgr.smithi023.vhqanb (mgr.14182) 1086 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:56:30.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:29 smithi184 bash[20261]: audit 2024-02-19T23:56:28.402299+0000 mgr.smithi023.vhqanb (mgr.14182) 1085 : audit [DBG] from='client.15320 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:56:30.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:29 smithi184 bash[20261]: cluster 2024-02-19T23:56:28.480878+0000 mgr.smithi023.vhqanb (mgr.14182) 1086 : cluster [DBG] pgmap v710: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:56:30.048 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:56:31.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:31 smithi023 bash[16423]: cluster 2024-02-19T23:56:30.482136+0000 mgr.smithi023.vhqanb (mgr.14182) 1087 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:32.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:31 smithi184 bash[20261]: cluster 2024-02-19T23:56:30.482136+0000 mgr.smithi023.vhqanb (mgr.14182) 1087 : cluster [DBG] pgmap v711: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:32.875 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:32 smithi023 bash[16423]: cluster 2024-02-19T23:56:32.483251+0000 mgr.smithi023.vhqanb (mgr.14182) 1088 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:33.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:32 smithi184 bash[20261]: cluster 2024-02-19T23:56:32.483251+0000 mgr.smithi023.vhqanb (mgr.14182) 1088 : cluster [DBG] pgmap v712: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:33.317 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:56:33.318 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:50.655593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tczhyb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\nDeploy daemon haproxy.nfs.foo.smithi184.tczhyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.454783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aiupkj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\nDeploy daemon haproxy.nfs.foo.smithi023.aiupkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.457061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mesbrx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:54.458663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:56:33.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:33 smithi023 bash[16423]: audit 2024-02-19T23:56:33.297310+0000 mgr.smithi023.vhqanb (mgr.14182) 1089 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:56:33.995 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:56:34.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:33 smithi184 bash[20261]: audit 2024-02-19T23:56:33.297310+0000 mgr.smithi023.vhqanb (mgr.14182) 1089 : audit [DBG] from='client.15324 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:56:34.996 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:56:34.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:34 smithi023 bash[16423]: cluster 2024-02-19T23:56:34.484809+0000 mgr.smithi023.vhqanb (mgr.14182) 1090 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:35.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:34 smithi184 bash[20261]: cluster 2024-02-19T23:56:34.484809+0000 mgr.smithi023.vhqanb (mgr.14182) 1090 : cluster [DBG] pgmap v713: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:37.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:37 smithi023 bash[16423]: cluster 2024-02-19T23:56:36.485992+0000 mgr.smithi023.vhqanb (mgr.14182) 1091 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:38.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:37 smithi184 bash[20261]: cluster 2024-02-19T23:56:36.485992+0000 mgr.smithi023.vhqanb (mgr.14182) 1091 : cluster [DBG] pgmap v714: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:38.131 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:56:38.131 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:50.655593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tczhyb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\nDeploy daemon haproxy.nfs.foo.smithi184.tczhyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.454783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aiupkj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\nDeploy daemon haproxy.nfs.foo.smithi023.aiupkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.457061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mesbrx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:54.458663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:56:38.820 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:56:39.820 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:56:39.833 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:39 smithi023 bash[16423]: audit 2024-02-19T23:56:38.109043+0000 mgr.smithi023.vhqanb (mgr.14182) 1092 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:56:39.833 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:39 smithi023 bash[16423]: cluster 2024-02-19T23:56:38.487196+0000 mgr.smithi023.vhqanb (mgr.14182) 1093 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:56:40.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:39 smithi184 bash[20261]: audit 2024-02-19T23:56:38.109043+0000 mgr.smithi023.vhqanb (mgr.14182) 1092 : audit [DBG] from='client.15328 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:56:40.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:39 smithi184 bash[20261]: cluster 2024-02-19T23:56:38.487196+0000 mgr.smithi023.vhqanb (mgr.14182) 1093 : cluster [DBG] pgmap v715: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:56:40.889 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:40 smithi023 bash[16423]: cluster 2024-02-19T23:56:40.488426+0000 mgr.smithi023.vhqanb (mgr.14182) 1094 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:41.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:40 smithi184 bash[20261]: cluster 2024-02-19T23:56:40.488426+0000 mgr.smithi023.vhqanb (mgr.14182) 1094 : cluster [DBG] pgmap v716: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:43.033 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:56:43.034 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:50.655593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tczhyb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\nDeploy daemon haproxy.nfs.foo.smithi184.tczhyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.454783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aiupkj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\nDeploy daemon haproxy.nfs.foo.smithi023.aiupkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.457061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mesbrx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:54.458663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:56:43.680 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:56:43.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:43 smithi023 bash[16423]: cluster 2024-02-19T23:56:42.489453+0000 mgr.smithi023.vhqanb (mgr.14182) 1095 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:44.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:43 smithi184 bash[20261]: cluster 2024-02-19T23:56:42.489453+0000 mgr.smithi023.vhqanb (mgr.14182) 1095 : cluster [DBG] pgmap v717: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:44.682 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:56:44.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:44 smithi023 bash[16423]: audit 2024-02-19T23:56:43.018058+0000 mgr.smithi023.vhqanb (mgr.14182) 1096 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:56:45.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:44 smithi184 bash[20261]: audit 2024-02-19T23:56:43.018058+0000 mgr.smithi023.vhqanb (mgr.14182) 1096 : audit [DBG] from='client.15332 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:56:45.881 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:45 smithi023 bash[16423]: cluster 2024-02-19T23:56:44.490919+0000 mgr.smithi023.vhqanb (mgr.14182) 1097 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:46.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:45 smithi184 bash[20261]: cluster 2024-02-19T23:56:44.490919+0000 mgr.smithi023.vhqanb (mgr.14182) 1097 : cluster [DBG] pgmap v718: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:46.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:46 smithi023 bash[16423]: cluster 2024-02-19T23:56:46.492144+0000 mgr.smithi023.vhqanb (mgr.14182) 1098 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:47.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:46 smithi184 bash[20261]: cluster 2024-02-19T23:56:46.492144+0000 mgr.smithi023.vhqanb (mgr.14182) 1098 : cluster [DBG] pgmap v719: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:47.936 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:56:47.936 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:50.655593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tczhyb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\nDeploy daemon haproxy.nfs.foo.smithi184.tczhyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.454783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aiupkj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\nDeploy daemon haproxy.nfs.foo.smithi023.aiupkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.457061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mesbrx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:54.458663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:56:48.531 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:56:49.532 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:56:49.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:49 smithi023 bash[16423]: audit 2024-02-19T23:56:47.913010+0000 mgr.smithi023.vhqanb (mgr.14182) 1099 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:56:49.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:49 smithi023 bash[16423]: cluster 2024-02-19T23:56:48.493310+0000 mgr.smithi023.vhqanb (mgr.14182) 1100 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:56:50.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:49 smithi184 bash[20261]: audit 2024-02-19T23:56:47.913010+0000 mgr.smithi023.vhqanb (mgr.14182) 1099 : audit [DBG] from='client.15336 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:56:50.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:49 smithi184 bash[20261]: cluster 2024-02-19T23:56:48.493310+0000 mgr.smithi023.vhqanb (mgr.14182) 1100 : cluster [DBG] pgmap v720: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:56:51.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:51 smithi023 bash[16423]: cluster 2024-02-19T23:56:50.494661+0000 mgr.smithi023.vhqanb (mgr.14182) 1101 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:52.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:51 smithi184 bash[20261]: cluster 2024-02-19T23:56:50.494661+0000 mgr.smithi023.vhqanb (mgr.14182) 1101 : cluster [DBG] pgmap v721: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:52.617 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:56:52.617 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:50.655593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tczhyb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\nDeploy daemon haproxy.nfs.foo.smithi184.tczhyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.454783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aiupkj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\nDeploy daemon haproxy.nfs.foo.smithi023.aiupkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.457061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mesbrx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:54.458663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:56:52.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:52 smithi023 bash[16423]: cluster 2024-02-19T23:56:52.495692+0000 mgr.smithi023.vhqanb (mgr.14182) 1102 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:53.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:52 smithi184 bash[20261]: cluster 2024-02-19T23:56:52.495692+0000 mgr.smithi023.vhqanb (mgr.14182) 1102 : cluster [DBG] pgmap v722: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:53.232 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:56:53.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:53 smithi023 bash[16423]: audit 2024-02-19T23:56:52.597605+0000 mgr.smithi023.vhqanb (mgr.14182) 1103 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:56:54.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:53 smithi184 bash[20261]: audit 2024-02-19T23:56:52.597605+0000 mgr.smithi023.vhqanb (mgr.14182) 1103 : audit [DBG] from='client.15340 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:56:54.233 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:56:54.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:54 smithi023 bash[16423]: audit 2024-02-19T23:56:54.462495+0000 mon.smithi023 (mon.0) 892 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:56:54.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:54 smithi023 bash[16423]: cluster 2024-02-19T23:56:54.496999+0000 mgr.smithi023.vhqanb (mgr.14182) 1104 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:55.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:54 smithi184 bash[20261]: audit 2024-02-19T23:56:54.462495+0000 mon.smithi023 (mon.0) 892 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:56:55.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:54 smithi184 bash[20261]: cluster 2024-02-19T23:56:54.496999+0000 mgr.smithi023.vhqanb (mgr.14182) 1104 : cluster [DBG] pgmap v723: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:56:55.739 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:55 smithi023 bash[16423]: audit 2024-02-19T23:56:54.784078+0000 mon.smithi023 (mon.0) 893 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:56:55.739 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:55 smithi023 bash[16423]: audit 2024-02-19T23:56:54.786165+0000 mon.smithi023 (mon.0) 894 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:56:55.739 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:55 smithi023 bash[16423]: audit 2024-02-19T23:56:54.795968+0000 mon.smithi023 (mon.0) 895 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:56:55.739 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:55 smithi023 bash[16423]: cluster 2024-02-19T23:56:54.797154+0000 mgr.smithi023.vhqanb (mgr.14182) 1105 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:56:55.739 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:55 smithi023 bash[16423]: audit 2024-02-19T23:56:54.807059+0000 mon.smithi023 (mon.0) 896 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:56:55.739 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:55 smithi023 bash[16423]: audit 2024-02-19T23:56:54.824205+0000 mon.smithi023 (mon.0) 897 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:56:55.740 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:55 smithi023 bash[16423]: cephadm 2024-02-19T23:56:54.830586+0000 mgr.smithi023.vhqanb (mgr.14182) 1106 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.fsxieo on smithi184 2024-02-19T23:56:56.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:55 smithi184 bash[20261]: audit 2024-02-19T23:56:54.784078+0000 mon.smithi023 (mon.0) 893 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:56:56.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:55 smithi184 bash[20261]: audit 2024-02-19T23:56:54.786165+0000 mon.smithi023 (mon.0) 894 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:56:56.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:55 smithi184 bash[20261]: audit 2024-02-19T23:56:54.795968+0000 mon.smithi023 (mon.0) 895 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:56:56.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:55 smithi184 bash[20261]: cluster 2024-02-19T23:56:54.797154+0000 mgr.smithi023.vhqanb (mgr.14182) 1105 : cluster [DBG] pgmap v724: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:56:56.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:55 smithi184 bash[20261]: audit 2024-02-19T23:56:54.807059+0000 mon.smithi023 (mon.0) 896 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:56:56.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:55 smithi184 bash[20261]: audit 2024-02-19T23:56:54.824205+0000 mon.smithi023 (mon.0) 897 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:56:56.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:55 smithi184 bash[20261]: cephadm 2024-02-19T23:56:54.830586+0000 mgr.smithi023.vhqanb (mgr.14182) 1106 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.fsxieo on smithi184 2024-02-19T23:56:56.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:56 smithi023 bash[16423]: cluster 2024-02-19T23:56:55.792360+0000 mon.smithi023 (mon.0) 898 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:56:56.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:56 smithi023 bash[16423]: cluster 2024-02-19T23:56:55.792438+0000 mon.smithi023 (mon.0) 899 : cluster [INF] Cluster is now healthy 2024-02-19T23:56:57.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:56 smithi184 bash[20261]: cluster 2024-02-19T23:56:55.792360+0000 mon.smithi023 (mon.0) 898 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:56:57.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:56 smithi184 bash[20261]: cluster 2024-02-19T23:56:55.792438+0000 mon.smithi023 (mon.0) 899 : cluster [INF] Cluster is now healthy 2024-02-19T23:56:57.456 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:56:57.456 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:54:40.024989Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.vpnabu on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:50.655593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tczhyb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\nDeploy daemon haproxy.nfs.foo.smithi184.tczhyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.454783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aiupkj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\nDeploy daemon haproxy.nfs.foo.smithi023.aiupkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.457061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mesbrx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:54.458663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:56:57.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:57 smithi023 bash[16423]: cluster 2024-02-19T23:56:56.798115+0000 mgr.smithi023.vhqanb (mgr.14182) 1107 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:56:57.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:57 smithi023 bash[16423]: audit 2024-02-19T23:56:57.435860+0000 mgr.smithi023.vhqanb (mgr.14182) 1108 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:56:58.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:57 smithi184 bash[20261]: cluster 2024-02-19T23:56:56.798115+0000 mgr.smithi023.vhqanb (mgr.14182) 1107 : cluster [DBG] pgmap v725: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:56:58.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:57 smithi184 bash[20261]: audit 2024-02-19T23:56:57.435860+0000 mgr.smithi023.vhqanb (mgr.14182) 1108 : audit [DBG] from='client.15344 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:56:58.111 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:56:59.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:58 smithi184 bash[20261]: audit 2024-02-19T23:56:58.810857+0000 mon.smithi023 (mon.0) 900 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.fsxieo"}]: dispatch 2024-02-19T23:56:59.112 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:56:59.125 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:58 smithi023 bash[16423]: audit 2024-02-19T23:56:58.810857+0000 mon.smithi023 (mon.0) 900 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.fsxieo"}]: dispatch 2024-02-19T23:57:00.211 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: cluster 2024-02-19T23:56:58.799073+0000 mgr.smithi023.vhqanb (mgr.14182) 1109 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:57:00.211 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: cephadm 2024-02-19T23:56:58.809383+0000 mgr.smithi023.vhqanb (mgr.14182) 1110 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo 2024-02-19T23:57:00.211 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:57:00.211 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo 2024-02-19T23:57:00.211 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo 2024-02-19T23:57:00.211 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:57:00.211 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo 2024-02-19T23:57:00.211 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.fsxieo ... 2024-02-19T23:57:00.211 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:57:00.211 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:57:00.211 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:57:00.211 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:57:00.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:57:00.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:57:00.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:57:00.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:57:00.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:57:00.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:57:00.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo 2024-02-19T23:57:00.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:57:00.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo 2024-02-19T23:57:00.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo 2024-02-19T23:57:00.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:57:00.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo 2024-02-19T23:57:00.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.fsxieo ... 2024-02-19T23:57:00.212 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:57:00.213 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:57:00.213 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:57:00.213 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:57:00.213 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:57:00.213 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: cephadm 2024-02-19T23:56:58.810002+0000 mgr.smithi023.vhqanb (mgr.14182) 1111 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.fsxieo 2024-02-19T23:57:00.213 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: cephadm 2024-02-19T23:56:58.812899+0000 mgr.smithi023.vhqanb (mgr.14182) 1112 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.fsxieo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo 2024-02-19T23:57:00.213 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:57:00.213 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo 2024-02-19T23:57:00.213 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo 2024-02-19T23:57:00.213 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:57:00.213 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo 2024-02-19T23:57:00.213 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.fsxieo ... 2024-02-19T23:57:00.213 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:57:00.213 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:57:00.213 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:57:00.214 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:57:00.214 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:57:00.214 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:56:59 smithi023 bash[16423]: cephadm 2024-02-19T23:56:58.818573+0000 mgr.smithi023.vhqanb (mgr.14182) 1113 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.ubktxe on smithi023 2024-02-19T23:57:00.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: cluster 2024-02-19T23:56:58.799073+0000 mgr.smithi023.vhqanb (mgr.14182) 1109 : cluster [DBG] pgmap v726: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:57:00.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: cephadm 2024-02-19T23:56:58.809383+0000 mgr.smithi023.vhqanb (mgr.14182) 1110 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo 2024-02-19T23:57:00.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:57:00.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo 2024-02-19T23:57:00.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo 2024-02-19T23:57:00.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:57:00.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo 2024-02-19T23:57:00.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.fsxieo ... 2024-02-19T23:57:00.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:57:00.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:57:00.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:57:00.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:57:00.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:57:00.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:57:00.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:57:00.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:57:00.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:57:00.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:57:00.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo 2024-02-19T23:57:00.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:57:00.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo 2024-02-19T23:57:00.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo 2024-02-19T23:57:00.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:57:00.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo 2024-02-19T23:57:00.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.fsxieo ... 2024-02-19T23:57:00.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:57:00.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:57:00.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:57:00.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:57:00.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:57:00.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: cephadm 2024-02-19T23:56:58.810002+0000 mgr.smithi023.vhqanb (mgr.14182) 1111 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.fsxieo 2024-02-19T23:57:00.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: cephadm 2024-02-19T23:56:58.812899+0000 mgr.smithi023.vhqanb (mgr.14182) 1112 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.fsxieo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo 2024-02-19T23:57:00.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:57:00.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo 2024-02-19T23:57:00.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo 2024-02-19T23:57:00.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:57:00.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo 2024-02-19T23:57:00.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.fsxieo ... 2024-02-19T23:57:00.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:57:00.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:57:00.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:57:00.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:57:00.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:57:00.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:56:59 smithi184 bash[20261]: cephadm 2024-02-19T23:56:58.818573+0000 mgr.smithi023.vhqanb (mgr.14182) 1113 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.ubktxe on smithi023 2024-02-19T23:57:02.269 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:57:02.269 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:55:50.655593Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.tczhyb on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-tczhyb\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.tczhyb\nDeploy daemon haproxy.nfs.foo.smithi184.tczhyb ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.454783Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.aiupkj on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-aiupkj\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.aiupkj\nDeploy daemon haproxy.nfs.foo.smithi023.aiupkj ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:55:54.457061Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.mesbrx on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:55:54.458663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:56:58.812555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fsxieo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\nDeploy daemon haproxy.nfs.foo.smithi184.fsxieo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:57:02.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:02 smithi023 bash[16423]: cluster 2024-02-19T23:57:00.800316+0000 mgr.smithi023.vhqanb (mgr.14182) 1114 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:57:02.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:02 smithi023 bash[16423]: audit 2024-02-19T23:57:01.135892+0000 mon.smithi023 (mon.0) 901 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:57:02.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:02 smithi184 bash[20261]: cluster 2024-02-19T23:57:00.800316+0000 mgr.smithi023.vhqanb (mgr.14182) 1114 : cluster [DBG] pgmap v727: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:57:02.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:02 smithi184 bash[20261]: audit 2024-02-19T23:57:01.135892+0000 mon.smithi023 (mon.0) 901 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:57:03.138 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:57:03.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:03 smithi023 bash[16423]: audit 2024-02-19T23:57:02.248051+0000 mgr.smithi023.vhqanb (mgr.14182) 1115 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:57:03.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:03 smithi023 bash[16423]: audit 2024-02-19T23:57:02.961874+0000 mon.smithi023 (mon.0) 902 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.ubktxe"}]: dispatch 2024-02-19T23:57:03.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:03 smithi184 bash[20261]: audit 2024-02-19T23:57:02.248051+0000 mgr.smithi023.vhqanb (mgr.14182) 1115 : audit [DBG] from='client.15348 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:57:03.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:03 smithi184 bash[20261]: audit 2024-02-19T23:57:02.961874+0000 mon.smithi023 (mon.0) 902 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.ubktxe"}]: dispatch 2024-02-19T23:57:04.139 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:57:04.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: cluster 2024-02-19T23:57:02.801146+0000 mgr.smithi023.vhqanb (mgr.14182) 1116 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:57:04.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: cephadm 2024-02-19T23:57:02.960867+0000 mgr.smithi023.vhqanb (mgr.14182) 1117 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe 2024-02-19T23:57:04.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:57:04.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe 2024-02-19T23:57:04.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe 2024-02-19T23:57:04.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:57:04.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe 2024-02-19T23:57:04.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.ubktxe ... 2024-02-19T23:57:04.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:57:04.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:57:04.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:57:04.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:57:04.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:57:04.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:57:04.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:57:04.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:57:04.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:57:04.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:57:04.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe 2024-02-19T23:57:04.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:57:04.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe 2024-02-19T23:57:04.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe 2024-02-19T23:57:04.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:57:04.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe 2024-02-19T23:57:04.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.ubktxe ... 2024-02-19T23:57:04.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:57:04.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:57:04.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:57:04.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:57:04.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:57:04.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: cephadm 2024-02-19T23:57:02.961153+0000 mgr.smithi023.vhqanb (mgr.14182) 1118 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.ubktxe 2024-02-19T23:57:04.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: cephadm 2024-02-19T23:57:02.963269+0000 mgr.smithi023.vhqanb (mgr.14182) 1119 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.ubktxe on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe 2024-02-19T23:57:04.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:57:04.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe 2024-02-19T23:57:04.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe 2024-02-19T23:57:04.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:57:04.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe 2024-02-19T23:57:04.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.ubktxe ... 2024-02-19T23:57:04.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:57:04.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:57:04.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:57:04.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:57:04.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:57:04.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: cephadm 2024-02-19T23:57:02.965311+0000 mgr.smithi023.vhqanb (mgr.14182) 1120 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.czsuko on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:57:04.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: cephadm 2024-02-19T23:57:02.966960+0000 mgr.smithi023.vhqanb (mgr.14182) 1121 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:57:04.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: cluster 2024-02-19T23:57:02.968589+0000 mgr.smithi023.vhqanb (mgr.14182) 1122 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 241 B/s rd, 0 op/s 2024-02-19T23:57:04.501 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:04 smithi023 bash[16423]: cluster 2024-02-19T23:57:03.135476+0000 mon.smithi023 (mon.0) 903 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:57:04.526 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: cluster 2024-02-19T23:57:02.801146+0000 mgr.smithi023.vhqanb (mgr.14182) 1116 : cluster [DBG] pgmap v728: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:57:04.526 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: cephadm 2024-02-19T23:57:02.960867+0000 mgr.smithi023.vhqanb (mgr.14182) 1117 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe 2024-02-19T23:57:04.526 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:57:04.526 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe 2024-02-19T23:57:04.526 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe 2024-02-19T23:57:04.526 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:57:04.526 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe 2024-02-19T23:57:04.526 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.ubktxe ... 2024-02-19T23:57:04.526 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:57:04.526 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:57:04.527 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:57:04.527 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:57:04.527 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:57:04.527 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:57:04.527 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:57:04.527 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:57:04.527 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:57:04.527 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:57:04.527 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe 2024-02-19T23:57:04.527 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:57:04.527 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe 2024-02-19T23:57:04.527 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe 2024-02-19T23:57:04.527 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:57:04.527 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe 2024-02-19T23:57:04.528 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.ubktxe ... 2024-02-19T23:57:04.528 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:57:04.528 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:57:04.528 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:57:04.528 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:57:04.528 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:57:04.528 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: cephadm 2024-02-19T23:57:02.961153+0000 mgr.smithi023.vhqanb (mgr.14182) 1118 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.ubktxe 2024-02-19T23:57:04.528 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: cephadm 2024-02-19T23:57:02.963269+0000 mgr.smithi023.vhqanb (mgr.14182) 1119 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.ubktxe on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe 2024-02-19T23:57:04.528 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:57:04.528 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe 2024-02-19T23:57:04.528 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe 2024-02-19T23:57:04.528 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:57:04.528 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe 2024-02-19T23:57:04.528 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.ubktxe ... 2024-02-19T23:57:04.529 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:57:04.529 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:57:04.529 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:57:04.529 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:57:04.529 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:57:04.529 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: cephadm 2024-02-19T23:57:02.965311+0000 mgr.smithi023.vhqanb (mgr.14182) 1120 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.czsuko on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:57:04.529 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: cephadm 2024-02-19T23:57:02.966960+0000 mgr.smithi023.vhqanb (mgr.14182) 1121 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:57:04.529 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: cluster 2024-02-19T23:57:02.968589+0000 mgr.smithi023.vhqanb (mgr.14182) 1122 : cluster [DBG] pgmap v729: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 241 B/s rd, 0 op/s 2024-02-19T23:57:04.529 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:04 smithi184 bash[20261]: cluster 2024-02-19T23:57:03.135476+0000 mon.smithi023 (mon.0) 903 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:57:06.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:06 smithi184 bash[20261]: cluster 2024-02-19T23:57:04.969876+0000 mgr.smithi023.vhqanb (mgr.14182) 1123 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-19T23:57:06.565 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:06 smithi023 bash[16423]: cluster 2024-02-19T23:57:04.969876+0000 mgr.smithi023.vhqanb (mgr.14182) 1123 : cluster [DBG] pgmap v730: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-19T23:57:07.399 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:57:07.399 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:55:54.458663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:56:58.812555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fsxieo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\nDeploy daemon haproxy.nfs.foo.smithi184.fsxieo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.963151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ubktxe on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\nDeploy daemon haproxy.nfs.foo.smithi023.ubktxe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.965206Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.czsuko on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:57:02.966857Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:57:08.058 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:57:08.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:08 smithi023 bash[16423]: cluster 2024-02-19T23:57:06.970937+0000 mgr.smithi023.vhqanb (mgr.14182) 1124 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-19T23:57:08.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:08 smithi023 bash[16423]: audit 2024-02-19T23:57:07.114149+0000 mon.smithi023 (mon.0) 904 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:57:08.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:08 smithi023 bash[16423]: audit 2024-02-19T23:57:07.378777+0000 mgr.smithi023.vhqanb (mgr.14182) 1125 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:57:08.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:08 smithi184 bash[20261]: cluster 2024-02-19T23:57:06.970937+0000 mgr.smithi023.vhqanb (mgr.14182) 1124 : cluster [DBG] pgmap v731: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-19T23:57:08.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:08 smithi184 bash[20261]: audit 2024-02-19T23:57:07.114149+0000 mon.smithi023 (mon.0) 904 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:57:08.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:08 smithi184 bash[20261]: audit 2024-02-19T23:57:07.378777+0000 mgr.smithi023.vhqanb (mgr.14182) 1125 : audit [DBG] from='client.15352 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:57:09.059 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:57:10.448 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:10 smithi023 bash[16423]: cluster 2024-02-19T23:57:08.972218+0000 mgr.smithi023.vhqanb (mgr.14182) 1126 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-19T23:57:10.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:10 smithi184 bash[20261]: cluster 2024-02-19T23:57:08.972218+0000 mgr.smithi023.vhqanb (mgr.14182) 1126 : cluster [DBG] pgmap v732: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-19T23:57:12.311 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:57:12.311 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:55:54.458663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:56:58.812555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fsxieo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\nDeploy daemon haproxy.nfs.foo.smithi184.fsxieo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.963151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ubktxe on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\nDeploy daemon haproxy.nfs.foo.smithi023.ubktxe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.965206Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.czsuko on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:57:02.966857Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:57:12.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:12 smithi023 bash[16423]: cluster 2024-02-19T23:57:10.973608+0000 mgr.smithi023.vhqanb (mgr.14182) 1127 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-19T23:57:12.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:12 smithi184 bash[20261]: cluster 2024-02-19T23:57:10.973608+0000 mgr.smithi023.vhqanb (mgr.14182) 1127 : cluster [DBG] pgmap v733: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-19T23:57:12.973 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:57:13.247 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:13 smithi023 bash[16423]: audit 2024-02-19T23:57:12.290483+0000 mgr.smithi023.vhqanb (mgr.14182) 1128 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:57:13.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:13 smithi184 bash[20261]: audit 2024-02-19T23:57:12.290483+0000 mgr.smithi023.vhqanb (mgr.14182) 1128 : audit [DBG] from='client.15356 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:57:13.974 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:57:14.247 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:14 smithi023 bash[16423]: cluster 2024-02-19T23:57:12.974645+0000 mgr.smithi023.vhqanb (mgr.14182) 1129 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-19T23:57:14.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:14 smithi184 bash[20261]: cluster 2024-02-19T23:57:12.974645+0000 mgr.smithi023.vhqanb (mgr.14182) 1129 : cluster [DBG] pgmap v734: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-19T23:57:16.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:16 smithi023 bash[16423]: cluster 2024-02-19T23:57:14.975904+0000 mgr.smithi023.vhqanb (mgr.14182) 1130 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:16.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:16 smithi023 bash[16423]: audit 2024-02-19T23:57:16.136073+0000 mon.smithi023 (mon.0) 905 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:57:16.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:16 smithi184 bash[20261]: cluster 2024-02-19T23:57:14.975904+0000 mgr.smithi023.vhqanb (mgr.14182) 1130 : cluster [DBG] pgmap v735: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:16.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:16 smithi184 bash[20261]: audit 2024-02-19T23:57:16.136073+0000 mon.smithi023 (mon.0) 905 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:57:17.248 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:57:17.248 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:55:54.458663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:56:58.812555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fsxieo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\nDeploy daemon haproxy.nfs.foo.smithi184.fsxieo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.963151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ubktxe on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\nDeploy daemon haproxy.nfs.foo.smithi023.ubktxe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.965206Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.czsuko on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:57:02.966857Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:57:17.863 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:57:18.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:18 smithi023 bash[16423]: cluster 2024-02-19T23:57:16.977004+0000 mgr.smithi023.vhqanb (mgr.14182) 1131 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:18.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:18 smithi023 bash[16423]: audit 2024-02-19T23:57:17.231388+0000 mgr.smithi023.vhqanb (mgr.14182) 1132 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:57:18.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:18 smithi184 bash[20261]: cluster 2024-02-19T23:57:16.977004+0000 mgr.smithi023.vhqanb (mgr.14182) 1131 : cluster [DBG] pgmap v736: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:18.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:18 smithi184 bash[20261]: audit 2024-02-19T23:57:17.231388+0000 mgr.smithi023.vhqanb (mgr.14182) 1132 : audit [DBG] from='client.15360 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:57:18.864 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:57:20.258 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:20 smithi023 bash[16423]: cluster 2024-02-19T23:57:18.978190+0000 mgr.smithi023.vhqanb (mgr.14182) 1133 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:57:20.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:20 smithi184 bash[20261]: cluster 2024-02-19T23:57:18.978190+0000 mgr.smithi023.vhqanb (mgr.14182) 1133 : cluster [DBG] pgmap v737: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:57:22.055 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:57:22.055 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:55:54.458663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:56:58.812555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fsxieo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\nDeploy daemon haproxy.nfs.foo.smithi184.fsxieo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.963151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ubktxe on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\nDeploy daemon haproxy.nfs.foo.smithi023.ubktxe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.965206Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.czsuko on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:57:02.966857Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:57:22.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:22 smithi023 bash[16423]: cluster 2024-02-19T23:57:20.979616+0000 mgr.smithi023.vhqanb (mgr.14182) 1134 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:22.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:22 smithi184 bash[20261]: cluster 2024-02-19T23:57:20.979616+0000 mgr.smithi023.vhqanb (mgr.14182) 1134 : cluster [DBG] pgmap v738: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:22.724 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:57:23.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:23 smithi023 bash[16423]: audit 2024-02-19T23:57:22.034391+0000 mgr.smithi023.vhqanb (mgr.14182) 1135 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:57:23.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:23 smithi184 bash[20261]: audit 2024-02-19T23:57:22.034391+0000 mgr.smithi023.vhqanb (mgr.14182) 1135 : audit [DBG] from='client.15364 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:57:23.725 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:57:24.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:24 smithi184 bash[20261]: cluster 2024-02-19T23:57:22.980832+0000 mgr.smithi023.vhqanb (mgr.14182) 1136 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:24.545 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:24 smithi023 bash[16423]: cluster 2024-02-19T23:57:22.980832+0000 mgr.smithi023.vhqanb (mgr.14182) 1136 : cluster [DBG] pgmap v739: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:26.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:26 smithi023 bash[16423]: cluster 2024-02-19T23:57:24.982297+0000 mgr.smithi023.vhqanb (mgr.14182) 1137 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:26.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:26 smithi184 bash[20261]: cluster 2024-02-19T23:57:24.982297+0000 mgr.smithi023.vhqanb (mgr.14182) 1137 : cluster [DBG] pgmap v740: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:27.054 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:57:27.054 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:55:54.458663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:56:58.812555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fsxieo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\nDeploy daemon haproxy.nfs.foo.smithi184.fsxieo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.963151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ubktxe on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\nDeploy daemon haproxy.nfs.foo.smithi023.ubktxe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.965206Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.czsuko on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:57:02.966857Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:57:27.705 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:57:28.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:28 smithi023 bash[16423]: cluster 2024-02-19T23:57:26.983354+0000 mgr.smithi023.vhqanb (mgr.14182) 1138 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:28.499 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:28 smithi023 bash[16423]: audit 2024-02-19T23:57:27.032227+0000 mgr.smithi023.vhqanb (mgr.14182) 1139 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:57:28.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:28 smithi184 bash[20261]: cluster 2024-02-19T23:57:26.983354+0000 mgr.smithi023.vhqanb (mgr.14182) 1138 : cluster [DBG] pgmap v741: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:28.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:28 smithi184 bash[20261]: audit 2024-02-19T23:57:27.032227+0000 mgr.smithi023.vhqanb (mgr.14182) 1139 : audit [DBG] from='client.15368 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:57:28.706 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:57:30.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:30 smithi023 bash[16423]: cluster 2024-02-19T23:57:28.984610+0000 mgr.smithi023.vhqanb (mgr.14182) 1140 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:57:30.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:30 smithi184 bash[20261]: cluster 2024-02-19T23:57:28.984610+0000 mgr.smithi023.vhqanb (mgr.14182) 1140 : cluster [DBG] pgmap v742: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:57:31.855 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:57:31.855 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:55:54.458663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:56:58.812555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fsxieo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\nDeploy daemon haproxy.nfs.foo.smithi184.fsxieo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.963151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ubktxe on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\nDeploy daemon haproxy.nfs.foo.smithi023.ubktxe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.965206Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.czsuko on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:57:02.966857Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:57:32.464 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:57:32.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:32 smithi023 bash[16423]: cluster 2024-02-19T23:57:30.985880+0000 mgr.smithi023.vhqanb (mgr.14182) 1141 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:32.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:32 smithi184 bash[20261]: cluster 2024-02-19T23:57:30.985880+0000 mgr.smithi023.vhqanb (mgr.14182) 1141 : cluster [DBG] pgmap v743: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:33.465 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:57:33.477 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:33 smithi023 bash[16423]: audit 2024-02-19T23:57:31.837307+0000 mgr.smithi023.vhqanb (mgr.14182) 1142 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:57:33.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:33 smithi184 bash[20261]: audit 2024-02-19T23:57:31.837307+0000 mgr.smithi023.vhqanb (mgr.14182) 1142 : audit [DBG] from='client.15372 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:57:34.495 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:34 smithi023 bash[16423]: cluster 2024-02-19T23:57:32.987026+0000 mgr.smithi023.vhqanb (mgr.14182) 1143 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:34.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:34 smithi184 bash[20261]: cluster 2024-02-19T23:57:32.987026+0000 mgr.smithi023.vhqanb (mgr.14182) 1143 : cluster [DBG] pgmap v744: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:36.500 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:36 smithi023 bash[16423]: cluster 2024-02-19T23:57:34.988286+0000 mgr.smithi023.vhqanb (mgr.14182) 1144 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:36.502 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:57:36.502 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:55:54.458663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:56:58.812555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fsxieo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\nDeploy daemon haproxy.nfs.foo.smithi184.fsxieo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.963151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ubktxe on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\nDeploy daemon haproxy.nfs.foo.smithi023.ubktxe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.965206Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.czsuko on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:57:02.966857Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:57:36.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:36 smithi184 bash[20261]: cluster 2024-02-19T23:57:34.988286+0000 mgr.smithi023.vhqanb (mgr.14182) 1144 : cluster [DBG] pgmap v745: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:37.178 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:57:37.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:37 smithi023 bash[16423]: audit 2024-02-19T23:57:36.479024+0000 mgr.smithi023.vhqanb (mgr.14182) 1145 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:57:37.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:37 smithi184 bash[20261]: audit 2024-02-19T23:57:36.479024+0000 mgr.smithi023.vhqanb (mgr.14182) 1145 : audit [DBG] from='client.15376 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:57:38.180 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:57:38.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:38 smithi023 bash[16423]: cluster 2024-02-19T23:57:36.989375+0000 mgr.smithi023.vhqanb (mgr.14182) 1146 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:38.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:38 smithi184 bash[20261]: cluster 2024-02-19T23:57:36.989375+0000 mgr.smithi023.vhqanb (mgr.14182) 1146 : cluster [DBG] pgmap v746: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:40.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:40 smithi023 bash[16423]: cluster 2024-02-19T23:57:38.990574+0000 mgr.smithi023.vhqanb (mgr.14182) 1147 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:57:40.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:40 smithi184 bash[20261]: cluster 2024-02-19T23:57:38.990574+0000 mgr.smithi023.vhqanb (mgr.14182) 1147 : cluster [DBG] pgmap v747: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:57:41.480 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:57:41.480 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:55:54.458663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:56:58.812555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fsxieo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\nDeploy daemon haproxy.nfs.foo.smithi184.fsxieo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.963151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ubktxe on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\nDeploy daemon haproxy.nfs.foo.smithi023.ubktxe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.965206Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.czsuko on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:57:02.966857Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:57:42.118 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:57:42.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:42 smithi023 bash[16423]: cluster 2024-02-19T23:57:40.991917+0000 mgr.smithi023.vhqanb (mgr.14182) 1148 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:42.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:42 smithi023 bash[16423]: audit 2024-02-19T23:57:41.457280+0000 mgr.smithi023.vhqanb (mgr.14182) 1149 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:57:42.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:42 smithi184 bash[20261]: cluster 2024-02-19T23:57:40.991917+0000 mgr.smithi023.vhqanb (mgr.14182) 1148 : cluster [DBG] pgmap v748: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:42.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:42 smithi184 bash[20261]: audit 2024-02-19T23:57:41.457280+0000 mgr.smithi023.vhqanb (mgr.14182) 1149 : audit [DBG] from='client.15380 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:57:43.119 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:57:44.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:44 smithi023 bash[16423]: cluster 2024-02-19T23:57:42.993061+0000 mgr.smithi023.vhqanb (mgr.14182) 1150 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:44.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:44 smithi184 bash[20261]: cluster 2024-02-19T23:57:42.993061+0000 mgr.smithi023.vhqanb (mgr.14182) 1150 : cluster [DBG] pgmap v749: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:46.256 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:57:46.256 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:55:54.458663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:56:58.812555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fsxieo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\nDeploy daemon haproxy.nfs.foo.smithi184.fsxieo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.963151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ubktxe on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\nDeploy daemon haproxy.nfs.foo.smithi023.ubktxe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.965206Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.czsuko on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:57:02.966857Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:57:46.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:46 smithi023 bash[16423]: cluster 2024-02-19T23:57:44.994320+0000 mgr.smithi023.vhqanb (mgr.14182) 1151 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:46.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:46 smithi184 bash[20261]: cluster 2024-02-19T23:57:44.994320+0000 mgr.smithi023.vhqanb (mgr.14182) 1151 : cluster [DBG] pgmap v750: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:46.913 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:57:47.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:47 smithi023 bash[16423]: audit 2024-02-19T23:57:46.237133+0000 mgr.smithi023.vhqanb (mgr.14182) 1152 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:57:47.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:47 smithi184 bash[20261]: audit 2024-02-19T23:57:46.237133+0000 mgr.smithi023.vhqanb (mgr.14182) 1152 : audit [DBG] from='client.15384 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:57:47.914 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:57:48.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:48 smithi023 bash[16423]: cluster 2024-02-19T23:57:46.995394+0000 mgr.smithi023.vhqanb (mgr.14182) 1153 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:48.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:48 smithi184 bash[20261]: cluster 2024-02-19T23:57:46.995394+0000 mgr.smithi023.vhqanb (mgr.14182) 1153 : cluster [DBG] pgmap v751: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:50.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:50 smithi023 bash[16423]: cluster 2024-02-19T23:57:48.996657+0000 mgr.smithi023.vhqanb (mgr.14182) 1154 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:57:50.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:50 smithi184 bash[20261]: cluster 2024-02-19T23:57:48.996657+0000 mgr.smithi023.vhqanb (mgr.14182) 1154 : cluster [DBG] pgmap v752: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:57:51.247 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:57:51.247 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:55:54.458663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:56:58.812555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fsxieo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\nDeploy daemon haproxy.nfs.foo.smithi184.fsxieo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.963151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ubktxe on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\nDeploy daemon haproxy.nfs.foo.smithi023.ubktxe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.965206Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.czsuko on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:57:02.966857Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:57:51.872 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:57:52.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:52 smithi023 bash[16423]: cluster 2024-02-19T23:57:50.997953+0000 mgr.smithi023.vhqanb (mgr.14182) 1155 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:52.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:52 smithi023 bash[16423]: audit 2024-02-19T23:57:51.224456+0000 mgr.smithi023.vhqanb (mgr.14182) 1156 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:57:52.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:52 smithi184 bash[20261]: cluster 2024-02-19T23:57:50.997953+0000 mgr.smithi023.vhqanb (mgr.14182) 1155 : cluster [DBG] pgmap v753: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:52.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:52 smithi184 bash[20261]: audit 2024-02-19T23:57:51.224456+0000 mgr.smithi023.vhqanb (mgr.14182) 1156 : audit [DBG] from='client.15388 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:57:52.873 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:57:54.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:54 smithi023 bash[16423]: cluster 2024-02-19T23:57:52.999205+0000 mgr.smithi023.vhqanb (mgr.14182) 1157 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:54.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:54 smithi184 bash[20261]: cluster 2024-02-19T23:57:52.999205+0000 mgr.smithi023.vhqanb (mgr.14182) 1157 : cluster [DBG] pgmap v754: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:56.154 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:57:56.155 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:55:54.458663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:56:58.812555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fsxieo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\nDeploy daemon haproxy.nfs.foo.smithi184.fsxieo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.963151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ubktxe on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\nDeploy daemon haproxy.nfs.foo.smithi023.ubktxe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.965206Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.czsuko on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:57:02.966857Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:57:56.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:56 smithi023 bash[16423]: cluster 2024-02-19T23:57:55.000413+0000 mgr.smithi023.vhqanb (mgr.14182) 1158 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:56.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:56 smithi184 bash[20261]: cluster 2024-02-19T23:57:55.000413+0000 mgr.smithi023.vhqanb (mgr.14182) 1158 : cluster [DBG] pgmap v755: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:56.819 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:57:57.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:57 smithi023 bash[16423]: audit 2024-02-19T23:57:56.135953+0000 mgr.smithi023.vhqanb (mgr.14182) 1159 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:57:57.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:57 smithi184 bash[20261]: audit 2024-02-19T23:57:56.135953+0000 mgr.smithi023.vhqanb (mgr.14182) 1159 : audit [DBG] from='client.15392 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:57:57.820 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:57:58.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:57:58 smithi023 bash[16423]: cluster 2024-02-19T23:57:57.001520+0000 mgr.smithi023.vhqanb (mgr.14182) 1160 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:57:58.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:57:58 smithi184 bash[20261]: cluster 2024-02-19T23:57:57.001520+0000 mgr.smithi023.vhqanb (mgr.14182) 1160 : cluster [DBG] pgmap v756: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:00.696 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:00 smithi023 bash[16423]: cluster 2024-02-19T23:57:59.002743+0000 mgr.smithi023.vhqanb (mgr.14182) 1161 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:58:00.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:00 smithi184 bash[20261]: cluster 2024-02-19T23:57:59.002743+0000 mgr.smithi023.vhqanb (mgr.14182) 1161 : cluster [DBG] pgmap v757: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:58:01.123 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:58:01.123 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:55:54.458663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:56:58.812555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fsxieo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\nDeploy daemon haproxy.nfs.foo.smithi184.fsxieo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.963151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ubktxe on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\nDeploy daemon haproxy.nfs.foo.smithi023.ubktxe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.965206Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.czsuko on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:57:02.966857Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:58:01.789 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:58:02.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:02 smithi023 bash[16423]: cluster 2024-02-19T23:58:01.003579+0000 mgr.smithi023.vhqanb (mgr.14182) 1162 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:02.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:02 smithi023 bash[16423]: audit 2024-02-19T23:58:01.108839+0000 mgr.smithi023.vhqanb (mgr.14182) 1163 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:58:02.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:02 smithi184 bash[20261]: cluster 2024-02-19T23:58:01.003579+0000 mgr.smithi023.vhqanb (mgr.14182) 1162 : cluster [DBG] pgmap v758: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:02.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:02 smithi184 bash[20261]: audit 2024-02-19T23:58:01.108839+0000 mgr.smithi023.vhqanb (mgr.14182) 1163 : audit [DBG] from='client.15396 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:58:02.790 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:58:03.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:03 smithi023 bash[16423]: audit 2024-02-19T23:58:02.970738+0000 mon.smithi023 (mon.0) 906 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:58:03.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:03 smithi023 bash[16423]: audit 2024-02-19T23:58:03.294058+0000 mon.smithi023 (mon.0) 907 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:58:03.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:03 smithi023 bash[16423]: audit 2024-02-19T23:58:03.295104+0000 mon.smithi023 (mon.0) 908 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:58:03.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:03 smithi023 bash[16423]: audit 2024-02-19T23:58:03.303766+0000 mon.smithi023 (mon.0) 909 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:58:03.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:03 smithi023 bash[16423]: audit 2024-02-19T23:58:03.310872+0000 mon.smithi023 (mon.0) 910 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:58:03.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:03 smithi023 bash[16423]: audit 2024-02-19T23:58:03.323387+0000 mon.smithi023 (mon.0) 911 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:58:03.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:03 smithi184 bash[20261]: audit 2024-02-19T23:58:02.970738+0000 mon.smithi023 (mon.0) 906 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:58:03.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:03 smithi184 bash[20261]: audit 2024-02-19T23:58:03.294058+0000 mon.smithi023 (mon.0) 907 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:58:03.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:03 smithi184 bash[20261]: audit 2024-02-19T23:58:03.295104+0000 mon.smithi023 (mon.0) 908 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:58:03.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:03 smithi184 bash[20261]: audit 2024-02-19T23:58:03.303766+0000 mon.smithi023 (mon.0) 909 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:58:03.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:03 smithi184 bash[20261]: audit 2024-02-19T23:58:03.310872+0000 mon.smithi023 (mon.0) 910 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:58:03.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:03 smithi184 bash[20261]: audit 2024-02-19T23:58:03.323387+0000 mon.smithi023 (mon.0) 911 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:58:04.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:04 smithi023 bash[16423]: cluster 2024-02-19T23:58:03.004323+0000 mgr.smithi023.vhqanb (mgr.14182) 1164 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:04.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:04 smithi023 bash[16423]: cluster 2024-02-19T23:58:03.304614+0000 mgr.smithi023.vhqanb (mgr.14182) 1165 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:58:04.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:04 smithi023 bash[16423]: cephadm 2024-02-19T23:58:03.326686+0000 mgr.smithi023.vhqanb (mgr.14182) 1166 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.eaclmt on smithi184 2024-02-19T23:58:04.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:04 smithi023 bash[16423]: cluster 2024-02-19T23:58:03.387311+0000 mon.smithi023 (mon.0) 912 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:58:04.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:04 smithi023 bash[16423]: cluster 2024-02-19T23:58:03.387391+0000 mon.smithi023 (mon.0) 913 : cluster [INF] Cluster is now healthy 2024-02-19T23:58:04.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:04 smithi184 bash[20261]: cluster 2024-02-19T23:58:03.004323+0000 mgr.smithi023.vhqanb (mgr.14182) 1164 : cluster [DBG] pgmap v759: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:04.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:04 smithi184 bash[20261]: cluster 2024-02-19T23:58:03.304614+0000 mgr.smithi023.vhqanb (mgr.14182) 1165 : cluster [DBG] pgmap v760: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:58:04.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:04 smithi184 bash[20261]: cephadm 2024-02-19T23:58:03.326686+0000 mgr.smithi023.vhqanb (mgr.14182) 1166 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.eaclmt on smithi184 2024-02-19T23:58:04.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:04 smithi184 bash[20261]: cluster 2024-02-19T23:58:03.387311+0000 mon.smithi023 (mon.0) 912 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:58:04.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:04 smithi184 bash[20261]: cluster 2024-02-19T23:58:03.387391+0000 mon.smithi023 (mon.0) 913 : cluster [INF] Cluster is now healthy 2024-02-19T23:58:06.140 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:58:06.141 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:55:54.458663Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.emxdct on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:56:58.812555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fsxieo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\nDeploy daemon haproxy.nfs.foo.smithi184.fsxieo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.963151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ubktxe on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\nDeploy daemon haproxy.nfs.foo.smithi023.ubktxe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.965206Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.czsuko on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:57:02.966857Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:58:06.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:06 smithi023 bash[16423]: cluster 2024-02-19T23:58:05.305635+0000 mgr.smithi023.vhqanb (mgr.14182) 1167 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:58:06.733 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:58:06.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:06 smithi184 bash[20261]: cluster 2024-02-19T23:58:05.305635+0000 mgr.smithi023.vhqanb (mgr.14182) 1167 : cluster [DBG] pgmap v761: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:58:07.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:07 smithi023 bash[16423]: audit 2024-02-19T23:58:06.126321+0000 mgr.smithi023.vhqanb (mgr.14182) 1168 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:58:07.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:07 smithi023 bash[16423]: audit 2024-02-19T23:58:07.181119+0000 mon.smithi023 (mon.0) 914 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.eaclmt"}]: dispatch 2024-02-19T23:58:07.733 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:58:07.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:07 smithi184 bash[20261]: audit 2024-02-19T23:58:06.126321+0000 mgr.smithi023.vhqanb (mgr.14182) 1168 : audit [DBG] from='client.15400 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:58:07.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:07 smithi184 bash[20261]: audit 2024-02-19T23:58:07.181119+0000 mon.smithi023 (mon.0) 914 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.eaclmt"}]: dispatch 2024-02-19T23:58:08.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: cephadm 2024-02-19T23:58:07.180218+0000 mgr.smithi023.vhqanb (mgr.14182) 1169 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt 2024-02-19T23:58:08.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:58:08.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt 2024-02-19T23:58:08.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt 2024-02-19T23:58:08.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:58:08.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt 2024-02-19T23:58:08.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.eaclmt ... 2024-02-19T23:58:08.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:58:08.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:58:08.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:58:08.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:58:08.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:58:08.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:58:08.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:58:08.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:58:08.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:58:08.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:58:08.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt 2024-02-19T23:58:08.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:58:08.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt 2024-02-19T23:58:08.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt 2024-02-19T23:58:08.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:58:08.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt 2024-02-19T23:58:08.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.eaclmt ... 2024-02-19T23:58:08.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:58:08.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:58:08.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:58:08.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:58:08.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:58:08.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: cephadm 2024-02-19T23:58:07.180631+0000 mgr.smithi023.vhqanb (mgr.14182) 1170 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.eaclmt 2024-02-19T23:58:08.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: cephadm 2024-02-19T23:58:07.182418+0000 mgr.smithi023.vhqanb (mgr.14182) 1171 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.eaclmt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt 2024-02-19T23:58:08.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:58:08.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt 2024-02-19T23:58:08.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt 2024-02-19T23:58:08.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:58:08.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt 2024-02-19T23:58:08.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.eaclmt ... 2024-02-19T23:58:08.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:58:08.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:58:08.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:58:08.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:58:08.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:58:08.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: cephadm 2024-02-19T23:58:07.186232+0000 mgr.smithi023.vhqanb (mgr.14182) 1172 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.goyzfn on smithi023 2024-02-19T23:58:08.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:08 smithi023 bash[16423]: cluster 2024-02-19T23:58:07.306442+0000 mgr.smithi023.vhqanb (mgr.14182) 1173 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:58:08.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: cephadm 2024-02-19T23:58:07.180218+0000 mgr.smithi023.vhqanb (mgr.14182) 1169 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt 2024-02-19T23:58:08.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:58:08.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt 2024-02-19T23:58:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt 2024-02-19T23:58:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:58:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt 2024-02-19T23:58:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.eaclmt ... 2024-02-19T23:58:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:58:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:58:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:58:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:58:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:58:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:58:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:58:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:58:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:58:08.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:58:08.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt 2024-02-19T23:58:08.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:58:08.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt 2024-02-19T23:58:08.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt 2024-02-19T23:58:08.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:58:08.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt 2024-02-19T23:58:08.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.eaclmt ... 2024-02-19T23:58:08.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:58:08.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:58:08.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:58:08.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:58:08.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:58:08.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: cephadm 2024-02-19T23:58:07.180631+0000 mgr.smithi023.vhqanb (mgr.14182) 1170 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.eaclmt 2024-02-19T23:58:08.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: cephadm 2024-02-19T23:58:07.182418+0000 mgr.smithi023.vhqanb (mgr.14182) 1171 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.eaclmt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt 2024-02-19T23:58:08.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:58:08.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt 2024-02-19T23:58:08.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt 2024-02-19T23:58:08.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:58:08.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt 2024-02-19T23:58:08.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.eaclmt ... 2024-02-19T23:58:08.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:58:08.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:58:08.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:58:08.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:58:08.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:58:08.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: cephadm 2024-02-19T23:58:07.186232+0000 mgr.smithi023.vhqanb (mgr.14182) 1172 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.goyzfn on smithi023 2024-02-19T23:58:08.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:08 smithi184 bash[20261]: cluster 2024-02-19T23:58:07.306442+0000 mgr.smithi023.vhqanb (mgr.14182) 1173 : cluster [DBG] pgmap v762: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:58:10.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:10 smithi023 bash[16423]: cluster 2024-02-19T23:58:09.307620+0000 mgr.smithi023.vhqanb (mgr.14182) 1174 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:58:10.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:10 smithi184 bash[20261]: cluster 2024-02-19T23:58:09.307620+0000 mgr.smithi023.vhqanb (mgr.14182) 1174 : cluster [DBG] pgmap v763: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:58:11.015 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:58:11.016 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:56:58.812555Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.fsxieo on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-fsxieo\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.fsxieo\nDeploy daemon haproxy.nfs.foo.smithi184.fsxieo ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.963151Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.ubktxe on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-ubktxe\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.ubktxe\nDeploy daemon haproxy.nfs.foo.smithi023.ubktxe ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:57:02.965206Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.czsuko on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:57:02.966857Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:58:07.182228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.eaclmt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\nDeploy daemon haproxy.nfs.foo.smithi184.eaclmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:58:11.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:11 smithi023 bash[16423]: audit 2024-02-19T23:58:11.008394+0000 mon.smithi023 (mon.0) 915 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.goyzfn"}]: dispatch 2024-02-19T23:58:11.756 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:58:11.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:11 smithi184 bash[20261]: audit 2024-02-19T23:58:11.008394+0000 mon.smithi023 (mon.0) 915 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.goyzfn"}]: dispatch 2024-02-19T23:58:12.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: audit 2024-02-19T23:58:11.001144+0000 mgr.smithi023.vhqanb (mgr.14182) 1175 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:58:12.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: cephadm 2024-02-19T23:58:11.007759+0000 mgr.smithi023.vhqanb (mgr.14182) 1176 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn 2024-02-19T23:58:12.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:58:12.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn 2024-02-19T23:58:12.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn 2024-02-19T23:58:12.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:58:12.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn 2024-02-19T23:58:12.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.goyzfn ... 2024-02-19T23:58:12.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:58:12.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:58:12.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:58:12.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:58:12.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:58:12.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:58:12.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:58:12.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:58:12.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:58:12.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:58:12.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn 2024-02-19T23:58:12.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:58:12.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn 2024-02-19T23:58:12.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn 2024-02-19T23:58:12.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:58:12.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn 2024-02-19T23:58:12.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.goyzfn ... 2024-02-19T23:58:12.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:58:12.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:58:12.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:58:12.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:58:12.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:58:12.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: cephadm 2024-02-19T23:58:11.007971+0000 mgr.smithi023.vhqanb (mgr.14182) 1177 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.goyzfn 2024-02-19T23:58:12.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: cephadm 2024-02-19T23:58:11.009791+0000 mgr.smithi023.vhqanb (mgr.14182) 1178 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.goyzfn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn 2024-02-19T23:58:12.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:58:12.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn 2024-02-19T23:58:12.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn 2024-02-19T23:58:12.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:58:12.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn 2024-02-19T23:58:12.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.goyzfn ... 2024-02-19T23:58:12.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:58:12.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:58:12.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:58:12.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:58:12.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:58:12.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: cephadm 2024-02-19T23:58:11.011697+0000 mgr.smithi023.vhqanb (mgr.14182) 1179 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.pvlvqp on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:58:12.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: cephadm 2024-02-19T23:58:11.013263+0000 mgr.smithi023.vhqanb (mgr.14182) 1180 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:58:12.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: cluster 2024-02-19T23:58:11.014559+0000 mgr.smithi023.vhqanb (mgr.14182) 1181 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-19T23:58:12.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: cluster 2024-02-19T23:58:11.426356+0000 mon.smithi023 (mon.0) 916 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:58:12.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:12 smithi023 bash[16423]: audit 2024-02-19T23:58:12.163337+0000 mon.smithi023 (mon.0) 917 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:58:12.757 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:58:12.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: audit 2024-02-19T23:58:11.001144+0000 mgr.smithi023.vhqanb (mgr.14182) 1175 : audit [DBG] from='client.15404 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:58:12.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: cephadm 2024-02-19T23:58:11.007759+0000 mgr.smithi023.vhqanb (mgr.14182) 1176 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn 2024-02-19T23:58:12.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:58:12.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn 2024-02-19T23:58:12.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn 2024-02-19T23:58:12.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:58:12.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn 2024-02-19T23:58:12.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.goyzfn ... 2024-02-19T23:58:12.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:58:12.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:58:12.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:58:12.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:58:12.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:58:12.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:58:12.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:58:12.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:58:12.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:58:12.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:58:12.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn 2024-02-19T23:58:12.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:58:12.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn 2024-02-19T23:58:12.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn 2024-02-19T23:58:12.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:58:12.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn 2024-02-19T23:58:12.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.goyzfn ... 2024-02-19T23:58:12.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:58:12.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:58:12.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:58:12.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:58:12.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:58:12.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: cephadm 2024-02-19T23:58:11.007971+0000 mgr.smithi023.vhqanb (mgr.14182) 1177 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.goyzfn 2024-02-19T23:58:12.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: cephadm 2024-02-19T23:58:11.009791+0000 mgr.smithi023.vhqanb (mgr.14182) 1178 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.goyzfn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn 2024-02-19T23:58:12.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:58:12.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn 2024-02-19T23:58:12.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn 2024-02-19T23:58:12.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:58:12.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn 2024-02-19T23:58:12.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.goyzfn ... 2024-02-19T23:58:12.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:58:12.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:58:12.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:58:12.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:58:12.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:58:12.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: cephadm 2024-02-19T23:58:11.011697+0000 mgr.smithi023.vhqanb (mgr.14182) 1179 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.pvlvqp on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:58:12.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: cephadm 2024-02-19T23:58:11.013263+0000 mgr.smithi023.vhqanb (mgr.14182) 1180 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:58:12.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: cluster 2024-02-19T23:58:11.014559+0000 mgr.smithi023.vhqanb (mgr.14182) 1181 : cluster [DBG] pgmap v764: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-19T23:58:12.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: cluster 2024-02-19T23:58:11.426356+0000 mon.smithi023 (mon.0) 916 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:58:12.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:12 smithi184 bash[20261]: audit 2024-02-19T23:58:12.163337+0000 mon.smithi023 (mon.0) 917 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:58:14.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:14 smithi023 bash[16423]: cluster 2024-02-19T23:58:13.015847+0000 mgr.smithi023.vhqanb (mgr.14182) 1182 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-19T23:58:14.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:14 smithi184 bash[20261]: cluster 2024-02-19T23:58:13.015847+0000 mgr.smithi023.vhqanb (mgr.14182) 1182 : cluster [DBG] pgmap v765: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-19T23:58:15.999 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:58:15.999 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:57:02.966857Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:58:07.182228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.eaclmt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\nDeploy daemon haproxy.nfs.foo.smithi184.eaclmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:58:11.009608Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.goyzfn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn\nDeploy daemon haproxy.nfs.foo.smithi023.goyzfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:58:11.011576Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.pvlvqp on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:58:11.013163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:58:16.659 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:58:16.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:16 smithi023 bash[16423]: cluster 2024-02-19T23:58:15.017214+0000 mgr.smithi023.vhqanb (mgr.14182) 1183 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-19T23:58:16.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:16 smithi184 bash[20261]: cluster 2024-02-19T23:58:15.017214+0000 mgr.smithi023.vhqanb (mgr.14182) 1183 : cluster [DBG] pgmap v766: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-19T23:58:17.660 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:58:17.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:17 smithi184 bash[20261]: audit 2024-02-19T23:58:15.975869+0000 mgr.smithi023.vhqanb (mgr.14182) 1184 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:58:17.795 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:17 smithi023 bash[16423]: audit 2024-02-19T23:58:15.975869+0000 mgr.smithi023.vhqanb (mgr.14182) 1184 : audit [DBG] from='client.15408 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:58:18.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:18 smithi023 bash[16423]: cluster 2024-02-19T23:58:17.018252+0000 mgr.smithi023.vhqanb (mgr.14182) 1185 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-19T23:58:18.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:18 smithi184 bash[20261]: cluster 2024-02-19T23:58:17.018252+0000 mgr.smithi023.vhqanb (mgr.14182) 1185 : cluster [DBG] pgmap v767: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-19T23:58:20.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:20 smithi023 bash[16423]: cluster 2024-02-19T23:58:19.019464+0000 mgr.smithi023.vhqanb (mgr.14182) 1186 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 349 B/s rd, 0 op/s 2024-02-19T23:58:20.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:20 smithi184 bash[20261]: cluster 2024-02-19T23:58:19.019464+0000 mgr.smithi023.vhqanb (mgr.14182) 1186 : cluster [DBG] pgmap v768: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 349 B/s rd, 0 op/s 2024-02-19T23:58:20.864 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:58:20.865 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:57:02.966857Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:58:07.182228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.eaclmt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\nDeploy daemon haproxy.nfs.foo.smithi184.eaclmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:58:11.009608Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.goyzfn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn\nDeploy daemon haproxy.nfs.foo.smithi023.goyzfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:58:11.011576Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.pvlvqp on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:58:11.013163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:58:21.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:58:22.494 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:58:22.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:22 smithi023 bash[16423]: audit 2024-02-19T23:58:20.842261+0000 mgr.smithi023.vhqanb (mgr.14182) 1187 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:58:22.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:22 smithi023 bash[16423]: cluster 2024-02-19T23:58:21.020930+0000 mgr.smithi023.vhqanb (mgr.14182) 1188 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-19T23:58:22.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:22 smithi184 bash[20261]: audit 2024-02-19T23:58:20.842261+0000 mgr.smithi023.vhqanb (mgr.14182) 1187 : audit [DBG] from='client.15412 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:58:22.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:22 smithi184 bash[20261]: cluster 2024-02-19T23:58:21.020930+0000 mgr.smithi023.vhqanb (mgr.14182) 1188 : cluster [DBG] pgmap v769: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 174 B/s rd, 0 op/s 2024-02-19T23:58:24.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:24 smithi184 bash[20261]: cluster 2024-02-19T23:58:23.022108+0000 mgr.smithi023.vhqanb (mgr.14182) 1189 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:24.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:24 smithi023 bash[16423]: cluster 2024-02-19T23:58:23.022108+0000 mgr.smithi023.vhqanb (mgr.14182) 1189 : cluster [DBG] pgmap v770: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:25.810 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:58:25.810 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:57:02.966857Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:58:07.182228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.eaclmt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\nDeploy daemon haproxy.nfs.foo.smithi184.eaclmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:58:11.009608Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.goyzfn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn\nDeploy daemon haproxy.nfs.foo.smithi023.goyzfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:58:11.011576Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.pvlvqp on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:58:11.013163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:58:26.476 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:58:26.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:26 smithi023 bash[16423]: cluster 2024-02-19T23:58:25.023413+0000 mgr.smithi023.vhqanb (mgr.14182) 1190 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:27.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:26 smithi184 bash[20261]: cluster 2024-02-19T23:58:25.023413+0000 mgr.smithi023.vhqanb (mgr.14182) 1190 : cluster [DBG] pgmap v771: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:27.476 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:58:27.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:27 smithi023 bash[16423]: audit 2024-02-19T23:58:25.787547+0000 mgr.smithi023.vhqanb (mgr.14182) 1191 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:58:28.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:27 smithi184 bash[20261]: audit 2024-02-19T23:58:25.787547+0000 mgr.smithi023.vhqanb (mgr.14182) 1191 : audit [DBG] from='client.15416 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:58:28.866 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:28 smithi023 bash[16423]: cluster 2024-02-19T23:58:27.024429+0000 mgr.smithi023.vhqanb (mgr.14182) 1192 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:29.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:28 smithi184 bash[20261]: cluster 2024-02-19T23:58:27.024429+0000 mgr.smithi023.vhqanb (mgr.14182) 1192 : cluster [DBG] pgmap v772: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:30.699 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:58:30.699 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:57:02.966857Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:58:07.182228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.eaclmt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\nDeploy daemon haproxy.nfs.foo.smithi184.eaclmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:58:11.009608Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.goyzfn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn\nDeploy daemon haproxy.nfs.foo.smithi023.goyzfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:58:11.011576Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.pvlvqp on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:58:11.013163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:58:30.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:30 smithi023 bash[16423]: cluster 2024-02-19T23:58:29.025637+0000 mgr.smithi023.vhqanb (mgr.14182) 1193 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:58:31.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:30 smithi184 bash[20261]: cluster 2024-02-19T23:58:29.025637+0000 mgr.smithi023.vhqanb (mgr.14182) 1193 : cluster [DBG] pgmap v773: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:58:31.342 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:58:32.343 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:58:32.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:32 smithi023 bash[16423]: audit 2024-02-19T23:58:30.681080+0000 mgr.smithi023.vhqanb (mgr.14182) 1194 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:58:32.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:32 smithi023 bash[16423]: cluster 2024-02-19T23:58:31.026939+0000 mgr.smithi023.vhqanb (mgr.14182) 1195 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:33.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:32 smithi184 bash[20261]: audit 2024-02-19T23:58:30.681080+0000 mgr.smithi023.vhqanb (mgr.14182) 1194 : audit [DBG] from='client.15420 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:58:33.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:32 smithi184 bash[20261]: cluster 2024-02-19T23:58:31.026939+0000 mgr.smithi023.vhqanb (mgr.14182) 1195 : cluster [DBG] pgmap v774: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:34.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:34 smithi023 bash[16423]: cluster 2024-02-19T23:58:33.028074+0000 mgr.smithi023.vhqanb (mgr.14182) 1196 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:35.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:34 smithi184 bash[20261]: cluster 2024-02-19T23:58:33.028074+0000 mgr.smithi023.vhqanb (mgr.14182) 1196 : cluster [DBG] pgmap v775: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:35.655 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:58:35.655 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:57:02.966857Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:58:07.182228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.eaclmt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\nDeploy daemon haproxy.nfs.foo.smithi184.eaclmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:58:11.009608Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.goyzfn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn\nDeploy daemon haproxy.nfs.foo.smithi023.goyzfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:58:11.011576Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.pvlvqp on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:58:11.013163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:58:36.296 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:58:36.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:36 smithi023 bash[16423]: cluster 2024-02-19T23:58:35.029492+0000 mgr.smithi023.vhqanb (mgr.14182) 1197 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:37.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:36 smithi184 bash[20261]: cluster 2024-02-19T23:58:35.029492+0000 mgr.smithi023.vhqanb (mgr.14182) 1197 : cluster [DBG] pgmap v776: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:37.297 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:58:37.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:37 smithi023 bash[16423]: audit 2024-02-19T23:58:35.633066+0000 mgr.smithi023.vhqanb (mgr.14182) 1198 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:58:38.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:37 smithi184 bash[20261]: audit 2024-02-19T23:58:35.633066+0000 mgr.smithi023.vhqanb (mgr.14182) 1198 : audit [DBG] from='client.15424 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:58:38.838 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:38 smithi023 bash[16423]: cluster 2024-02-19T23:58:37.030529+0000 mgr.smithi023.vhqanb (mgr.14182) 1199 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:39.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:38 smithi184 bash[20261]: cluster 2024-02-19T23:58:37.030529+0000 mgr.smithi023.vhqanb (mgr.14182) 1199 : cluster [DBG] pgmap v777: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:40.652 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:58:40.652 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:57:02.966857Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:58:07.182228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.eaclmt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\nDeploy daemon haproxy.nfs.foo.smithi184.eaclmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:58:11.009608Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.goyzfn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn\nDeploy daemon haproxy.nfs.foo.smithi023.goyzfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:58:11.011576Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.pvlvqp on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:58:11.013163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:58:40.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:40 smithi023 bash[16423]: cluster 2024-02-19T23:58:39.031752+0000 mgr.smithi023.vhqanb (mgr.14182) 1200 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:58:41.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:40 smithi184 bash[20261]: cluster 2024-02-19T23:58:39.031752+0000 mgr.smithi023.vhqanb (mgr.14182) 1200 : cluster [DBG] pgmap v778: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:58:41.250 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:58:42.251 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:58:42.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:42 smithi023 bash[16423]: audit 2024-02-19T23:58:40.638027+0000 mgr.smithi023.vhqanb (mgr.14182) 1201 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:58:42.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:42 smithi023 bash[16423]: cluster 2024-02-19T23:58:41.032979+0000 mgr.smithi023.vhqanb (mgr.14182) 1202 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:43.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:42 smithi184 bash[20261]: audit 2024-02-19T23:58:40.638027+0000 mgr.smithi023.vhqanb (mgr.14182) 1201 : audit [DBG] from='client.15428 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:58:43.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:42 smithi184 bash[20261]: cluster 2024-02-19T23:58:41.032979+0000 mgr.smithi023.vhqanb (mgr.14182) 1202 : cluster [DBG] pgmap v779: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:43.813 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:43 smithi023 bash[16423]: cluster 2024-02-19T23:58:43.034138+0000 mgr.smithi023.vhqanb (mgr.14182) 1203 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:44.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:43 smithi184 bash[20261]: cluster 2024-02-19T23:58:43.034138+0000 mgr.smithi023.vhqanb (mgr.14182) 1203 : cluster [DBG] pgmap v780: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:45.613 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:58:45.613 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:57:02.966857Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:58:07.182228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.eaclmt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\nDeploy daemon haproxy.nfs.foo.smithi184.eaclmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:58:11.009608Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.goyzfn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn\nDeploy daemon haproxy.nfs.foo.smithi023.goyzfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:58:11.011576Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.pvlvqp on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:58:11.013163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:58:46.201 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:58:46.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:46 smithi023 bash[16423]: cluster 2024-02-19T23:58:45.035409+0000 mgr.smithi023.vhqanb (mgr.14182) 1204 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:46.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:46 smithi184 bash[20261]: cluster 2024-02-19T23:58:45.035409+0000 mgr.smithi023.vhqanb (mgr.14182) 1204 : cluster [DBG] pgmap v781: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:47.202 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:58:47.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:47 smithi023 bash[16423]: audit 2024-02-19T23:58:45.591008+0000 mgr.smithi023.vhqanb (mgr.14182) 1205 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:58:47.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:47 smithi184 bash[20261]: audit 2024-02-19T23:58:45.591008+0000 mgr.smithi023.vhqanb (mgr.14182) 1205 : audit [DBG] from='client.15432 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:58:48.412 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:48 smithi023 bash[16423]: cluster 2024-02-19T23:58:47.036467+0000 mgr.smithi023.vhqanb (mgr.14182) 1206 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:48.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:48 smithi184 bash[20261]: cluster 2024-02-19T23:58:47.036467+0000 mgr.smithi023.vhqanb (mgr.14182) 1206 : cluster [DBG] pgmap v782: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:50.246 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:49 smithi023 bash[16423]: cluster 2024-02-19T23:58:49.037800+0000 mgr.smithi023.vhqanb (mgr.14182) 1207 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:58:50.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:49 smithi184 bash[20261]: cluster 2024-02-19T23:58:49.037800+0000 mgr.smithi023.vhqanb (mgr.14182) 1207 : cluster [DBG] pgmap v783: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:58:50.356 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:58:50.356 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:57:02.966857Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:58:07.182228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.eaclmt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\nDeploy daemon haproxy.nfs.foo.smithi184.eaclmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:58:11.009608Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.goyzfn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn\nDeploy daemon haproxy.nfs.foo.smithi023.goyzfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:58:11.011576Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.pvlvqp on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:58:11.013163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:58:51.043 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:58:51.246 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:50 smithi023 bash[16423]: audit 2024-02-19T23:58:50.334026+0000 mgr.smithi023.vhqanb (mgr.14182) 1208 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:58:51.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:50 smithi184 bash[20261]: audit 2024-02-19T23:58:50.334026+0000 mgr.smithi023.vhqanb (mgr.14182) 1208 : audit [DBG] from='client.15436 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:58:51.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:51 smithi023 bash[16423]: cluster 2024-02-19T23:58:51.039182+0000 mgr.smithi023.vhqanb (mgr.14182) 1209 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:52.044 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:58:52.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:51 smithi184 bash[20261]: cluster 2024-02-19T23:58:51.039182+0000 mgr.smithi023.vhqanb (mgr.14182) 1209 : cluster [DBG] pgmap v784: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:54.498 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:54 smithi023 bash[16423]: cluster 2024-02-19T23:58:53.040433+0000 mgr.smithi023.vhqanb (mgr.14182) 1210 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:54.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:54 smithi184 bash[20261]: cluster 2024-02-19T23:58:53.040433+0000 mgr.smithi023.vhqanb (mgr.14182) 1210 : cluster [DBG] pgmap v785: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:55.310 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:58:55.310 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:57:02.966857Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:58:07.182228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.eaclmt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\nDeploy daemon haproxy.nfs.foo.smithi184.eaclmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:58:11.009608Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.goyzfn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn\nDeploy daemon haproxy.nfs.foo.smithi023.goyzfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:58:11.011576Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.pvlvqp on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:58:11.013163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:58:55.926 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:58:56.247 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:56 smithi023 bash[16423]: cluster 2024-02-19T23:58:55.041735+0000 mgr.smithi023.vhqanb (mgr.14182) 1211 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:56.247 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:56 smithi023 bash[16423]: audit 2024-02-19T23:58:55.295972+0000 mgr.smithi023.vhqanb (mgr.14182) 1212 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:58:56.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:56 smithi184 bash[20261]: cluster 2024-02-19T23:58:55.041735+0000 mgr.smithi023.vhqanb (mgr.14182) 1211 : cluster [DBG] pgmap v786: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:56.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:56 smithi184 bash[20261]: audit 2024-02-19T23:58:55.295972+0000 mgr.smithi023.vhqanb (mgr.14182) 1212 : audit [DBG] from='client.15440 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:58:56.927 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:58:58.378 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:58:58 smithi023 bash[16423]: cluster 2024-02-19T23:58:57.042398+0000 mgr.smithi023.vhqanb (mgr.14182) 1213 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:58:58.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:58:58 smithi184 bash[20261]: cluster 2024-02-19T23:58:57.042398+0000 mgr.smithi023.vhqanb (mgr.14182) 1213 : cluster [DBG] pgmap v787: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:00.116 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:59:00.116 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:57:02.966857Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:58:07.182228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.eaclmt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\nDeploy daemon haproxy.nfs.foo.smithi184.eaclmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:58:11.009608Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.goyzfn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn\nDeploy daemon haproxy.nfs.foo.smithi023.goyzfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:58:11.011576Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.pvlvqp on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:58:11.013163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:59:00.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:00 smithi023 bash[16423]: cluster 2024-02-19T23:58:59.043714+0000 mgr.smithi023.vhqanb (mgr.14182) 1214 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:59:00.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:00 smithi184 bash[20261]: cluster 2024-02-19T23:58:59.043714+0000 mgr.smithi023.vhqanb (mgr.14182) 1214 : cluster [DBG] pgmap v788: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:59:00.753 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:59:01.394 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:01 smithi023 bash[16423]: audit 2024-02-19T23:59:00.093629+0000 mgr.smithi023.vhqanb (mgr.14182) 1215 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:59:01.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:01 smithi184 bash[20261]: audit 2024-02-19T23:59:00.093629+0000 mgr.smithi023.vhqanb (mgr.14182) 1215 : audit [DBG] from='client.15444 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:59:01.754 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:59:02.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:02 smithi023 bash[16423]: cluster 2024-02-19T23:59:01.045039+0000 mgr.smithi023.vhqanb (mgr.14182) 1216 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:02.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:02 smithi184 bash[20261]: cluster 2024-02-19T23:59:01.045039+0000 mgr.smithi023.vhqanb (mgr.14182) 1216 : cluster [DBG] pgmap v789: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:04.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:04 smithi023 bash[16423]: cluster 2024-02-19T23:59:03.046345+0000 mgr.smithi023.vhqanb (mgr.14182) 1217 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:04.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:04 smithi184 bash[20261]: cluster 2024-02-19T23:59:03.046345+0000 mgr.smithi023.vhqanb (mgr.14182) 1217 : cluster [DBG] pgmap v790: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:05.075 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:59:05.075 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:57:02.966857Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:58:07.182228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.eaclmt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\nDeploy daemon haproxy.nfs.foo.smithi184.eaclmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:58:11.009608Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.goyzfn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn\nDeploy daemon haproxy.nfs.foo.smithi023.goyzfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:58:11.011576Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.pvlvqp on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:58:11.013163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:59:05.730 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:59:06.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:06 smithi023 bash[16423]: cluster 2024-02-19T23:59:05.047687+0000 mgr.smithi023.vhqanb (mgr.14182) 1218 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:06.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:06 smithi023 bash[16423]: audit 2024-02-19T23:59:05.052952+0000 mgr.smithi023.vhqanb (mgr.14182) 1219 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:59:06.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:06 smithi184 bash[20261]: cluster 2024-02-19T23:59:05.047687+0000 mgr.smithi023.vhqanb (mgr.14182) 1218 : cluster [DBG] pgmap v791: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:06.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:06 smithi184 bash[20261]: audit 2024-02-19T23:59:05.052952+0000 mgr.smithi023.vhqanb (mgr.14182) 1219 : audit [DBG] from='client.15448 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:59:06.731 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:59:08.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:08 smithi023 bash[16423]: cluster 2024-02-19T23:59:07.048707+0000 mgr.smithi023.vhqanb (mgr.14182) 1220 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:08.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:08 smithi184 bash[20261]: cluster 2024-02-19T23:59:07.048707+0000 mgr.smithi023.vhqanb (mgr.14182) 1220 : cluster [DBG] pgmap v792: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:09.986 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:59:09.986 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:57:02.966857Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:58:07.182228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.eaclmt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\nDeploy daemon haproxy.nfs.foo.smithi184.eaclmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:58:11.009608Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.goyzfn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn\nDeploy daemon haproxy.nfs.foo.smithi023.goyzfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:58:11.011576Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.pvlvqp on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:58:11.013163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:59:10.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:10 smithi023 bash[16423]: cluster 2024-02-19T23:59:09.049921+0000 mgr.smithi023.vhqanb (mgr.14182) 1221 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:59:10.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:10 smithi184 bash[20261]: cluster 2024-02-19T23:59:09.049921+0000 mgr.smithi023.vhqanb (mgr.14182) 1221 : cluster [DBG] pgmap v793: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:59:10.676 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:59:11.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:11 smithi023 bash[16423]: audit 2024-02-19T23:59:09.972275+0000 mgr.smithi023.vhqanb (mgr.14182) 1222 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:59:11.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:11 smithi023 bash[16423]: audit 2024-02-19T23:59:11.017713+0000 mon.smithi023 (mon.0) 918 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:59:11.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:11 smithi184 bash[20261]: audit 2024-02-19T23:59:09.972275+0000 mgr.smithi023.vhqanb (mgr.14182) 1222 : audit [DBG] from='client.15452 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:59:11.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:11 smithi184 bash[20261]: audit 2024-02-19T23:59:11.017713+0000 mon.smithi023 (mon.0) 918 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-19T23:59:11.678 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:59:12.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:12 smithi023 bash[16423]: cluster 2024-02-19T23:59:11.051232+0000 mgr.smithi023.vhqanb (mgr.14182) 1223 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:12.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:12 smithi023 bash[16423]: audit 2024-02-19T23:59:11.349568+0000 mon.smithi023 (mon.0) 919 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:59:12.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:12 smithi023 bash[16423]: audit 2024-02-19T23:59:11.351146+0000 mon.smithi023 (mon.0) 920 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:59:12.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:12 smithi023 bash[16423]: audit 2024-02-19T23:59:11.358862+0000 mon.smithi023 (mon.0) 921 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:59:12.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:12 smithi023 bash[16423]: cluster 2024-02-19T23:59:11.359655+0000 mgr.smithi023.vhqanb (mgr.14182) 1224 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:59:12.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:12 smithi023 bash[16423]: audit 2024-02-19T23:59:11.366440+0000 mon.smithi023 (mon.0) 922 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:59:12.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:12 smithi023 bash[16423]: audit 2024-02-19T23:59:11.384748+0000 mon.smithi023 (mon.0) 923 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:59:12.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:12 smithi023 bash[16423]: cephadm 2024-02-19T23:59:11.388655+0000 mgr.smithi023.vhqanb (mgr.14182) 1225 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.xvkbii on smithi184 2024-02-19T23:59:12.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:12 smithi184 bash[20261]: cluster 2024-02-19T23:59:11.051232+0000 mgr.smithi023.vhqanb (mgr.14182) 1223 : cluster [DBG] pgmap v794: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:12.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:12 smithi184 bash[20261]: audit 2024-02-19T23:59:11.349568+0000 mon.smithi023 (mon.0) 919 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-19T23:59:12.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:12 smithi184 bash[20261]: audit 2024-02-19T23:59:11.351146+0000 mon.smithi023 (mon.0) 920 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-19T23:59:12.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:12 smithi184 bash[20261]: audit 2024-02-19T23:59:11.358862+0000 mon.smithi023 (mon.0) 921 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:59:12.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:12 smithi184 bash[20261]: cluster 2024-02-19T23:59:11.359655+0000 mgr.smithi023.vhqanb (mgr.14182) 1224 : cluster [DBG] pgmap v795: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:59:12.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:12 smithi184 bash[20261]: audit 2024-02-19T23:59:11.366440+0000 mon.smithi023 (mon.0) 922 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-19T23:59:12.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:12 smithi184 bash[20261]: audit 2024-02-19T23:59:11.384748+0000 mon.smithi023 (mon.0) 923 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:59:12.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:12 smithi184 bash[20261]: cephadm 2024-02-19T23:59:11.388655+0000 mgr.smithi023.vhqanb (mgr.14182) 1225 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.xvkbii on smithi184 2024-02-19T23:59:13.226 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:13 smithi023 bash[16423]: cluster 2024-02-19T23:59:12.356216+0000 mon.smithi023 (mon.0) 924 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:59:13.226 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:13 smithi023 bash[16423]: cluster 2024-02-19T23:59:12.356293+0000 mon.smithi023 (mon.0) 925 : cluster [INF] Cluster is now healthy 2024-02-19T23:59:13.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:13 smithi184 bash[20261]: cluster 2024-02-19T23:59:12.356216+0000 mon.smithi023 (mon.0) 924 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-19T23:59:13.509 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:13 smithi184 bash[20261]: cluster 2024-02-19T23:59:12.356293+0000 mon.smithi023 (mon.0) 925 : cluster [INF] Cluster is now healthy 2024-02-19T23:59:14.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:14 smithi023 bash[16423]: cluster 2024-02-19T23:59:13.360562+0000 mgr.smithi023.vhqanb (mgr.14182) 1226 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:59:14.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:14 smithi184 bash[20261]: cluster 2024-02-19T23:59:13.360562+0000 mgr.smithi023.vhqanb (mgr.14182) 1226 : cluster [DBG] pgmap v796: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:59:15.042 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:59:15.042 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:57:02.966857Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kzxoxk on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:58:07.182228Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.eaclmt on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-eaclmt\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.eaclmt\nDeploy daemon haproxy.nfs.foo.smithi184.eaclmt ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:58:11.009608Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.goyzfn on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-goyzfn\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.goyzfn\nDeploy daemon haproxy.nfs.foo.smithi023.goyzfn ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:58:11.011576Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.pvlvqp on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:58:11.013163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:59:15.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:15 smithi023 bash[16423]: audit 2024-02-19T23:59:15.256882+0000 mon.smithi023 (mon.0) 926 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.xvkbii"}]: dispatch 2024-02-19T23:59:15.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:15 smithi184 bash[20261]: audit 2024-02-19T23:59:15.256882+0000 mon.smithi023 (mon.0) 926 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.xvkbii"}]: dispatch 2024-02-19T23:59:15.777 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:59:16.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: audit 2024-02-19T23:59:15.023127+0000 mgr.smithi023.vhqanb (mgr.14182) 1227 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:59:16.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: cephadm 2024-02-19T23:59:15.255457+0000 mgr.smithi023.vhqanb (mgr.14182) 1228 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii 2024-02-19T23:59:16.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:59:16.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii 2024-02-19T23:59:16.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii 2024-02-19T23:59:16.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:59:16.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii 2024-02-19T23:59:16.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.xvkbii ... 2024-02-19T23:59:16.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:59:16.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:59:16.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:59:16.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:59:16.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:59:16.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:59:16.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:59:16.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:59:16.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:59:16.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:59:16.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii 2024-02-19T23:59:16.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:59:16.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii 2024-02-19T23:59:16.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii 2024-02-19T23:59:16.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:59:16.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii 2024-02-19T23:59:16.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.xvkbii ... 2024-02-19T23:59:16.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:59:16.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:59:16.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:59:16.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:59:16.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:59:16.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: cephadm 2024-02-19T23:59:15.256103+0000 mgr.smithi023.vhqanb (mgr.14182) 1229 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.xvkbii 2024-02-19T23:59:16.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: cephadm 2024-02-19T23:59:15.258599+0000 mgr.smithi023.vhqanb (mgr.14182) 1230 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.xvkbii on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii 2024-02-19T23:59:16.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:59:16.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii 2024-02-19T23:59:16.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii 2024-02-19T23:59:16.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:59:16.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii 2024-02-19T23:59:16.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.xvkbii ... 2024-02-19T23:59:16.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:59:16.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:59:16.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:59:16.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:59:16.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:59:16.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: cephadm 2024-02-19T23:59:15.263014+0000 mgr.smithi023.vhqanb (mgr.14182) 1231 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.mzrboq on smithi023 2024-02-19T23:59:16.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: cluster 2024-02-19T23:59:15.361509+0000 mgr.smithi023.vhqanb (mgr.14182) 1232 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:59:16.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:16 smithi023 bash[16423]: audit 2024-02-19T23:59:16.139033+0000 mon.smithi023 (mon.0) 927 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:59:16.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: audit 2024-02-19T23:59:15.023127+0000 mgr.smithi023.vhqanb (mgr.14182) 1227 : audit [DBG] from='client.15456 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:59:16.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: cephadm 2024-02-19T23:59:15.255457+0000 mgr.smithi023.vhqanb (mgr.14182) 1228 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii 2024-02-19T23:59:16.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:59:16.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii 2024-02-19T23:59:16.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii 2024-02-19T23:59:16.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:59:16.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii 2024-02-19T23:59:16.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.xvkbii ... 2024-02-19T23:59:16.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:59:16.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:59:16.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:59:16.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:59:16.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:59:16.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:59:16.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:59:16.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:59:16.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:59:16.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:59:16.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii 2024-02-19T23:59:16.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:59:16.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii 2024-02-19T23:59:16.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii 2024-02-19T23:59:16.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:59:16.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii 2024-02-19T23:59:16.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.xvkbii ... 2024-02-19T23:59:16.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:59:16.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:59:16.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:59:16.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:59:16.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:59:16.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: cephadm 2024-02-19T23:59:15.256103+0000 mgr.smithi023.vhqanb (mgr.14182) 1229 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.xvkbii 2024-02-19T23:59:16.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: cephadm 2024-02-19T23:59:15.258599+0000 mgr.smithi023.vhqanb (mgr.14182) 1230 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.xvkbii on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii 2024-02-19T23:59:16.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:59:16.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii 2024-02-19T23:59:16.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii 2024-02-19T23:59:16.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:59:16.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii 2024-02-19T23:59:16.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.xvkbii ... 2024-02-19T23:59:16.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:59:16.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:59:16.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:59:16.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:59:16.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:59:16.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: cephadm 2024-02-19T23:59:15.263014+0000 mgr.smithi023.vhqanb (mgr.14182) 1231 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.mzrboq on smithi023 2024-02-19T23:59:16.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: cluster 2024-02-19T23:59:15.361509+0000 mgr.smithi023.vhqanb (mgr.14182) 1232 : cluster [DBG] pgmap v797: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:59:16.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:16 smithi184 bash[20261]: audit 2024-02-19T23:59:16.139033+0000 mon.smithi023 (mon.0) 927 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:59:16.778 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:59:18.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:18 smithi023 bash[16423]: cluster 2024-02-19T23:59:17.362239+0000 mgr.smithi023.vhqanb (mgr.14182) 1233 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:59:18.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:18 smithi184 bash[20261]: cluster 2024-02-19T23:59:17.362239+0000 mgr.smithi023.vhqanb (mgr.14182) 1233 : cluster [DBG] pgmap v798: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:59:20.351 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:59:20.352 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:58:11.013163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:59:15.258391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.xvkbii on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\nDeploy daemon haproxy.nfs.foo.smithi184.xvkbii ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.492355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.mzrboq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\nDeploy daemon haproxy.nfs.foo.smithi023.mzrboq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.497546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.fexlnd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:59:19.500418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:59:20.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: cluster 2024-02-19T23:59:19.363365+0000 mgr.smithi023.vhqanb (mgr.14182) 1234 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:59:20.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: cephadm 2024-02-19T23:59:19.490349+0000 mgr.smithi023.vhqanb (mgr.14182) 1235 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq 2024-02-19T23:59:20.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:59:20.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq 2024-02-19T23:59:20.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq 2024-02-19T23:59:20.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:59:20.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq 2024-02-19T23:59:20.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.mzrboq ... 2024-02-19T23:59:20.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:59:20.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:59:20.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:59:20.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:59:20.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:59:20.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-19T23:59:20.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:59:20.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: yield (conn, connr) 2024-02-19T23:59:20.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:59:20.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-19T23:59:20.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq 2024-02-19T23:59:20.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:59:20.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq 2024-02-19T23:59:20.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq 2024-02-19T23:59:20.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:59:20.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq 2024-02-19T23:59:20.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.mzrboq ... 2024-02-19T23:59:20.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:59:20.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:59:20.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:59:20.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:59:20.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:59:20.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: cephadm 2024-02-19T23:59:19.490638+0000 mgr.smithi023.vhqanb (mgr.14182) 1236 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.mzrboq 2024-02-19T23:59:20.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: audit 2024-02-19T23:59:19.491166+0000 mon.smithi023 (mon.0) 928 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.mzrboq"}]: dispatch 2024-02-19T23:59:20.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: cephadm 2024-02-19T23:59:19.492696+0000 mgr.smithi023.vhqanb (mgr.14182) 1237 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.mzrboq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq 2024-02-19T23:59:20.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:59:20.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq 2024-02-19T23:59:20.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq 2024-02-19T23:59:20.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-19T23:59:20.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq 2024-02-19T23:59:20.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.mzrboq ... 2024-02-19T23:59:20.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:59:20.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:59:20.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:59:20.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-19T23:59:20.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:59:20.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: cephadm 2024-02-19T23:59:19.497747+0000 mgr.smithi023.vhqanb (mgr.14182) 1238 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.fexlnd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:59:20.750 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: cephadm 2024-02-19T23:59:19.500516+0000 mgr.smithi023.vhqanb (mgr.14182) 1239 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:59:20.751 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:20 smithi023 bash[16423]: cluster 2024-02-19T23:59:19.501562+0000 mgr.smithi023.vhqanb (mgr.14182) 1240 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-02-19T23:59:20.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: cluster 2024-02-19T23:59:19.363365+0000 mgr.smithi023.vhqanb (mgr.14182) 1234 : cluster [DBG] pgmap v799: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-19T23:59:20.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: cephadm 2024-02-19T23:59:19.490349+0000 mgr.smithi023.vhqanb (mgr.14182) 1235 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq 2024-02-19T23:59:20.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:59:20.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq 2024-02-19T23:59:20.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq 2024-02-19T23:59:20.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:59:20.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq 2024-02-19T23:59:20.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.mzrboq ... 2024-02-19T23:59:20.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:59:20.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:59:20.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:59:20.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:59:20.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:59:20.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-19T23:59:20.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-19T23:59:20.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: yield (conn, connr) 2024-02-19T23:59:20.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-19T23:59:20.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-19T23:59:20.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq 2024-02-19T23:59:20.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:59:20.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq 2024-02-19T23:59:20.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq 2024-02-19T23:59:20.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:59:20.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq 2024-02-19T23:59:20.760 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.mzrboq ... 2024-02-19T23:59:20.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:59:20.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:59:20.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:59:20.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:59:20.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:59:20.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: cephadm 2024-02-19T23:59:19.490638+0000 mgr.smithi023.vhqanb (mgr.14182) 1236 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.mzrboq 2024-02-19T23:59:20.761 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: audit 2024-02-19T23:59:19.491166+0000 mon.smithi023 (mon.0) 928 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.mzrboq"}]: dispatch 2024-02-19T23:59:20.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: cephadm 2024-02-19T23:59:19.492696+0000 mgr.smithi023.vhqanb (mgr.14182) 1237 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.mzrboq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq 2024-02-19T23:59:20.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:59:20.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq 2024-02-19T23:59:20.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq 2024-02-19T23:59:20.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-19T23:59:20.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq 2024-02-19T23:59:20.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.mzrboq ... 2024-02-19T23:59:20.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:59:20.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-19T23:59:20.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-19T23:59:20.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-19T23:59:20.762 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-19T23:59:20.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: cephadm 2024-02-19T23:59:19.497747+0000 mgr.smithi023.vhqanb (mgr.14182) 1238 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.fexlnd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:59:20.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: cephadm 2024-02-19T23:59:19.500516+0000 mgr.smithi023.vhqanb (mgr.14182) 1239 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-19T23:59:20.763 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:20 smithi184 bash[20261]: cluster 2024-02-19T23:59:19.501562+0000 mgr.smithi023.vhqanb (mgr.14182) 1240 : cluster [DBG] pgmap v800: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-02-19T23:59:21.038 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:59:21.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:21 smithi023 bash[16423]: audit 2024-02-19T23:59:20.333152+0000 mgr.smithi023.vhqanb (mgr.14182) 1241 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:59:21.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:21 smithi023 bash[16423]: cluster 2024-02-19T23:59:20.428412+0000 mon.smithi023 (mon.0) 929 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:59:21.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:21 smithi184 bash[20261]: audit 2024-02-19T23:59:20.333152+0000 mgr.smithi023.vhqanb (mgr.14182) 1241 : audit [DBG] from='client.15460 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:59:21.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:21 smithi184 bash[20261]: cluster 2024-02-19T23:59:20.428412+0000 mon.smithi023 (mon.0) 929 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-19T23:59:22.039 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:59:22.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:22 smithi023 bash[16423]: cluster 2024-02-19T23:59:21.502715+0000 mgr.smithi023.vhqanb (mgr.14182) 1242 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-19T23:59:22.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:22 smithi023 bash[16423]: audit 2024-02-19T23:59:22.221129+0000 mon.smithi023 (mon.0) 930 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:59:22.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:22 smithi184 bash[20261]: cluster 2024-02-19T23:59:21.502715+0000 mgr.smithi023.vhqanb (mgr.14182) 1242 : cluster [DBG] pgmap v801: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-19T23:59:22.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:22 smithi184 bash[20261]: audit 2024-02-19T23:59:22.221129+0000 mon.smithi023 (mon.0) 930 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:59:24.858 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:24 smithi023 bash[16423]: cluster 2024-02-19T23:59:23.503915+0000 mgr.smithi023.vhqanb (mgr.14182) 1243 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-19T23:59:25.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:24 smithi184 bash[20261]: cluster 2024-02-19T23:59:23.503915+0000 mgr.smithi023.vhqanb (mgr.14182) 1243 : cluster [DBG] pgmap v802: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-19T23:59:25.307 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:59:25.307 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:58:11.013163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:59:15.258391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.xvkbii on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\nDeploy daemon haproxy.nfs.foo.smithi184.xvkbii ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.492355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.mzrboq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\nDeploy daemon haproxy.nfs.foo.smithi023.mzrboq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.497546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.fexlnd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:59:19.500418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:59:25.988 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:59:26.989 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:59:26.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:26 smithi023 bash[16423]: audit 2024-02-19T23:59:25.293178+0000 mgr.smithi023.vhqanb (mgr.14182) 1244 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:59:26.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:26 smithi023 bash[16423]: cluster 2024-02-19T23:59:25.505243+0000 mgr.smithi023.vhqanb (mgr.14182) 1245 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-19T23:59:27.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:26 smithi184 bash[20261]: audit 2024-02-19T23:59:25.293178+0000 mgr.smithi023.vhqanb (mgr.14182) 1244 : audit [DBG] from='client.15464 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:59:27.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:26 smithi184 bash[20261]: cluster 2024-02-19T23:59:25.505243+0000 mgr.smithi023.vhqanb (mgr.14182) 1245 : cluster [DBG] pgmap v803: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-19T23:59:28.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:28 smithi023 bash[16423]: cluster 2024-02-19T23:59:27.506276+0000 mgr.smithi023.vhqanb (mgr.14182) 1246 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-19T23:59:29.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:28 smithi184 bash[20261]: cluster 2024-02-19T23:59:27.506276+0000 mgr.smithi023.vhqanb (mgr.14182) 1246 : cluster [DBG] pgmap v804: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-19T23:59:30.336 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:59:30.336 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:58:11.013163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:59:15.258391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.xvkbii on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\nDeploy daemon haproxy.nfs.foo.smithi184.xvkbii ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.492355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.mzrboq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\nDeploy daemon haproxy.nfs.foo.smithi023.mzrboq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.497546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.fexlnd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:59:19.500418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:59:30.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:30 smithi023 bash[16423]: cluster 2024-02-19T23:59:29.507724+0000 mgr.smithi023.vhqanb (mgr.14182) 1247 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-19T23:59:30.938 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:59:31.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:30 smithi184 bash[20261]: cluster 2024-02-19T23:59:29.507724+0000 mgr.smithi023.vhqanb (mgr.14182) 1247 : cluster [DBG] pgmap v805: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-19T23:59:31.939 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:59:31.952 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:31 smithi023 bash[16423]: audit 2024-02-19T23:59:30.320220+0000 mgr.smithi023.vhqanb (mgr.14182) 1248 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:59:31.952 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:31 smithi023 bash[16423]: audit 2024-02-19T23:59:31.142604+0000 mon.smithi023 (mon.0) 931 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:59:32.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:31 smithi184 bash[20261]: audit 2024-02-19T23:59:30.320220+0000 mgr.smithi023.vhqanb (mgr.14182) 1248 : audit [DBG] from='client.15468 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:59:32.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:31 smithi184 bash[20261]: audit 2024-02-19T23:59:31.142604+0000 mon.smithi023 (mon.0) 931 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-19T23:59:32.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:32 smithi023 bash[16423]: cluster 2024-02-19T23:59:31.508852+0000 mgr.smithi023.vhqanb (mgr.14182) 1249 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:33.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:32 smithi184 bash[20261]: cluster 2024-02-19T23:59:31.508852+0000 mgr.smithi023.vhqanb (mgr.14182) 1249 : cluster [DBG] pgmap v806: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:33.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:33 smithi023 bash[16423]: cluster 2024-02-19T23:59:33.510065+0000 mgr.smithi023.vhqanb (mgr.14182) 1250 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:34.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:33 smithi184 bash[20261]: cluster 2024-02-19T23:59:33.510065+0000 mgr.smithi023.vhqanb (mgr.14182) 1250 : cluster [DBG] pgmap v807: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:35.225 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:59:35.225 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:58:11.013163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:59:15.258391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.xvkbii on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\nDeploy daemon haproxy.nfs.foo.smithi184.xvkbii ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.492355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.mzrboq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\nDeploy daemon haproxy.nfs.foo.smithi023.mzrboq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.497546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.fexlnd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:59:19.500418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:59:35.884 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:59:36.884 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:59:36.897 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:36 smithi023 bash[16423]: audit 2024-02-19T23:59:35.205200+0000 mgr.smithi023.vhqanb (mgr.14182) 1251 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:59:36.897 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:36 smithi023 bash[16423]: cluster 2024-02-19T23:59:35.511528+0000 mgr.smithi023.vhqanb (mgr.14182) 1252 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:37.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:36 smithi184 bash[20261]: audit 2024-02-19T23:59:35.205200+0000 mgr.smithi023.vhqanb (mgr.14182) 1251 : audit [DBG] from='client.15472 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:59:37.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:36 smithi184 bash[20261]: cluster 2024-02-19T23:59:35.511528+0000 mgr.smithi023.vhqanb (mgr.14182) 1252 : cluster [DBG] pgmap v808: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:38.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:38 smithi023 bash[16423]: cluster 2024-02-19T23:59:37.512677+0000 mgr.smithi023.vhqanb (mgr.14182) 1253 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:39.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:38 smithi184 bash[20261]: cluster 2024-02-19T23:59:37.512677+0000 mgr.smithi023.vhqanb (mgr.14182) 1253 : cluster [DBG] pgmap v809: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:40.262 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:59:40.262 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:58:11.013163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:59:15.258391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.xvkbii on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\nDeploy daemon haproxy.nfs.foo.smithi184.xvkbii ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.492355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.mzrboq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\nDeploy daemon haproxy.nfs.foo.smithi023.mzrboq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.497546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.fexlnd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:59:19.500418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:59:40.906 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:40 smithi023 bash[16423]: cluster 2024-02-19T23:59:39.514032+0000 mgr.smithi023.vhqanb (mgr.14182) 1254 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:59:40.907 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:59:41.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:40 smithi184 bash[20261]: cluster 2024-02-19T23:59:39.514032+0000 mgr.smithi023.vhqanb (mgr.14182) 1254 : cluster [DBG] pgmap v810: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:59:41.908 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:59:41.920 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:41 smithi023 bash[16423]: audit 2024-02-19T23:59:40.240259+0000 mgr.smithi023.vhqanb (mgr.14182) 1255 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:59:42.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:41 smithi184 bash[20261]: audit 2024-02-19T23:59:40.240259+0000 mgr.smithi023.vhqanb (mgr.14182) 1255 : audit [DBG] from='client.15476 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:59:42.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:42 smithi023 bash[16423]: cluster 2024-02-19T23:59:41.515197+0000 mgr.smithi023.vhqanb (mgr.14182) 1256 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:43.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:42 smithi184 bash[20261]: cluster 2024-02-19T23:59:41.515197+0000 mgr.smithi023.vhqanb (mgr.14182) 1256 : cluster [DBG] pgmap v811: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:44.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:44 smithi023 bash[16423]: cluster 2024-02-19T23:59:43.516490+0000 mgr.smithi023.vhqanb (mgr.14182) 1257 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:45.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:44 smithi184 bash[20261]: cluster 2024-02-19T23:59:43.516490+0000 mgr.smithi023.vhqanb (mgr.14182) 1257 : cluster [DBG] pgmap v812: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:45.047 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:59:45.047 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:58:11.013163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:59:15.258391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.xvkbii on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\nDeploy daemon haproxy.nfs.foo.smithi184.xvkbii ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.492355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.mzrboq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\nDeploy daemon haproxy.nfs.foo.smithi023.mzrboq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.497546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.fexlnd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:59:19.500418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:59:45.669 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:59:45.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:45 smithi023 bash[16423]: audit 2024-02-19T23:59:45.033004+0000 mgr.smithi023.vhqanb (mgr.14182) 1258 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:59:45.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:45 smithi023 bash[16423]: cluster 2024-02-19T23:59:45.517803+0000 mgr.smithi023.vhqanb (mgr.14182) 1259 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:46.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:45 smithi184 bash[20261]: audit 2024-02-19T23:59:45.033004+0000 mgr.smithi023.vhqanb (mgr.14182) 1258 : audit [DBG] from='client.15480 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:59:46.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:45 smithi184 bash[20261]: cluster 2024-02-19T23:59:45.517803+0000 mgr.smithi023.vhqanb (mgr.14182) 1259 : cluster [DBG] pgmap v813: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:46.669 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:59:48.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:48 smithi023 bash[16423]: cluster 2024-02-19T23:59:47.518887+0000 mgr.smithi023.vhqanb (mgr.14182) 1260 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:49.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:48 smithi184 bash[20261]: cluster 2024-02-19T23:59:47.518887+0000 mgr.smithi023.vhqanb (mgr.14182) 1260 : cluster [DBG] pgmap v814: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:49.909 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:59:49.909 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:58:11.013163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:59:15.258391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.xvkbii on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\nDeploy daemon haproxy.nfs.foo.smithi184.xvkbii ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.492355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.mzrboq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\nDeploy daemon haproxy.nfs.foo.smithi023.mzrboq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.497546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.fexlnd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:59:19.500418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:59:50.516 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:59:50.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:50 smithi023 bash[16423]: cluster 2024-02-19T23:59:49.520055+0000 mgr.smithi023.vhqanb (mgr.14182) 1261 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:59:51.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:50 smithi184 bash[20261]: cluster 2024-02-19T23:59:49.520055+0000 mgr.smithi023.vhqanb (mgr.14182) 1261 : cluster [DBG] pgmap v815: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-19T23:59:51.517 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:59:51.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:51 smithi023 bash[16423]: audit 2024-02-19T23:59:49.887181+0000 mgr.smithi023.vhqanb (mgr.14182) 1262 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:59:52.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:51 smithi184 bash[20261]: audit 2024-02-19T23:59:49.887181+0000 mgr.smithi023.vhqanb (mgr.14182) 1262 : audit [DBG] from='client.15484 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:59:52.945 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:52 smithi023 bash[16423]: cluster 2024-02-19T23:59:51.521176+0000 mgr.smithi023.vhqanb (mgr.14182) 1263 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:53.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:52 smithi184 bash[20261]: cluster 2024-02-19T23:59:51.521176+0000 mgr.smithi023.vhqanb (mgr.14182) 1263 : cluster [DBG] pgmap v816: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:54.721 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:59:54.721 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:58:11.013163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:59:15.258391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.xvkbii on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\nDeploy daemon haproxy.nfs.foo.smithi184.xvkbii ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.492355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.mzrboq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\nDeploy daemon haproxy.nfs.foo.smithi023.mzrboq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.497546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.fexlnd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:59:19.500418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-19T23:59:54.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:54 smithi023 bash[16423]: cluster 2024-02-19T23:59:53.522218+0000 mgr.smithi023.vhqanb (mgr.14182) 1264 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:55.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:54 smithi184 bash[20261]: cluster 2024-02-19T23:59:53.522218+0000 mgr.smithi023.vhqanb (mgr.14182) 1264 : cluster [DBG] pgmap v817: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:55.381 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-19T23:59:55.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:55 smithi023 bash[16423]: audit 2024-02-19T23:59:54.700380+0000 mgr.smithi023.vhqanb (mgr.14182) 1265 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:59:55.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:55 smithi023 bash[16423]: cluster 2024-02-19T23:59:55.523612+0000 mgr.smithi023.vhqanb (mgr.14182) 1266 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:56.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:55 smithi184 bash[20261]: audit 2024-02-19T23:59:54.700380+0000 mgr.smithi023.vhqanb (mgr.14182) 1265 : audit [DBG] from='client.15488 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-19T23:59:56.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:55 smithi184 bash[20261]: cluster 2024-02-19T23:59:55.523612+0000 mgr.smithi023.vhqanb (mgr.14182) 1266 : cluster [DBG] pgmap v818: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:56.382 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-19T23:59:58.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 19 23:59:58 smithi023 bash[16423]: cluster 2024-02-19T23:59:57.524647+0000 mgr.smithi023.vhqanb (mgr.14182) 1267 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:59.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 19 23:59:58 smithi184 bash[20261]: cluster 2024-02-19T23:59:57.524647+0000 mgr.smithi023.vhqanb (mgr.14182) 1267 : cluster [DBG] pgmap v819: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-19T23:59:59.705 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-19T23:59:59.705 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:58:11.013163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:59:15.258391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.xvkbii on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\nDeploy daemon haproxy.nfs.foo.smithi184.xvkbii ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.492355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.mzrboq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\nDeploy daemon haproxy.nfs.foo.smithi023.mzrboq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.497546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.fexlnd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:59:19.500418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:00:00.342 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:00:00.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-19T23:59:59.526064+0000 mgr.smithi023.vhqanb (mgr.14182) 1268 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:00:00.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.000223+0000 mon.smithi023 (mon.0) 932 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-02-20T00:00:00.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.000303+0000 mon.smithi023 (mon.0) 933 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-02-20T00:00:00.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.000353+0000 mon.smithi023 (mon.0) 934 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi184.xvkbii on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii 2024-02-20T00:00:00.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.000406+0000 mon.smithi023 (mon.0) 935 : cluster [WRN] /usr/bin/docker: stdout 2024-02-20T00:00:00.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.000451+0000 mon.smithi023 (mon.0) 936 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii 2024-02-20T00:00:00.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.000504+0000 mon.smithi023 (mon.0) 937 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii 2024-02-20T00:00:00.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.000562+0000 mon.smithi023 (mon.0) 938 : cluster [WRN] /usr/bin/docker: stdout 2024-02-20T00:00:00.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.000610+0000 mon.smithi023 (mon.0) 939 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii 2024-02-20T00:00:00.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.000658+0000 mon.smithi023 (mon.0) 940 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi184.xvkbii ... 2024-02-20T00:00:00.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.000707+0000 mon.smithi023 (mon.0) 941 : 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:00.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.000780+0000 mon.smithi023 (mon.0) 942 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:00:00.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.000829+0000 mon.smithi023 (mon.0) 943 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:00:00.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.000888+0000 mon.smithi023 (mon.0) 944 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-02-20T00:00:00.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.000932+0000 mon.smithi023 (mon.0) 945 : 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:00.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.000980+0000 mon.smithi023 (mon.0) 946 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi023.mzrboq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq 2024-02-20T00:00:00.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.001029+0000 mon.smithi023 (mon.0) 947 : cluster [WRN] /usr/bin/docker: stdout 2024-02-20T00:00:00.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.001074+0000 mon.smithi023 (mon.0) 948 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq 2024-02-20T00:00:00.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.001120+0000 mon.smithi023 (mon.0) 949 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq 2024-02-20T00:00:00.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.001175+0000 mon.smithi023 (mon.0) 950 : cluster [WRN] /usr/bin/docker: stdout 2024-02-20T00:00:00.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.001233+0000 mon.smithi023 (mon.0) 951 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq 2024-02-20T00:00:00.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.001283+0000 mon.smithi023 (mon.0) 952 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi023.mzrboq ... 2024-02-20T00:00:00.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.001331+0000 mon.smithi023 (mon.0) 953 : 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:00.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.001374+0000 mon.smithi023 (mon.0) 954 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:00:00.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.001421+0000 mon.smithi023 (mon.0) 955 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:00:00.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.001472+0000 mon.smithi023 (mon.0) 956 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-02-20T00:00:00.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.001520+0000 mon.smithi023 (mon.0) 957 : 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:00.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.001570+0000 mon.smithi023 (mon.0) 958 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi023.fexlnd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:00:00.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:00 smithi023 bash[16423]: cluster 2024-02-20T00:00:00.001618+0000 mon.smithi023 (mon.0) 959 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:00:01.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-19T23:59:59.526064+0000 mgr.smithi023.vhqanb (mgr.14182) 1268 : cluster [DBG] pgmap v820: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:00:01.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.000223+0000 mon.smithi023 (mon.0) 932 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-02-20T00:00:01.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.000303+0000 mon.smithi023 (mon.0) 933 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-02-20T00:00:01.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.000353+0000 mon.smithi023 (mon.0) 934 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi184.xvkbii on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii 2024-02-20T00:00:01.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.000406+0000 mon.smithi023 (mon.0) 935 : cluster [WRN] /usr/bin/docker: stdout 2024-02-20T00:00:01.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.000451+0000 mon.smithi023 (mon.0) 936 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii 2024-02-20T00:00:01.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.000504+0000 mon.smithi023 (mon.0) 937 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii 2024-02-20T00:00:01.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.000562+0000 mon.smithi023 (mon.0) 938 : cluster [WRN] /usr/bin/docker: stdout 2024-02-20T00:00:01.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.000610+0000 mon.smithi023 (mon.0) 939 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii 2024-02-20T00:00:01.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.000658+0000 mon.smithi023 (mon.0) 940 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi184.xvkbii ... 2024-02-20T00:00:01.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.000707+0000 mon.smithi023 (mon.0) 941 : 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:01.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.000780+0000 mon.smithi023 (mon.0) 942 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:00:01.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.000829+0000 mon.smithi023 (mon.0) 943 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:00:01.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.000888+0000 mon.smithi023 (mon.0) 944 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-02-20T00:00:01.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.000932+0000 mon.smithi023 (mon.0) 945 : 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=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:01.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.000980+0000 mon.smithi023 (mon.0) 946 : cluster [WRN] Failed while placing haproxy.nfs.foo.smithi023.mzrboq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq 2024-02-20T00:00:01.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.001029+0000 mon.smithi023 (mon.0) 947 : cluster [WRN] /usr/bin/docker: stdout 2024-02-20T00:00:01.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.001074+0000 mon.smithi023 (mon.0) 948 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq 2024-02-20T00:00:01.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.001120+0000 mon.smithi023 (mon.0) 949 : cluster [WRN] Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq 2024-02-20T00:00:01.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.001175+0000 mon.smithi023 (mon.0) 950 : cluster [WRN] /usr/bin/docker: stdout 2024-02-20T00:00:01.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.001233+0000 mon.smithi023 (mon.0) 951 : cluster [WRN] /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq 2024-02-20T00:00:01.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.001283+0000 mon.smithi023 (mon.0) 952 : cluster [WRN] Deploy daemon haproxy.nfs.foo.smithi023.mzrboq ... 2024-02-20T00:00:01.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.001331+0000 mon.smithi023 (mon.0) 953 : 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:01.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.001374+0000 mon.smithi023 (mon.0) 954 : cluster [WRN] stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:00:01.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.001421+0000 mon.smithi023 (mon.0) 955 : cluster [WRN] stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:00:01.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.001472+0000 mon.smithi023 (mon.0) 956 : cluster [WRN] stat: stderr See 'docker run --help'. 2024-02-20T00:00:01.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.001520+0000 mon.smithi023 (mon.0) 957 : 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=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:01.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.001570+0000 mon.smithi023 (mon.0) 958 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi023.fexlnd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:00:01.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:00 smithi184 bash[20261]: cluster 2024-02-20T00:00:00.001618+0000 mon.smithi023 (mon.0) 959 : cluster [WRN] Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:00:01.343 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:00:01.610 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:01 smithi023 bash[16423]: audit 2024-02-19T23:59:59.684864+0000 mgr.smithi023.vhqanb (mgr.14182) 1269 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:00:02.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:01 smithi184 bash[20261]: audit 2024-02-19T23:59:59.684864+0000 mgr.smithi023.vhqanb (mgr.14182) 1269 : audit [DBG] from='client.15492 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:00:02.905 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:02 smithi023 bash[16423]: cluster 2024-02-20T00:00:01.527174+0000 mgr.smithi023.vhqanb (mgr.14182) 1270 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:03.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:02 smithi184 bash[20261]: cluster 2024-02-20T00:00:01.527174+0000 mgr.smithi023.vhqanb (mgr.14182) 1270 : cluster [DBG] pgmap v821: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:04.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:03 smithi184 bash[20261]: cluster 2024-02-20T00:00:03.528303+0000 mgr.smithi023.vhqanb (mgr.14182) 1271 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:04.038 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:03 smithi023 bash[16423]: cluster 2024-02-20T00:00:03.528303+0000 mgr.smithi023.vhqanb (mgr.14182) 1271 : cluster [DBG] pgmap v822: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:04.880 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:00:04.880 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:58:11.013163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:59:15.258391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.xvkbii on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\nDeploy daemon haproxy.nfs.foo.smithi184.xvkbii ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.492355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.mzrboq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\nDeploy daemon haproxy.nfs.foo.smithi023.mzrboq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.497546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.fexlnd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:59:19.500418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:00:05.516 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:00:06.517 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:00:06.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:06 smithi023 bash[16423]: audit 2024-02-20T00:00:04.864138+0000 mgr.smithi023.vhqanb (mgr.14182) 1272 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:00:06.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:06 smithi023 bash[16423]: cluster 2024-02-20T00:00:05.529485+0000 mgr.smithi023.vhqanb (mgr.14182) 1273 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:07.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:06 smithi184 bash[20261]: audit 2024-02-20T00:00:04.864138+0000 mgr.smithi023.vhqanb (mgr.14182) 1272 : audit [DBG] from='client.15496 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:00:07.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:06 smithi184 bash[20261]: cluster 2024-02-20T00:00:05.529485+0000 mgr.smithi023.vhqanb (mgr.14182) 1273 : cluster [DBG] pgmap v823: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:09.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:08 smithi023 bash[16423]: cluster 2024-02-20T00:00:07.530500+0000 mgr.smithi023.vhqanb (mgr.14182) 1274 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:09.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:08 smithi184 bash[20261]: cluster 2024-02-20T00:00:07.530500+0000 mgr.smithi023.vhqanb (mgr.14182) 1274 : cluster [DBG] pgmap v824: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:09.731 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:00:09.731 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:58:11.013163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:59:15.258391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.xvkbii on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\nDeploy daemon haproxy.nfs.foo.smithi184.xvkbii ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.492355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.mzrboq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\nDeploy daemon haproxy.nfs.foo.smithi023.mzrboq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.497546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.fexlnd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:59:19.500418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:00:10.369 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:00:10.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:10 smithi023 bash[16423]: cluster 2024-02-20T00:00:09.531789+0000 mgr.smithi023.vhqanb (mgr.14182) 1275 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:00:11.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:10 smithi184 bash[20261]: cluster 2024-02-20T00:00:09.531789+0000 mgr.smithi023.vhqanb (mgr.14182) 1275 : cluster [DBG] pgmap v825: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:00:11.370 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:00:11.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:11 smithi023 bash[16423]: audit 2024-02-20T00:00:09.712172+0000 mgr.smithi023.vhqanb (mgr.14182) 1276 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:00:12.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:11 smithi184 bash[20261]: audit 2024-02-20T00:00:09.712172+0000 mgr.smithi023.vhqanb (mgr.14182) 1276 : audit [DBG] from='client.15500 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:00:12.894 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:12 smithi023 bash[16423]: cluster 2024-02-20T00:00:11.532919+0000 mgr.smithi023.vhqanb (mgr.14182) 1277 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:13.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:12 smithi184 bash[20261]: cluster 2024-02-20T00:00:11.532919+0000 mgr.smithi023.vhqanb (mgr.14182) 1277 : cluster [DBG] pgmap v826: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:13.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:13 smithi023 bash[16423]: cluster 2024-02-20T00:00:13.533933+0000 mgr.smithi023.vhqanb (mgr.14182) 1278 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:14.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:13 smithi184 bash[20261]: cluster 2024-02-20T00:00:13.533933+0000 mgr.smithi023.vhqanb (mgr.14182) 1278 : cluster [DBG] pgmap v827: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:14.785 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:00:14.786 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:58:11.013163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:59:15.258391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.xvkbii on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\nDeploy daemon haproxy.nfs.foo.smithi184.xvkbii ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.492355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.mzrboq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\nDeploy daemon haproxy.nfs.foo.smithi023.mzrboq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.497546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.fexlnd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:59:19.500418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:00:15.449 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:00:16.451 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:00:16.802 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:16 smithi023 bash[16423]: audit 2024-02-20T00:00:14.768365+0000 mgr.smithi023.vhqanb (mgr.14182) 1279 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:00:16.803 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:16 smithi023 bash[16423]: cluster 2024-02-20T00:00:15.535194+0000 mgr.smithi023.vhqanb (mgr.14182) 1280 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:17.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:16 smithi184 bash[20261]: audit 2024-02-20T00:00:14.768365+0000 mgr.smithi023.vhqanb (mgr.14182) 1279 : audit [DBG] from='client.15504 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:00:17.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:16 smithi184 bash[20261]: cluster 2024-02-20T00:00:15.535194+0000 mgr.smithi023.vhqanb (mgr.14182) 1280 : cluster [DBG] pgmap v828: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:18.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:18 smithi023 bash[16423]: cluster 2024-02-20T00:00:17.536215+0000 mgr.smithi023.vhqanb (mgr.14182) 1281 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:19.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:18 smithi184 bash[20261]: cluster 2024-02-20T00:00:17.536215+0000 mgr.smithi023.vhqanb (mgr.14182) 1281 : cluster [DBG] pgmap v829: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:19.767 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:00:19.767 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:58:11.013163Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.ogjboo on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:59:15.258391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.xvkbii on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\nDeploy daemon haproxy.nfs.foo.smithi184.xvkbii ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.492355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.mzrboq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\nDeploy daemon haproxy.nfs.foo.smithi023.mzrboq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.497546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.fexlnd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:59:19.500418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:00:19.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:19 smithi023 bash[16423]: audit 2024-02-20T00:00:19.504040+0000 mon.smithi023 (mon.0) 960 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:00:20.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:19 smithi184 bash[20261]: audit 2024-02-20T00:00:19.504040+0000 mon.smithi023 (mon.0) 960 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:00:20.436 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:00:20.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:20 smithi023 bash[16423]: cluster 2024-02-20T00:00:19.537008+0000 mgr.smithi023.vhqanb (mgr.14182) 1282 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:00:20.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:20 smithi023 bash[16423]: audit 2024-02-20T00:00:19.751097+0000 mgr.smithi023.vhqanb (mgr.14182) 1283 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:00:20.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:20 smithi023 bash[16423]: audit 2024-02-20T00:00:19.822736+0000 mon.smithi023 (mon.0) 961 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:00:20.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:20 smithi023 bash[16423]: audit 2024-02-20T00:00:19.824623+0000 mon.smithi023 (mon.0) 962 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:00:20.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:20 smithi023 bash[16423]: audit 2024-02-20T00:00:19.835703+0000 mon.smithi023 (mon.0) 963 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:00:20.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:20 smithi023 bash[16423]: cluster 2024-02-20T00:00:19.836765+0000 mgr.smithi023.vhqanb (mgr.14182) 1284 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-20T00:00:20.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:20 smithi023 bash[16423]: audit 2024-02-20T00:00:19.844469+0000 mon.smithi023 (mon.0) 964 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:00:20.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:20 smithi023 bash[16423]: audit 2024-02-20T00:00:19.855686+0000 mon.smithi023 (mon.0) 965 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:00:20.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:20 smithi023 bash[16423]: cephadm 2024-02-20T00:00:19.859332+0000 mgr.smithi023.vhqanb (mgr.14182) 1285 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.nexsul on smithi184 2024-02-20T00:00:21.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:20 smithi184 bash[20261]: cluster 2024-02-20T00:00:19.537008+0000 mgr.smithi023.vhqanb (mgr.14182) 1282 : cluster [DBG] pgmap v830: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:00:21.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:20 smithi184 bash[20261]: audit 2024-02-20T00:00:19.751097+0000 mgr.smithi023.vhqanb (mgr.14182) 1283 : audit [DBG] from='client.15508 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:00:21.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:20 smithi184 bash[20261]: audit 2024-02-20T00:00:19.822736+0000 mon.smithi023 (mon.0) 961 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:00:21.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:20 smithi184 bash[20261]: audit 2024-02-20T00:00:19.824623+0000 mon.smithi023 (mon.0) 962 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:00:21.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:20 smithi184 bash[20261]: audit 2024-02-20T00:00:19.835703+0000 mon.smithi023 (mon.0) 963 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:00:21.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:20 smithi184 bash[20261]: cluster 2024-02-20T00:00:19.836765+0000 mgr.smithi023.vhqanb (mgr.14182) 1284 : cluster [DBG] pgmap v831: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-20T00:00:21.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:20 smithi184 bash[20261]: audit 2024-02-20T00:00:19.844469+0000 mon.smithi023 (mon.0) 964 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:00:21.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:20 smithi184 bash[20261]: audit 2024-02-20T00:00:19.855686+0000 mon.smithi023 (mon.0) 965 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:00:21.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:20 smithi184 bash[20261]: cephadm 2024-02-20T00:00:19.859332+0000 mgr.smithi023.vhqanb (mgr.14182) 1285 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.nexsul on smithi184 2024-02-20T00:00:21.437 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:00:21.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:21 smithi023 bash[16423]: cluster 2024-02-20T00:00:20.832712+0000 mon.smithi023 (mon.0) 966 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:00:21.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:21 smithi023 bash[16423]: cluster 2024-02-20T00:00:20.832773+0000 mon.smithi023 (mon.0) 967 : cluster [INF] Cluster is now healthy 2024-02-20T00:00:22.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:21 smithi184 bash[20261]: cluster 2024-02-20T00:00:20.832712+0000 mon.smithi023 (mon.0) 966 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:00:22.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:21 smithi184 bash[20261]: cluster 2024-02-20T00:00:20.832773+0000 mon.smithi023 (mon.0) 967 : cluster [INF] Cluster is now healthy 2024-02-20T00:00:22.801 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:22 smithi023 bash[16423]: cluster 2024-02-20T00:00:21.837635+0000 mgr.smithi023.vhqanb (mgr.14182) 1286 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-20T00:00:23.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:22 smithi184 bash[20261]: cluster 2024-02-20T00:00:21.837635+0000 mgr.smithi023.vhqanb (mgr.14182) 1286 : cluster [DBG] pgmap v832: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-20T00:00:23.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:23 smithi023 bash[16423]: audit 2024-02-20T00:00:23.701328+0000 mon.smithi023 (mon.0) 968 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.nexsul"}]: dispatch 2024-02-20T00:00:24.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:23 smithi184 bash[20261]: audit 2024-02-20T00:00:23.701328+0000 mon.smithi023 (mon.0) 968 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.nexsul"}]: dispatch 2024-02-20T00:00:24.643 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:00:24.643 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:59:15.258391Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.xvkbii on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-xvkbii\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.xvkbii\nDeploy daemon haproxy.nfs.foo.smithi184.xvkbii ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.492355Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.mzrboq on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-mzrboq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.mzrboq\nDeploy daemon haproxy.nfs.foo.smithi023.mzrboq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-19T23:59:19.497546Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.fexlnd on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-19T23:59:19.500418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:23.702764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nexsul on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\nDeploy daemon haproxy.nfs.foo.smithi184.nexsul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:00:24.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: cephadm 2024-02-20T00:00:23.700172+0000 mgr.smithi023.vhqanb (mgr.14182) 1287 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul 2024-02-20T00:00:24.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:00:24.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul 2024-02-20T00:00:24.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul 2024-02-20T00:00:24.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:00:24.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul 2024-02-20T00:00:24.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.nexsul ... 2024-02-20T00:00:24.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:24.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:00:24.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:00:24.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:00:24.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:24.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-20T00:00:24.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:00:24.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: yield (conn, connr) 2024-02-20T00:00:24.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:00:24.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-20T00:00:24.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul 2024-02-20T00:00:24.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:00:24.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul 2024-02-20T00:00:24.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul 2024-02-20T00:00:24.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:00:24.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul 2024-02-20T00:00:24.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.nexsul ... 2024-02-20T00:00:24.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:24.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:00:24.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:00:24.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:00:24.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:24.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: cephadm 2024-02-20T00:00:23.700689+0000 mgr.smithi023.vhqanb (mgr.14182) 1288 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.nexsul 2024-02-20T00:00:24.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: cephadm 2024-02-20T00:00:23.703022+0000 mgr.smithi023.vhqanb (mgr.14182) 1289 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.nexsul on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul 2024-02-20T00:00:24.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:00:24.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul 2024-02-20T00:00:24.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul 2024-02-20T00:00:25.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:00:25.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul 2024-02-20T00:00:25.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.nexsul ... 2024-02-20T00:00:25.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:25.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:00:25.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:00:25.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:00:25.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:25.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: cephadm 2024-02-20T00:00:23.707949+0000 mgr.smithi023.vhqanb (mgr.14182) 1290 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.kcuteu on smithi023 2024-02-20T00:00:25.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:24 smithi023 bash[16423]: cluster 2024-02-20T00:00:23.838302+0000 mgr.smithi023.vhqanb (mgr.14182) 1291 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-20T00:00:25.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: cephadm 2024-02-20T00:00:23.700172+0000 mgr.smithi023.vhqanb (mgr.14182) 1287 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul 2024-02-20T00:00:25.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:00:25.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul 2024-02-20T00:00:25.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul 2024-02-20T00:00:25.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:00:25.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul 2024-02-20T00:00:25.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.nexsul ... 2024-02-20T00:00:25.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:25.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:00:25.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:00:25.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:00:25.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:25.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-20T00:00:25.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:00:25.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: yield (conn, connr) 2024-02-20T00:00:25.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:00:25.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-20T00:00:25.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul 2024-02-20T00:00:25.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:00:25.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul 2024-02-20T00:00:25.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul 2024-02-20T00:00:25.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:00:25.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul 2024-02-20T00:00:25.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.nexsul ... 2024-02-20T00:00:25.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:25.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:00:25.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:00:25.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:00:25.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:25.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: cephadm 2024-02-20T00:00:23.700689+0000 mgr.smithi023.vhqanb (mgr.14182) 1288 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.nexsul 2024-02-20T00:00:25.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: cephadm 2024-02-20T00:00:23.703022+0000 mgr.smithi023.vhqanb (mgr.14182) 1289 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.nexsul on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul 2024-02-20T00:00:25.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:00:25.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul 2024-02-20T00:00:25.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul 2024-02-20T00:00:25.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:00:25.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul 2024-02-20T00:00:25.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.nexsul ... 2024-02-20T00:00:25.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:25.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:00:25.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:00:25.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:00:25.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:25.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: cephadm 2024-02-20T00:00:23.707949+0000 mgr.smithi023.vhqanb (mgr.14182) 1290 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.kcuteu on smithi023 2024-02-20T00:00:25.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:24 smithi184 bash[20261]: cluster 2024-02-20T00:00:23.838302+0000 mgr.smithi023.vhqanb (mgr.14182) 1291 : cluster [DBG] pgmap v833: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-20T00:00:25.336 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:00:26.246 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:25 smithi023 bash[16423]: audit 2024-02-20T00:00:24.623893+0000 mgr.smithi023.vhqanb (mgr.14182) 1292 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:00:26.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:25 smithi184 bash[20261]: audit 2024-02-20T00:00:24.623893+0000 mgr.smithi023.vhqanb (mgr.14182) 1292 : audit [DBG] from='client.15512 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:00:26.338 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:00:27.188 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:26 smithi023 bash[16423]: cluster 2024-02-20T00:00:25.839319+0000 mgr.smithi023.vhqanb (mgr.14182) 1293 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-20T00:00:27.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:26 smithi184 bash[20261]: cluster 2024-02-20T00:00:25.839319+0000 mgr.smithi023.vhqanb (mgr.14182) 1293 : cluster [DBG] pgmap v834: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-20T00:00:29.247 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: cluster 2024-02-20T00:00:27.840132+0000 mgr.smithi023.vhqanb (mgr.14182) 1294 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-20T00:00:29.247 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: cephadm 2024-02-20T00:00:27.970074+0000 mgr.smithi023.vhqanb (mgr.14182) 1295 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu 2024-02-20T00:00:29.247 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:00:29.247 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu 2024-02-20T00:00:29.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu 2024-02-20T00:00:29.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:00:29.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu 2024-02-20T00:00:29.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.kcuteu ... 2024-02-20T00:00:29.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:29.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:00:29.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:00:29.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:00:29.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:29.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-20T00:00:29.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:00:29.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: yield (conn, connr) 2024-02-20T00:00:29.248 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:00:29.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-20T00:00:29.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu 2024-02-20T00:00:29.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:00:29.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu 2024-02-20T00:00:29.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu 2024-02-20T00:00:29.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:00:29.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu 2024-02-20T00:00:29.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.kcuteu ... 2024-02-20T00:00:29.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:29.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:00:29.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:00:29.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:00:29.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:29.249 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: cephadm 2024-02-20T00:00:27.970346+0000 mgr.smithi023.vhqanb (mgr.14182) 1296 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.kcuteu 2024-02-20T00:00:29.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: audit 2024-02-20T00:00:27.970776+0000 mon.smithi023 (mon.0) 969 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.kcuteu"}]: dispatch 2024-02-20T00:00:29.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: cephadm 2024-02-20T00:00:27.971755+0000 mgr.smithi023.vhqanb (mgr.14182) 1297 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.kcuteu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu 2024-02-20T00:00:29.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:00:29.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu 2024-02-20T00:00:29.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu 2024-02-20T00:00:29.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:00:29.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu 2024-02-20T00:00:29.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.kcuteu ... 2024-02-20T00:00:29.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:29.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:00:29.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:00:29.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:00:29.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:29.250 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: cephadm 2024-02-20T00:00:27.973687+0000 mgr.smithi023.vhqanb (mgr.14182) 1298 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.bkincg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:00:29.251 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: cephadm 2024-02-20T00:00:27.975258+0000 mgr.smithi023.vhqanb (mgr.14182) 1299 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:00:29.251 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:28 smithi023 bash[16423]: cluster 2024-02-20T00:00:27.976579+0000 mgr.smithi023.vhqanb (mgr.14182) 1300 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-02-20T00:00:29.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: cluster 2024-02-20T00:00:27.840132+0000 mgr.smithi023.vhqanb (mgr.14182) 1294 : cluster [DBG] pgmap v835: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-20T00:00:29.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: cephadm 2024-02-20T00:00:27.970074+0000 mgr.smithi023.vhqanb (mgr.14182) 1295 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu 2024-02-20T00:00:29.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:00:29.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu 2024-02-20T00:00:29.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu 2024-02-20T00:00:29.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:00:29.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu 2024-02-20T00:00:29.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.kcuteu ... 2024-02-20T00:00:29.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:29.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:00:29.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:00:29.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:00:29.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:29.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-20T00:00:29.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:00:29.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: yield (conn, connr) 2024-02-20T00:00:29.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:00:29.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-20T00:00:29.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu 2024-02-20T00:00:29.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:00:29.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu 2024-02-20T00:00:29.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu 2024-02-20T00:00:29.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:00:29.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu 2024-02-20T00:00:29.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.kcuteu ... 2024-02-20T00:00:29.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:29.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:00:29.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:00:29.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:00:29.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:29.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: cephadm 2024-02-20T00:00:27.970346+0000 mgr.smithi023.vhqanb (mgr.14182) 1296 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.kcuteu 2024-02-20T00:00:29.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: audit 2024-02-20T00:00:27.970776+0000 mon.smithi023 (mon.0) 969 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.kcuteu"}]: dispatch 2024-02-20T00:00:29.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: cephadm 2024-02-20T00:00:27.971755+0000 mgr.smithi023.vhqanb (mgr.14182) 1297 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.kcuteu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu 2024-02-20T00:00:29.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:00:29.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu 2024-02-20T00:00:29.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu 2024-02-20T00:00:29.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:00:29.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu 2024-02-20T00:00:29.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.kcuteu ... 2024-02-20T00:00:29.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:29.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:00:29.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:00:29.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:00:29.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:00:29.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: cephadm 2024-02-20T00:00:27.973687+0000 mgr.smithi023.vhqanb (mgr.14182) 1298 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.bkincg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:00:29.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: cephadm 2024-02-20T00:00:27.975258+0000 mgr.smithi023.vhqanb (mgr.14182) 1299 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:00:29.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:28 smithi184 bash[20261]: cluster 2024-02-20T00:00:27.976579+0000 mgr.smithi023.vhqanb (mgr.14182) 1300 : cluster [DBG] pgmap v836: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 242 B/s rd, 0 op/s 2024-02-20T00:00:29.757 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:00:29.757 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:59:19.500418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:23.702764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nexsul on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\nDeploy daemon haproxy.nfs.foo.smithi184.nexsul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.971590Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.kcuteu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\nDeploy daemon haproxy.nfs.foo.smithi023.kcuteu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.973579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.bkincg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:27.975153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:00:30.246 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:29 smithi023 bash[16423]: cluster 2024-02-20T00:00:28.897327+0000 mon.smithi023 (mon.0) 970 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:00:30.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:29 smithi184 bash[20261]: cluster 2024-02-20T00:00:28.897327+0000 mon.smithi023 (mon.0) 970 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:00:30.414 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:00:31.246 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:30 smithi023 bash[16423]: audit 2024-02-20T00:00:29.738242+0000 mgr.smithi023.vhqanb (mgr.14182) 1301 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:00:31.246 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:30 smithi023 bash[16423]: cluster 2024-02-20T00:00:29.977750+0000 mgr.smithi023.vhqanb (mgr.14182) 1302 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-20T00:00:31.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:30 smithi184 bash[20261]: audit 2024-02-20T00:00:29.738242+0000 mgr.smithi023.vhqanb (mgr.14182) 1301 : audit [DBG] from='client.15516 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:00:31.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:30 smithi184 bash[20261]: cluster 2024-02-20T00:00:29.977750+0000 mgr.smithi023.vhqanb (mgr.14182) 1302 : cluster [DBG] pgmap v837: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-20T00:00:31.415 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:00:33.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:33 smithi023 bash[16423]: cluster 2024-02-20T00:00:31.978813+0000 mgr.smithi023.vhqanb (mgr.14182) 1303 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-20T00:00:33.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:33 smithi023 bash[16423]: audit 2024-02-20T00:00:32.281295+0000 mon.smithi023 (mon.0) 971 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:00:33.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:33 smithi184 bash[20261]: cluster 2024-02-20T00:00:31.978813+0000 mgr.smithi023.vhqanb (mgr.14182) 1303 : cluster [DBG] pgmap v838: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-20T00:00:33.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:33 smithi184 bash[20261]: audit 2024-02-20T00:00:32.281295+0000 mon.smithi023 (mon.0) 971 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:00:34.715 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:00:34.715 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:59:19.500418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:23.702764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nexsul on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\nDeploy daemon haproxy.nfs.foo.smithi184.nexsul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.971590Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.kcuteu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\nDeploy daemon haproxy.nfs.foo.smithi023.kcuteu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.973579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.bkincg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:27.975153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:00:35.355 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:00:35.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:35 smithi023 bash[16423]: cluster 2024-02-20T00:00:33.980020+0000 mgr.smithi023.vhqanb (mgr.14182) 1304 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-20T00:00:35.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:35 smithi184 bash[20261]: cluster 2024-02-20T00:00:33.980020+0000 mgr.smithi023.vhqanb (mgr.14182) 1304 : cluster [DBG] pgmap v839: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-20T00:00:36.356 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:00:36.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:36 smithi023 bash[16423]: audit 2024-02-20T00:00:34.700792+0000 mgr.smithi023.vhqanb (mgr.14182) 1305 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:00:36.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:36 smithi184 bash[20261]: audit 2024-02-20T00:00:34.700792+0000 mgr.smithi023.vhqanb (mgr.14182) 1305 : audit [DBG] from='client.15520 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:00:37.715 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:37 smithi023 bash[16423]: cluster 2024-02-20T00:00:35.981252+0000 mgr.smithi023.vhqanb (mgr.14182) 1306 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-20T00:00:37.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:37 smithi184 bash[20261]: cluster 2024-02-20T00:00:35.981252+0000 mgr.smithi023.vhqanb (mgr.14182) 1306 : cluster [DBG] pgmap v840: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 201 B/s rd, 0 op/s 2024-02-20T00:00:39.489 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:00:39.489 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:59:19.500418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:23.702764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nexsul on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\nDeploy daemon haproxy.nfs.foo.smithi184.nexsul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.971590Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.kcuteu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\nDeploy daemon haproxy.nfs.foo.smithi023.kcuteu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.973579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.bkincg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:27.975153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:00:39.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:39 smithi023 bash[16423]: cluster 2024-02-20T00:00:37.982321+0000 mgr.smithi023.vhqanb (mgr.14182) 1307 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 403 B/s rd, 0 op/s 2024-02-20T00:00:39.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:39 smithi184 bash[20261]: cluster 2024-02-20T00:00:37.982321+0000 mgr.smithi023.vhqanb (mgr.14182) 1307 : cluster [DBG] pgmap v841: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 403 B/s rd, 0 op/s 2024-02-20T00:00:40.125 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:00:40.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:40 smithi023 bash[16423]: audit 2024-02-20T00:00:39.474912+0000 mgr.smithi023.vhqanb (mgr.14182) 1308 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:00:40.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:40 smithi184 bash[20261]: audit 2024-02-20T00:00:39.474912+0000 mgr.smithi023.vhqanb (mgr.14182) 1308 : audit [DBG] from='client.15524 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:00:41.127 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:00:41.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:41 smithi023 bash[16423]: cluster 2024-02-20T00:00:39.983718+0000 mgr.smithi023.vhqanb (mgr.14182) 1309 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:41.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:41 smithi184 bash[20261]: cluster 2024-02-20T00:00:39.983718+0000 mgr.smithi023.vhqanb (mgr.14182) 1309 : cluster [DBG] pgmap v842: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:43.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:43 smithi023 bash[16423]: cluster 2024-02-20T00:00:41.984811+0000 mgr.smithi023.vhqanb (mgr.14182) 1310 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:43.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:43 smithi184 bash[20261]: cluster 2024-02-20T00:00:41.984811+0000 mgr.smithi023.vhqanb (mgr.14182) 1310 : cluster [DBG] pgmap v843: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:44.538 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:00:44.538 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:59:19.500418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:23.702764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nexsul on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\nDeploy daemon haproxy.nfs.foo.smithi184.nexsul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.971590Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.kcuteu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\nDeploy daemon haproxy.nfs.foo.smithi023.kcuteu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.973579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.bkincg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:27.975153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:00:45.176 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:00:45.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:45 smithi023 bash[16423]: cluster 2024-02-20T00:00:43.985992+0000 mgr.smithi023.vhqanb (mgr.14182) 1311 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:45.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:45 smithi023 bash[16423]: audit 2024-02-20T00:00:44.518716+0000 mgr.smithi023.vhqanb (mgr.14182) 1312 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:00:45.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:45 smithi184 bash[20261]: cluster 2024-02-20T00:00:43.985992+0000 mgr.smithi023.vhqanb (mgr.14182) 1311 : cluster [DBG] pgmap v844: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:45.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:45 smithi184 bash[20261]: audit 2024-02-20T00:00:44.518716+0000 mgr.smithi023.vhqanb (mgr.14182) 1312 : audit [DBG] from='client.15528 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:00:46.177 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:00:47.710 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:47 smithi023 bash[16423]: cluster 2024-02-20T00:00:45.987275+0000 mgr.smithi023.vhqanb (mgr.14182) 1313 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:47.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:47 smithi184 bash[20261]: cluster 2024-02-20T00:00:45.987275+0000 mgr.smithi023.vhqanb (mgr.14182) 1313 : cluster [DBG] pgmap v845: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:49.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:49 smithi023 bash[16423]: cluster 2024-02-20T00:00:47.988461+0000 mgr.smithi023.vhqanb (mgr.14182) 1314 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:00:49.601 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:00:49.602 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:59:19.500418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:23.702764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nexsul on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\nDeploy daemon haproxy.nfs.foo.smithi184.nexsul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.971590Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.kcuteu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\nDeploy daemon haproxy.nfs.foo.smithi023.kcuteu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.973579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.bkincg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:27.975153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:00:49.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:49 smithi184 bash[20261]: cluster 2024-02-20T00:00:47.988461+0000 mgr.smithi023.vhqanb (mgr.14182) 1314 : cluster [DBG] pgmap v846: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:00:50.245 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:00:50.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:50 smithi023 bash[16423]: audit 2024-02-20T00:00:49.580376+0000 mgr.smithi023.vhqanb (mgr.14182) 1315 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:00:50.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:50 smithi184 bash[20261]: audit 2024-02-20T00:00:49.580376+0000 mgr.smithi023.vhqanb (mgr.14182) 1315 : audit [DBG] from='client.15532 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:00:51.246 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:00:51.609 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:51 smithi023 bash[16423]: cluster 2024-02-20T00:00:49.989676+0000 mgr.smithi023.vhqanb (mgr.14182) 1316 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:51.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:51 smithi184 bash[20261]: cluster 2024-02-20T00:00:49.989676+0000 mgr.smithi023.vhqanb (mgr.14182) 1316 : cluster [DBG] pgmap v847: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:53.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:53 smithi023 bash[16423]: cluster 2024-02-20T00:00:51.990750+0000 mgr.smithi023.vhqanb (mgr.14182) 1317 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:53.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:53 smithi184 bash[20261]: cluster 2024-02-20T00:00:51.990750+0000 mgr.smithi023.vhqanb (mgr.14182) 1317 : cluster [DBG] pgmap v848: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:54.569 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:00:54.569 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:59:19.500418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:23.702764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nexsul on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\nDeploy daemon haproxy.nfs.foo.smithi184.nexsul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.971590Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.kcuteu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\nDeploy daemon haproxy.nfs.foo.smithi023.kcuteu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.973579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.bkincg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:27.975153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:00:55.176 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:00:55.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:55 smithi023 bash[16423]: cluster 2024-02-20T00:00:53.991931+0000 mgr.smithi023.vhqanb (mgr.14182) 1318 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:55.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:55 smithi023 bash[16423]: audit 2024-02-20T00:00:54.550100+0000 mgr.smithi023.vhqanb (mgr.14182) 1319 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:00:55.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:55 smithi184 bash[20261]: cluster 2024-02-20T00:00:53.991931+0000 mgr.smithi023.vhqanb (mgr.14182) 1318 : cluster [DBG] pgmap v849: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:55.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:55 smithi184 bash[20261]: audit 2024-02-20T00:00:54.550100+0000 mgr.smithi023.vhqanb (mgr.14182) 1319 : audit [DBG] from='client.15536 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:00:56.177 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:00:57.569 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:57 smithi023 bash[16423]: cluster 2024-02-20T00:00:55.993226+0000 mgr.smithi023.vhqanb (mgr.14182) 1320 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:57.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:57 smithi184 bash[20261]: cluster 2024-02-20T00:00:55.993226+0000 mgr.smithi023.vhqanb (mgr.14182) 1320 : cluster [DBG] pgmap v850: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:00:59.330 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:00:59.330 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:59:19.500418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:23.702764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nexsul on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\nDeploy daemon haproxy.nfs.foo.smithi184.nexsul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.971590Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.kcuteu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\nDeploy daemon haproxy.nfs.foo.smithi023.kcuteu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.973579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.bkincg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:27.975153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:00:59.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:00:59 smithi023 bash[16423]: cluster 2024-02-20T00:00:57.994328+0000 mgr.smithi023.vhqanb (mgr.14182) 1321 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:00:59.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:00:59 smithi184 bash[20261]: cluster 2024-02-20T00:00:57.994328+0000 mgr.smithi023.vhqanb (mgr.14182) 1321 : cluster [DBG] pgmap v851: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:00:59.974 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:01:00.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:00 smithi023 bash[16423]: audit 2024-02-20T00:00:59.310922+0000 mgr.smithi023.vhqanb (mgr.14182) 1322 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:01:00.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:00 smithi184 bash[20261]: audit 2024-02-20T00:00:59.310922+0000 mgr.smithi023.vhqanb (mgr.14182) 1322 : audit [DBG] from='client.15540 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:01:00.976 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:01:01.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:01 smithi184 bash[20261]: cluster 2024-02-20T00:00:59.995590+0000 mgr.smithi023.vhqanb (mgr.14182) 1323 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:01.896 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:01 smithi023 bash[16423]: cluster 2024-02-20T00:00:59.995590+0000 mgr.smithi023.vhqanb (mgr.14182) 1323 : cluster [DBG] pgmap v852: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:03.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:03 smithi023 bash[16423]: cluster 2024-02-20T00:01:01.996688+0000 mgr.smithi023.vhqanb (mgr.14182) 1324 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:03.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:03 smithi184 bash[20261]: cluster 2024-02-20T00:01:01.996688+0000 mgr.smithi023.vhqanb (mgr.14182) 1324 : cluster [DBG] pgmap v853: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:04.313 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:01:04.314 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:59:19.500418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:23.702764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nexsul on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\nDeploy daemon haproxy.nfs.foo.smithi184.nexsul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.971590Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.kcuteu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\nDeploy daemon haproxy.nfs.foo.smithi023.kcuteu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.973579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.bkincg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:27.975153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:01:04.969 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:01:05.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:05 smithi023 bash[16423]: cluster 2024-02-20T00:01:03.997911+0000 mgr.smithi023.vhqanb (mgr.14182) 1325 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:05.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:05 smithi023 bash[16423]: audit 2024-02-20T00:01:04.299799+0000 mgr.smithi023.vhqanb (mgr.14182) 1326 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:01:05.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:05 smithi184 bash[20261]: cluster 2024-02-20T00:01:03.997911+0000 mgr.smithi023.vhqanb (mgr.14182) 1325 : cluster [DBG] pgmap v854: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:05.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:05 smithi184 bash[20261]: audit 2024-02-20T00:01:04.299799+0000 mgr.smithi023.vhqanb (mgr.14182) 1326 : audit [DBG] from='client.15544 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:01:05.970 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:01:07.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:07 smithi023 bash[16423]: cluster 2024-02-20T00:01:05.998835+0000 mgr.smithi023.vhqanb (mgr.14182) 1327 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:07.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:07 smithi184 bash[20261]: cluster 2024-02-20T00:01:05.998835+0000 mgr.smithi023.vhqanb (mgr.14182) 1327 : cluster [DBG] pgmap v855: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:09.092 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:01:09.093 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:59:19.500418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:23.702764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nexsul on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\nDeploy daemon haproxy.nfs.foo.smithi184.nexsul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.971590Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.kcuteu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\nDeploy daemon haproxy.nfs.foo.smithi023.kcuteu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.973579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.bkincg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:27.975153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:01:09.697 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:09 smithi023 bash[16423]: cluster 2024-02-20T00:01:07.999992+0000 mgr.smithi023.vhqanb (mgr.14182) 1328 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:01:09.698 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:01:09.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:09 smithi184 bash[20261]: cluster 2024-02-20T00:01:07.999992+0000 mgr.smithi023.vhqanb (mgr.14182) 1328 : cluster [DBG] pgmap v856: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:01:10.699 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:01:10.712 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:10 smithi023 bash[16423]: audit 2024-02-20T00:01:09.078684+0000 mgr.smithi023.vhqanb (mgr.14182) 1329 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:01:10.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:10 smithi184 bash[20261]: audit 2024-02-20T00:01:09.078684+0000 mgr.smithi023.vhqanb (mgr.14182) 1329 : audit [DBG] from='client.15548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:01:11.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:11 smithi023 bash[16423]: cluster 2024-02-20T00:01:10.001219+0000 mgr.smithi023.vhqanb (mgr.14182) 1330 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:11.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:11 smithi184 bash[20261]: cluster 2024-02-20T00:01:10.001219+0000 mgr.smithi023.vhqanb (mgr.14182) 1330 : cluster [DBG] pgmap v857: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:13.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:13 smithi023 bash[16423]: cluster 2024-02-20T00:01:12.002284+0000 mgr.smithi023.vhqanb (mgr.14182) 1331 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:13.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:13 smithi184 bash[20261]: cluster 2024-02-20T00:01:12.002284+0000 mgr.smithi023.vhqanb (mgr.14182) 1331 : cluster [DBG] pgmap v858: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:13.946 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:01:13.946 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:59:19.500418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:23.702764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nexsul on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\nDeploy daemon haproxy.nfs.foo.smithi184.nexsul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.971590Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.kcuteu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\nDeploy daemon haproxy.nfs.foo.smithi023.kcuteu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.973579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.bkincg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:27.975153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:01:14.593 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:01:15.594 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:01:15.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:15 smithi023 bash[16423]: audit 2024-02-20T00:01:13.927280+0000 mgr.smithi023.vhqanb (mgr.14182) 1332 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:01:15.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:15 smithi023 bash[16423]: cluster 2024-02-20T00:01:14.003488+0000 mgr.smithi023.vhqanb (mgr.14182) 1333 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:15.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:15 smithi184 bash[20261]: audit 2024-02-20T00:01:13.927280+0000 mgr.smithi023.vhqanb (mgr.14182) 1332 : audit [DBG] from='client.15552 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:01:15.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:15 smithi184 bash[20261]: cluster 2024-02-20T00:01:14.003488+0000 mgr.smithi023.vhqanb (mgr.14182) 1333 : cluster [DBG] pgmap v859: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:17.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:17 smithi023 bash[16423]: cluster 2024-02-20T00:01:16.004789+0000 mgr.smithi023.vhqanb (mgr.14182) 1334 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:17.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:17 smithi184 bash[20261]: cluster 2024-02-20T00:01:16.004789+0000 mgr.smithi023.vhqanb (mgr.14182) 1334 : cluster [DBG] pgmap v860: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:18.897 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:01:18.898 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:59:19.500418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:23.702764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nexsul on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\nDeploy daemon haproxy.nfs.foo.smithi184.nexsul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.971590Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.kcuteu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\nDeploy daemon haproxy.nfs.foo.smithi023.kcuteu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.973579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.bkincg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:27.975153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:01:19.492 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:01:19.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:19 smithi023 bash[16423]: cluster 2024-02-20T00:01:18.006040+0000 mgr.smithi023.vhqanb (mgr.14182) 1335 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:01:19.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:19 smithi184 bash[20261]: cluster 2024-02-20T00:01:18.006040+0000 mgr.smithi023.vhqanb (mgr.14182) 1335 : cluster [DBG] pgmap v861: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:01:20.493 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:01:20.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:20 smithi184 bash[20261]: audit 2024-02-20T00:01:18.875442+0000 mgr.smithi023.vhqanb (mgr.14182) 1336 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:01:20.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:20 smithi023 bash[16423]: audit 2024-02-20T00:01:18.875442+0000 mgr.smithi023.vhqanb (mgr.14182) 1336 : audit [DBG] from='client.15556 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:01:21.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:21 smithi184 bash[20261]: cluster 2024-02-20T00:01:20.007344+0000 mgr.smithi023.vhqanb (mgr.14182) 1337 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:21.780 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:21 smithi023 bash[16423]: cluster 2024-02-20T00:01:20.007344+0000 mgr.smithi023.vhqanb (mgr.14182) 1337 : cluster [DBG] pgmap v862: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:23.695 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:01:23.696 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:59:19.500418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:23.702764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nexsul on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\nDeploy daemon haproxy.nfs.foo.smithi184.nexsul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.971590Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.kcuteu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\nDeploy daemon haproxy.nfs.foo.smithi023.kcuteu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.973579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.bkincg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:27.975153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:01:23.760 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:23 smithi023 bash[16423]: cluster 2024-02-20T00:01:22.008322+0000 mgr.smithi023.vhqanb (mgr.14182) 1338 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:24.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:23 smithi184 bash[20261]: cluster 2024-02-20T00:01:22.008322+0000 mgr.smithi023.vhqanb (mgr.14182) 1338 : cluster [DBG] pgmap v863: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:24.351 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:01:25.352 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:01:25.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:25 smithi023 bash[16423]: audit 2024-02-20T00:01:23.676023+0000 mgr.smithi023.vhqanb (mgr.14182) 1339 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:01:25.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:25 smithi023 bash[16423]: cluster 2024-02-20T00:01:24.009499+0000 mgr.smithi023.vhqanb (mgr.14182) 1340 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:26.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:25 smithi184 bash[20261]: audit 2024-02-20T00:01:23.676023+0000 mgr.smithi023.vhqanb (mgr.14182) 1339 : audit [DBG] from='client.15560 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:01:26.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:25 smithi184 bash[20261]: cluster 2024-02-20T00:01:24.009499+0000 mgr.smithi023.vhqanb (mgr.14182) 1340 : cluster [DBG] pgmap v864: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:27.915 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:27 smithi023 bash[16423]: cluster 2024-02-20T00:01:26.010954+0000 mgr.smithi023.vhqanb (mgr.14182) 1341 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:28.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:27 smithi184 bash[20261]: cluster 2024-02-20T00:01:26.010954+0000 mgr.smithi023.vhqanb (mgr.14182) 1341 : cluster [DBG] pgmap v865: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:28.363 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:01:28.363 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-19T23:59:19.500418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.kwklva on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:23.702764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nexsul on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\nDeploy daemon haproxy.nfs.foo.smithi184.nexsul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.971590Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.kcuteu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\nDeploy daemon haproxy.nfs.foo.smithi023.kcuteu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.973579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.bkincg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:27.975153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:01:28.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:28 smithi023 bash[16423]: audit 2024-02-20T00:01:27.979193+0000 mon.smithi023 (mon.0) 972 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:01:28.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:28 smithi023 bash[16423]: audit 2024-02-20T00:01:28.289613+0000 mon.smithi023 (mon.0) 973 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:01:28.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:28 smithi023 bash[16423]: audit 2024-02-20T00:01:28.290690+0000 mon.smithi023 (mon.0) 974 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:01:28.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:28 smithi023 bash[16423]: audit 2024-02-20T00:01:28.298449+0000 mon.smithi023 (mon.0) 975 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:01:28.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:28 smithi023 bash[16423]: audit 2024-02-20T00:01:28.305356+0000 mon.smithi023 (mon.0) 976 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:01:28.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:28 smithi023 bash[16423]: audit 2024-02-20T00:01:28.325358+0000 mon.smithi023 (mon.0) 977 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:01:29.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:28 smithi184 bash[20261]: audit 2024-02-20T00:01:27.979193+0000 mon.smithi023 (mon.0) 972 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:01:29.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:28 smithi184 bash[20261]: audit 2024-02-20T00:01:28.289613+0000 mon.smithi023 (mon.0) 973 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:01:29.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:28 smithi184 bash[20261]: audit 2024-02-20T00:01:28.290690+0000 mon.smithi023 (mon.0) 974 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:01:29.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:28 smithi184 bash[20261]: audit 2024-02-20T00:01:28.298449+0000 mon.smithi023 (mon.0) 975 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:01:29.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:28 smithi184 bash[20261]: audit 2024-02-20T00:01:28.305356+0000 mon.smithi023 (mon.0) 976 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:01:29.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:28 smithi184 bash[20261]: audit 2024-02-20T00:01:28.325358+0000 mon.smithi023 (mon.0) 977 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:01:29.043 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:01:29.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:29 smithi023 bash[16423]: cluster 2024-02-20T00:01:28.012103+0000 mgr.smithi023.vhqanb (mgr.14182) 1342 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:01:29.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:29 smithi023 bash[16423]: cluster 2024-02-20T00:01:28.299279+0000 mgr.smithi023.vhqanb (mgr.14182) 1343 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-20T00:01:29.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:29 smithi023 bash[16423]: cephadm 2024-02-20T00:01:28.328991+0000 mgr.smithi023.vhqanb (mgr.14182) 1344 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.sphbvq on smithi184 2024-02-20T00:01:29.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:29 smithi023 bash[16423]: audit 2024-02-20T00:01:28.344379+0000 mgr.smithi023.vhqanb (mgr.14182) 1345 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:01:29.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:29 smithi023 bash[16423]: cluster 2024-02-20T00:01:28.521939+0000 mon.smithi023 (mon.0) 978 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:01:29.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:29 smithi023 bash[16423]: cluster 2024-02-20T00:01:28.522012+0000 mon.smithi023 (mon.0) 979 : cluster [INF] Cluster is now healthy 2024-02-20T00:01:30.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:29 smithi184 bash[20261]: cluster 2024-02-20T00:01:28.012103+0000 mgr.smithi023.vhqanb (mgr.14182) 1342 : cluster [DBG] pgmap v866: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:01:30.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:29 smithi184 bash[20261]: cluster 2024-02-20T00:01:28.299279+0000 mgr.smithi023.vhqanb (mgr.14182) 1343 : cluster [DBG] pgmap v867: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-20T00:01:30.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:29 smithi184 bash[20261]: cephadm 2024-02-20T00:01:28.328991+0000 mgr.smithi023.vhqanb (mgr.14182) 1344 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.sphbvq on smithi184 2024-02-20T00:01:30.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:29 smithi184 bash[20261]: audit 2024-02-20T00:01:28.344379+0000 mgr.smithi023.vhqanb (mgr.14182) 1345 : audit [DBG] from='client.15564 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:01:30.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:29 smithi184 bash[20261]: cluster 2024-02-20T00:01:28.521939+0000 mon.smithi023 (mon.0) 978 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:01:30.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:29 smithi184 bash[20261]: cluster 2024-02-20T00:01:28.522012+0000 mon.smithi023 (mon.0) 979 : cluster [INF] Cluster is now healthy 2024-02-20T00:01:30.044 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:01:31.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:31 smithi023 bash[16423]: cluster 2024-02-20T00:01:30.300321+0000 mgr.smithi023.vhqanb (mgr.14182) 1346 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-20T00:01:31.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:31 smithi023 bash[16423]: audit 2024-02-20T00:01:31.142046+0000 mon.smithi023 (mon.0) 980 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:01:31.834 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:31 smithi184 bash[20261]: cluster 2024-02-20T00:01:30.300321+0000 mgr.smithi023.vhqanb (mgr.14182) 1346 : cluster [DBG] pgmap v868: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-20T00:01:31.834 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:31 smithi184 bash[20261]: audit 2024-02-20T00:01:31.142046+0000 mon.smithi023 (mon.0) 980 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:01:32.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:32 smithi023 bash[16423]: audit 2024-02-20T00:01:32.218833+0000 mon.smithi023 (mon.0) 981 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.sphbvq"}]: dispatch 2024-02-20T00:01:33.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:32 smithi184 bash[20261]: audit 2024-02-20T00:01:32.218833+0000 mon.smithi023 (mon.0) 981 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.sphbvq"}]: dispatch 2024-02-20T00:01:33.575 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:01:33.576 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:00:23.702764Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.nexsul on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-nexsul\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.nexsul\nDeploy daemon haproxy.nfs.foo.smithi184.nexsul ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.971590Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.kcuteu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-kcuteu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.kcuteu\nDeploy daemon haproxy.nfs.foo.smithi023.kcuteu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:00:27.973579Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.bkincg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:00:27.975153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:32.220176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sphbvq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\nDeploy daemon haproxy.nfs.foo.smithi184.sphbvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:01:33.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: cephadm 2024-02-20T00:01:32.217701+0000 mgr.smithi023.vhqanb (mgr.14182) 1347 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq 2024-02-20T00:01:33.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:01:33.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq 2024-02-20T00:01:33.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq 2024-02-20T00:01:33.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:01:33.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq 2024-02-20T00:01:33.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.sphbvq ... 2024-02-20T00:01:33.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:01:33.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:01:33.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:01:33.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:01:33.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:01:33.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-20T00:01:33.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:01:33.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: yield (conn, connr) 2024-02-20T00:01:33.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:01:34.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-20T00:01:34.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq 2024-02-20T00:01:34.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:01:34.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq 2024-02-20T00:01:34.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq 2024-02-20T00:01:34.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:01:34.001 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq 2024-02-20T00:01:34.001 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.sphbvq ... 2024-02-20T00:01:34.001 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:01:34.001 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:01:34.001 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:01:34.001 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:01:34.001 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:01:34.002 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: cephadm 2024-02-20T00:01:32.218190+0000 mgr.smithi023.vhqanb (mgr.14182) 1348 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.sphbvq 2024-02-20T00:01:34.002 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: cephadm 2024-02-20T00:01:32.220433+0000 mgr.smithi023.vhqanb (mgr.14182) 1349 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.sphbvq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq 2024-02-20T00:01:34.002 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:01:34.002 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq 2024-02-20T00:01:34.002 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq 2024-02-20T00:01:34.002 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:01:34.003 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq 2024-02-20T00:01:34.003 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.sphbvq ... 2024-02-20T00:01:34.003 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:01:34.003 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:01:34.003 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:01:34.003 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:01:34.003 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:01:34.004 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: cephadm 2024-02-20T00:01:32.225290+0000 mgr.smithi023.vhqanb (mgr.14182) 1350 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.nsxwtv on smithi023 2024-02-20T00:01:34.004 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:33 smithi023 bash[16423]: cluster 2024-02-20T00:01:32.300879+0000 mgr.smithi023.vhqanb (mgr.14182) 1351 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-20T00:01:34.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: cephadm 2024-02-20T00:01:32.217701+0000 mgr.smithi023.vhqanb (mgr.14182) 1347 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq 2024-02-20T00:01:34.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:01:34.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq 2024-02-20T00:01:34.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq 2024-02-20T00:01:34.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:01:34.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq 2024-02-20T00:01:34.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.sphbvq ... 2024-02-20T00:01:34.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:01:34.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:01:34.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:01:34.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:01:34.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:01:34.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-20T00:01:34.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:01:34.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: yield (conn, connr) 2024-02-20T00:01:34.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:01:34.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-20T00:01:34.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq 2024-02-20T00:01:34.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:01:34.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq 2024-02-20T00:01:34.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq 2024-02-20T00:01:34.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:01:34.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq 2024-02-20T00:01:34.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.sphbvq ... 2024-02-20T00:01:34.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:01:34.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:01:34.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:01:34.013 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:01:34.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:01:34.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: cephadm 2024-02-20T00:01:32.218190+0000 mgr.smithi023.vhqanb (mgr.14182) 1348 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.sphbvq 2024-02-20T00:01:34.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: cephadm 2024-02-20T00:01:32.220433+0000 mgr.smithi023.vhqanb (mgr.14182) 1349 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.sphbvq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq 2024-02-20T00:01:34.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:01:34.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq 2024-02-20T00:01:34.014 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq 2024-02-20T00:01:34.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:01:34.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq 2024-02-20T00:01:34.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.sphbvq ... 2024-02-20T00:01:34.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:01:34.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:01:34.015 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:01:34.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:01:34.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:01:34.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: cephadm 2024-02-20T00:01:32.225290+0000 mgr.smithi023.vhqanb (mgr.14182) 1350 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.nsxwtv on smithi023 2024-02-20T00:01:34.016 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:33 smithi184 bash[20261]: cluster 2024-02-20T00:01:32.300879+0000 mgr.smithi023.vhqanb (mgr.14182) 1351 : cluster [DBG] pgmap v869: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-20T00:01:34.239 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:01:34.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:34 smithi023 bash[16423]: audit 2024-02-20T00:01:33.556841+0000 mgr.smithi023.vhqanb (mgr.14182) 1352 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:01:35.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:34 smithi184 bash[20261]: audit 2024-02-20T00:01:33.556841+0000 mgr.smithi023.vhqanb (mgr.14182) 1352 : audit [DBG] from='client.15568 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:01:35.240 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:01:35.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:35 smithi023 bash[16423]: cluster 2024-02-20T00:01:34.302007+0000 mgr.smithi023.vhqanb (mgr.14182) 1353 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-20T00:01:36.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:35 smithi184 bash[20261]: cluster 2024-02-20T00:01:34.302007+0000 mgr.smithi023.vhqanb (mgr.14182) 1353 : cluster [DBG] pgmap v870: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-20T00:01:36.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:36 smithi023 bash[16423]: audit 2024-02-20T00:01:36.372497+0000 mon.smithi023 (mon.0) 982 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.nsxwtv"}]: dispatch 2024-02-20T00:01:37.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:36 smithi184 bash[20261]: audit 2024-02-20T00:01:36.372497+0000 mon.smithi023 (mon.0) 982 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.nsxwtv"}]: dispatch 2024-02-20T00:01:37.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: cluster 2024-02-20T00:01:36.302960+0000 mgr.smithi023.vhqanb (mgr.14182) 1354 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-20T00:01:37.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: cephadm 2024-02-20T00:01:36.371593+0000 mgr.smithi023.vhqanb (mgr.14182) 1355 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv 2024-02-20T00:01:37.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:01:37.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv 2024-02-20T00:01:37.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv 2024-02-20T00:01:37.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:01:37.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv 2024-02-20T00:01:37.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.nsxwtv ... 2024-02-20T00:01:37.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:01:37.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:01:37.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:01:37.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:01:37.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:01:37.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-20T00:01:37.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:01:37.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: yield (conn, connr) 2024-02-20T00:01:37.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:01:37.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-20T00:01:37.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv 2024-02-20T00:01:37.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:01:37.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv 2024-02-20T00:01:37.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv 2024-02-20T00:01:37.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:01:37.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv 2024-02-20T00:01:37.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.nsxwtv ... 2024-02-20T00:01:37.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:01:37.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:01:37.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:01:37.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:01:37.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:01:37.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: cephadm 2024-02-20T00:01:36.372063+0000 mgr.smithi023.vhqanb (mgr.14182) 1356 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.nsxwtv 2024-02-20T00:01:37.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: cephadm 2024-02-20T00:01:36.373757+0000 mgr.smithi023.vhqanb (mgr.14182) 1357 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.nsxwtv on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv 2024-02-20T00:01:37.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:01:37.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv 2024-02-20T00:01:37.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv 2024-02-20T00:01:37.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:01:37.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv 2024-02-20T00:01:37.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.nsxwtv ... 2024-02-20T00:01:37.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:01:38.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:01:38.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:01:38.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:01:38.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:01:38.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: cephadm 2024-02-20T00:01:36.377160+0000 mgr.smithi023.vhqanb (mgr.14182) 1358 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.ungyjf on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:01:38.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: cephadm 2024-02-20T00:01:36.379881+0000 mgr.smithi023.vhqanb (mgr.14182) 1359 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:01:38.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: cluster 2024-02-20T00:01:36.380828+0000 mgr.smithi023.vhqanb (mgr.14182) 1360 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:01:38.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: cluster 2024-02-20T00:01:36.583704+0000 mon.smithi023 (mon.0) 983 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:01:38.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:37 smithi023 bash[16423]: audit 2024-02-20T00:01:37.323437+0000 mon.smithi023 (mon.0) 984 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:01:38.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: cluster 2024-02-20T00:01:36.302960+0000 mgr.smithi023.vhqanb (mgr.14182) 1354 : cluster [DBG] pgmap v871: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 198 B/s rd, 0 op/s 2024-02-20T00:01:38.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: cephadm 2024-02-20T00:01:36.371593+0000 mgr.smithi023.vhqanb (mgr.14182) 1355 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv 2024-02-20T00:01:38.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:01:38.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv 2024-02-20T00:01:38.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv 2024-02-20T00:01:38.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:01:38.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv 2024-02-20T00:01:38.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.nsxwtv ... 2024-02-20T00:01:38.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:01:38.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:01:38.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:01:38.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:01:38.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:01:38.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-20T00:01:38.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:01:38.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: yield (conn, connr) 2024-02-20T00:01:38.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:01:38.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-20T00:01:38.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv 2024-02-20T00:01:38.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:01:38.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv 2024-02-20T00:01:38.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv 2024-02-20T00:01:38.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:01:38.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv 2024-02-20T00:01:38.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.nsxwtv ... 2024-02-20T00:01:38.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:01:38.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:01:38.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:01:38.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:01:38.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:01:38.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: cephadm 2024-02-20T00:01:36.372063+0000 mgr.smithi023.vhqanb (mgr.14182) 1356 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.nsxwtv 2024-02-20T00:01:38.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: cephadm 2024-02-20T00:01:36.373757+0000 mgr.smithi023.vhqanb (mgr.14182) 1357 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.nsxwtv on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv 2024-02-20T00:01:38.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:01:38.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv 2024-02-20T00:01:38.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv 2024-02-20T00:01:38.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:01:38.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv 2024-02-20T00:01:38.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.nsxwtv ... 2024-02-20T00:01:38.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:01:38.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:01:38.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:01:38.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:01:38.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:01:38.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: cephadm 2024-02-20T00:01:36.377160+0000 mgr.smithi023.vhqanb (mgr.14182) 1358 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.ungyjf on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:01:38.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: cephadm 2024-02-20T00:01:36.379881+0000 mgr.smithi023.vhqanb (mgr.14182) 1359 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:01:38.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: cluster 2024-02-20T00:01:36.380828+0000 mgr.smithi023.vhqanb (mgr.14182) 1360 : cluster [DBG] pgmap v872: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-02-20T00:01:38.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: cluster 2024-02-20T00:01:36.583704+0000 mon.smithi023 (mon.0) 983 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:01:38.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:37 smithi184 bash[20261]: audit 2024-02-20T00:01:37.323437+0000 mon.smithi023 (mon.0) 984 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:01:38.814 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:01:38.815 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:00:27.975153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:32.220176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sphbvq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\nDeploy daemon haproxy.nfs.foo.smithi184.sphbvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.373491Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nsxwtv on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\nDeploy daemon haproxy.nfs.foo.smithi023.nsxwtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.377004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ungyjf on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:01:39.442 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:01:39.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:39 smithi023 bash[16423]: cluster 2024-02-20T00:01:38.381906+0000 mgr.smithi023.vhqanb (mgr.14182) 1361 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-20T00:01:40.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:39 smithi184 bash[20261]: cluster 2024-02-20T00:01:38.381906+0000 mgr.smithi023.vhqanb (mgr.14182) 1361 : cluster [DBG] pgmap v873: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-20T00:01:40.443 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:01:40.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:40 smithi023 bash[16423]: audit 2024-02-20T00:01:38.796301+0000 mgr.smithi023.vhqanb (mgr.14182) 1362 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:01:41.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:40 smithi184 bash[20261]: audit 2024-02-20T00:01:38.796301+0000 mgr.smithi023.vhqanb (mgr.14182) 1362 : audit [DBG] from='client.15572 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:01:41.731 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:41 smithi023 bash[16423]: cluster 2024-02-20T00:01:40.383127+0000 mgr.smithi023.vhqanb (mgr.14182) 1363 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-20T00:01:42.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:41 smithi184 bash[20261]: cluster 2024-02-20T00:01:40.383127+0000 mgr.smithi023.vhqanb (mgr.14182) 1363 : cluster [DBG] pgmap v874: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-20T00:01:42.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:42 smithi023 bash[16423]: cluster 2024-02-20T00:01:42.384155+0000 mgr.smithi023.vhqanb (mgr.14182) 1364 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-20T00:01:43.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:42 smithi184 bash[20261]: cluster 2024-02-20T00:01:42.384155+0000 mgr.smithi023.vhqanb (mgr.14182) 1364 : cluster [DBG] pgmap v875: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-20T00:01:43.568 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:01:43.569 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:00:27.975153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:32.220176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sphbvq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\nDeploy daemon haproxy.nfs.foo.smithi184.sphbvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.373491Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nsxwtv on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\nDeploy daemon haproxy.nfs.foo.smithi023.nsxwtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.377004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ungyjf on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:01:43.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:43 smithi023 bash[16423]: audit 2024-02-20T00:01:43.546767+0000 mgr.smithi023.vhqanb (mgr.14182) 1365 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:01:44.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:43 smithi184 bash[20261]: audit 2024-02-20T00:01:43.546767+0000 mgr.smithi023.vhqanb (mgr.14182) 1365 : audit [DBG] from='client.15576 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:01:44.217 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:01:44.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:44 smithi023 bash[16423]: cluster 2024-02-20T00:01:44.385555+0000 mgr.smithi023.vhqanb (mgr.14182) 1366 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-20T00:01:45.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:44 smithi184 bash[20261]: cluster 2024-02-20T00:01:44.385555+0000 mgr.smithi023.vhqanb (mgr.14182) 1366 : cluster [DBG] pgmap v876: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-20T00:01:45.218 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:01:47.496 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:47 smithi023 bash[16423]: audit 2024-02-20T00:01:46.143749+0000 mon.smithi023 (mon.0) 985 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:01:47.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:47 smithi023 bash[16423]: cluster 2024-02-20T00:01:46.386362+0000 mgr.smithi023.vhqanb (mgr.14182) 1367 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-20T00:01:47.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:47 smithi184 bash[20261]: audit 2024-02-20T00:01:46.143749+0000 mon.smithi023 (mon.0) 985 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:01:47.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:47 smithi184 bash[20261]: cluster 2024-02-20T00:01:46.386362+0000 mgr.smithi023.vhqanb (mgr.14182) 1367 : cluster [DBG] pgmap v877: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-20T00:01:48.524 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:01:48.524 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:00:27.975153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:32.220176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sphbvq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\nDeploy daemon haproxy.nfs.foo.smithi184.sphbvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.373491Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nsxwtv on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\nDeploy daemon haproxy.nfs.foo.smithi023.nsxwtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.377004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ungyjf on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:01:49.189 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:01:49.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:49 smithi023 bash[16423]: cluster 2024-02-20T00:01:48.387442+0000 mgr.smithi023.vhqanb (mgr.14182) 1368 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:01:49.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:49 smithi023 bash[16423]: audit 2024-02-20T00:01:48.508457+0000 mgr.smithi023.vhqanb (mgr.14182) 1369 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:01:49.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:49 smithi184 bash[20261]: cluster 2024-02-20T00:01:48.387442+0000 mgr.smithi023.vhqanb (mgr.14182) 1368 : cluster [DBG] pgmap v878: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:01:49.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:49 smithi184 bash[20261]: audit 2024-02-20T00:01:48.508457+0000 mgr.smithi023.vhqanb (mgr.14182) 1369 : audit [DBG] from='client.15580 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:01:50.190 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:01:51.645 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:51 smithi023 bash[16423]: cluster 2024-02-20T00:01:50.388721+0000 mgr.smithi023.vhqanb (mgr.14182) 1370 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:51.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:51 smithi184 bash[20261]: cluster 2024-02-20T00:01:50.388721+0000 mgr.smithi023.vhqanb (mgr.14182) 1370 : cluster [DBG] pgmap v879: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:53.522 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:01:53.522 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:00:27.975153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:32.220176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sphbvq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\nDeploy daemon haproxy.nfs.foo.smithi184.sphbvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.373491Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nsxwtv on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\nDeploy daemon haproxy.nfs.foo.smithi023.nsxwtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.377004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ungyjf on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:01:53.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:53 smithi023 bash[16423]: cluster 2024-02-20T00:01:52.389737+0000 mgr.smithi023.vhqanb (mgr.14182) 1371 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:53.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:53 smithi184 bash[20261]: cluster 2024-02-20T00:01:52.389737+0000 mgr.smithi023.vhqanb (mgr.14182) 1371 : cluster [DBG] pgmap v880: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:54.157 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:01:54.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:54 smithi023 bash[16423]: audit 2024-02-20T00:01:53.508259+0000 mgr.smithi023.vhqanb (mgr.14182) 1372 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:01:54.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:54 smithi184 bash[20261]: audit 2024-02-20T00:01:53.508259+0000 mgr.smithi023.vhqanb (mgr.14182) 1372 : audit [DBG] from='client.15584 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:01:55.157 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:01:55.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:55 smithi023 bash[16423]: cluster 2024-02-20T00:01:54.391109+0000 mgr.smithi023.vhqanb (mgr.14182) 1373 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:55.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:55 smithi184 bash[20261]: cluster 2024-02-20T00:01:54.391109+0000 mgr.smithi023.vhqanb (mgr.14182) 1373 : cluster [DBG] pgmap v881: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:57.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:57 smithi184 bash[20261]: cluster 2024-02-20T00:01:56.392346+0000 mgr.smithi023.vhqanb (mgr.14182) 1374 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:57.779 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:57 smithi023 bash[16423]: cluster 2024-02-20T00:01:56.392346+0000 mgr.smithi023.vhqanb (mgr.14182) 1374 : cluster [DBG] pgmap v882: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:01:58.641 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:01:58.641 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:00:27.975153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:32.220176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sphbvq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\nDeploy daemon haproxy.nfs.foo.smithi184.sphbvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.373491Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nsxwtv on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\nDeploy daemon haproxy.nfs.foo.smithi023.nsxwtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.377004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ungyjf on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:01:59.261 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:01:59.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:59 smithi023 bash[16423]: cluster 2024-02-20T00:01:58.393028+0000 mgr.smithi023.vhqanb (mgr.14182) 1375 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:01:59.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:01:59 smithi023 bash[16423]: audit 2024-02-20T00:01:58.619253+0000 mgr.smithi023.vhqanb (mgr.14182) 1376 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:01:59.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:59 smithi184 bash[20261]: cluster 2024-02-20T00:01:58.393028+0000 mgr.smithi023.vhqanb (mgr.14182) 1375 : cluster [DBG] pgmap v883: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:01:59.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:01:59 smithi184 bash[20261]: audit 2024-02-20T00:01:58.619253+0000 mgr.smithi023.vhqanb (mgr.14182) 1376 : audit [DBG] from='client.15588 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:02:00.262 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:02:01.645 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:01 smithi023 bash[16423]: cluster 2024-02-20T00:02:00.394223+0000 mgr.smithi023.vhqanb (mgr.14182) 1377 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:01.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:01 smithi184 bash[20261]: cluster 2024-02-20T00:02:00.394223+0000 mgr.smithi023.vhqanb (mgr.14182) 1377 : cluster [DBG] pgmap v884: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:03.463 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:02:03.464 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:00:27.975153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:32.220176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sphbvq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\nDeploy daemon haproxy.nfs.foo.smithi184.sphbvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.373491Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nsxwtv on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\nDeploy daemon haproxy.nfs.foo.smithi023.nsxwtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.377004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ungyjf on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:02:03.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:03 smithi184 bash[20261]: cluster 2024-02-20T00:02:02.395215+0000 mgr.smithi023.vhqanb (mgr.14182) 1378 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:03.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:03 smithi023 bash[16423]: cluster 2024-02-20T00:02:02.395215+0000 mgr.smithi023.vhqanb (mgr.14182) 1378 : cluster [DBG] pgmap v885: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:04.086 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:02:04.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:04 smithi023 bash[16423]: audit 2024-02-20T00:02:03.449844+0000 mgr.smithi023.vhqanb (mgr.14182) 1379 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:02:05.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:04 smithi184 bash[20261]: audit 2024-02-20T00:02:03.449844+0000 mgr.smithi023.vhqanb (mgr.14182) 1379 : audit [DBG] from='client.15592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:02:05.087 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:02:05.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:05 smithi023 bash[16423]: cluster 2024-02-20T00:02:04.396583+0000 mgr.smithi023.vhqanb (mgr.14182) 1380 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:06.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:05 smithi184 bash[20261]: cluster 2024-02-20T00:02:04.396583+0000 mgr.smithi023.vhqanb (mgr.14182) 1380 : cluster [DBG] pgmap v886: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:07.992 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:07 smithi023 bash[16423]: cluster 2024-02-20T00:02:06.397730+0000 mgr.smithi023.vhqanb (mgr.14182) 1381 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:08.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:07 smithi184 bash[20261]: cluster 2024-02-20T00:02:06.397730+0000 mgr.smithi023.vhqanb (mgr.14182) 1381 : cluster [DBG] pgmap v887: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:08.435 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:02:08.435 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:00:27.975153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:32.220176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sphbvq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\nDeploy daemon haproxy.nfs.foo.smithi184.sphbvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.373491Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nsxwtv on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\nDeploy daemon haproxy.nfs.foo.smithi023.nsxwtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.377004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ungyjf on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:02:09.074 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:02:09.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:09 smithi023 bash[16423]: cluster 2024-02-20T00:02:08.398851+0000 mgr.smithi023.vhqanb (mgr.14182) 1382 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:02:09.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:09 smithi023 bash[16423]: audit 2024-02-20T00:02:08.412771+0000 mgr.smithi023.vhqanb (mgr.14182) 1383 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:02:10.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:09 smithi184 bash[20261]: cluster 2024-02-20T00:02:08.398851+0000 mgr.smithi023.vhqanb (mgr.14182) 1382 : cluster [DBG] pgmap v888: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:02:10.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:09 smithi184 bash[20261]: audit 2024-02-20T00:02:08.412771+0000 mgr.smithi023.vhqanb (mgr.14182) 1383 : audit [DBG] from='client.15596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:02:10.075 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:02:11.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:11 smithi023 bash[16423]: cluster 2024-02-20T00:02:10.400202+0000 mgr.smithi023.vhqanb (mgr.14182) 1384 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:12.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:11 smithi184 bash[20261]: cluster 2024-02-20T00:02:10.400202+0000 mgr.smithi023.vhqanb (mgr.14182) 1384 : cluster [DBG] pgmap v889: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:13.227 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:02:13.227 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:00:27.975153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:32.220176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sphbvq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\nDeploy daemon haproxy.nfs.foo.smithi184.sphbvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.373491Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nsxwtv on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\nDeploy daemon haproxy.nfs.foo.smithi023.nsxwtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.377004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ungyjf on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:02:13.767 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:02:13.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:13 smithi023 bash[16423]: cluster 2024-02-20T00:02:12.401264+0000 mgr.smithi023.vhqanb (mgr.14182) 1385 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:14.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:13 smithi184 bash[20261]: cluster 2024-02-20T00:02:12.401264+0000 mgr.smithi023.vhqanb (mgr.14182) 1385 : cluster [DBG] pgmap v890: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:14.769 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:02:15.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:14 smithi023 bash[16423]: audit 2024-02-20T00:02:13.209409+0000 mgr.smithi023.vhqanb (mgr.14182) 1386 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:02:15.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:14 smithi184 bash[20261]: audit 2024-02-20T00:02:13.209409+0000 mgr.smithi023.vhqanb (mgr.14182) 1386 : audit [DBG] from='client.15600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:02:15.872 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:15 smithi023 bash[16423]: cluster 2024-02-20T00:02:14.402761+0000 mgr.smithi023.vhqanb (mgr.14182) 1387 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:16.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:15 smithi184 bash[20261]: cluster 2024-02-20T00:02:14.402761+0000 mgr.smithi023.vhqanb (mgr.14182) 1387 : cluster [DBG] pgmap v891: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:17.978 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:02:17.978 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:00:27.975153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:32.220176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sphbvq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\nDeploy daemon haproxy.nfs.foo.smithi184.sphbvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.373491Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nsxwtv on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\nDeploy daemon haproxy.nfs.foo.smithi023.nsxwtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.377004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ungyjf on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:02:17.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:17 smithi023 bash[16423]: cluster 2024-02-20T00:02:16.404042+0000 mgr.smithi023.vhqanb (mgr.14182) 1388 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:18.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:17 smithi184 bash[20261]: cluster 2024-02-20T00:02:16.404042+0000 mgr.smithi023.vhqanb (mgr.14182) 1388 : cluster [DBG] pgmap v892: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:18.633 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:02:19.634 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:02:19.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:19 smithi023 bash[16423]: audit 2024-02-20T00:02:17.959828+0000 mgr.smithi023.vhqanb (mgr.14182) 1389 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:02:19.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:19 smithi023 bash[16423]: cluster 2024-02-20T00:02:18.405319+0000 mgr.smithi023.vhqanb (mgr.14182) 1390 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:02:20.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:19 smithi184 bash[20261]: audit 2024-02-20T00:02:17.959828+0000 mgr.smithi023.vhqanb (mgr.14182) 1389 : audit [DBG] from='client.15604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:02:20.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:19 smithi184 bash[20261]: cluster 2024-02-20T00:02:18.405319+0000 mgr.smithi023.vhqanb (mgr.14182) 1390 : cluster [DBG] pgmap v893: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:02:21.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:21 smithi023 bash[16423]: cluster 2024-02-20T00:02:20.406677+0000 mgr.smithi023.vhqanb (mgr.14182) 1391 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:22.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:21 smithi184 bash[20261]: cluster 2024-02-20T00:02:20.406677+0000 mgr.smithi023.vhqanb (mgr.14182) 1391 : cluster [DBG] pgmap v894: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:22.875 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:02:22.875 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:00:27.975153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:32.220176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sphbvq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\nDeploy daemon haproxy.nfs.foo.smithi184.sphbvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.373491Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nsxwtv on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\nDeploy daemon haproxy.nfs.foo.smithi023.nsxwtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.377004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ungyjf on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:02:23.520 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:02:23.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:23 smithi023 bash[16423]: cluster 2024-02-20T00:02:22.407747+0000 mgr.smithi023.vhqanb (mgr.14182) 1392 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:24.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:23 smithi184 bash[20261]: cluster 2024-02-20T00:02:22.407747+0000 mgr.smithi023.vhqanb (mgr.14182) 1392 : cluster [DBG] pgmap v895: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:24.522 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:02:24.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:24 smithi023 bash[16423]: audit 2024-02-20T00:02:22.856077+0000 mgr.smithi023.vhqanb (mgr.14182) 1393 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:02:25.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:24 smithi184 bash[20261]: audit 2024-02-20T00:02:22.856077+0000 mgr.smithi023.vhqanb (mgr.14182) 1393 : audit [DBG] from='client.15608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:02:25.924 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:25 smithi023 bash[16423]: cluster 2024-02-20T00:02:24.409078+0000 mgr.smithi023.vhqanb (mgr.14182) 1394 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:26.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:25 smithi184 bash[20261]: cluster 2024-02-20T00:02:24.409078+0000 mgr.smithi023.vhqanb (mgr.14182) 1394 : cluster [DBG] pgmap v896: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:27.690 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:02:27.691 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:00:27.975153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:32.220176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sphbvq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\nDeploy daemon haproxy.nfs.foo.smithi184.sphbvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.373491Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nsxwtv on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\nDeploy daemon haproxy.nfs.foo.smithi023.nsxwtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.377004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ungyjf on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:02:27.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:27 smithi023 bash[16423]: cluster 2024-02-20T00:02:26.410245+0000 mgr.smithi023.vhqanb (mgr.14182) 1395 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:28.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:27 smithi184 bash[20261]: cluster 2024-02-20T00:02:26.410245+0000 mgr.smithi023.vhqanb (mgr.14182) 1395 : cluster [DBG] pgmap v897: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:28.361 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:02:29.363 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:02:29.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:29 smithi023 bash[16423]: audit 2024-02-20T00:02:27.673947+0000 mgr.smithi023.vhqanb (mgr.14182) 1396 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:02:29.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:29 smithi023 bash[16423]: cluster 2024-02-20T00:02:28.411399+0000 mgr.smithi023.vhqanb (mgr.14182) 1397 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:02:30.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:29 smithi184 bash[20261]: audit 2024-02-20T00:02:27.673947+0000 mgr.smithi023.vhqanb (mgr.14182) 1396 : audit [DBG] from='client.15612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:02:30.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:29 smithi184 bash[20261]: cluster 2024-02-20T00:02:28.411399+0000 mgr.smithi023.vhqanb (mgr.14182) 1397 : cluster [DBG] pgmap v898: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:02:31.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:31 smithi023 bash[16423]: cluster 2024-02-20T00:02:30.412760+0000 mgr.smithi023.vhqanb (mgr.14182) 1398 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:32.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:31 smithi184 bash[20261]: cluster 2024-02-20T00:02:30.412760+0000 mgr.smithi023.vhqanb (mgr.14182) 1398 : cluster [DBG] pgmap v899: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:32.760 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:02:32.760 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:00:27.975153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:32.220176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sphbvq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\nDeploy daemon haproxy.nfs.foo.smithi184.sphbvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.373491Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nsxwtv on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\nDeploy daemon haproxy.nfs.foo.smithi023.nsxwtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.377004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ungyjf on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:02:33.415 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:02:33.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:33 smithi023 bash[16423]: cluster 2024-02-20T00:02:32.413868+0000 mgr.smithi023.vhqanb (mgr.14182) 1399 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:34.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:33 smithi184 bash[20261]: cluster 2024-02-20T00:02:32.413868+0000 mgr.smithi023.vhqanb (mgr.14182) 1399 : cluster [DBG] pgmap v900: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:34.416 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:02:34.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:34 smithi023 bash[16423]: audit 2024-02-20T00:02:32.737664+0000 mgr.smithi023.vhqanb (mgr.14182) 1400 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:02:35.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:34 smithi184 bash[20261]: audit 2024-02-20T00:02:32.737664+0000 mgr.smithi023.vhqanb (mgr.14182) 1400 : audit [DBG] from='client.15616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:02:35.810 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:35 smithi023 bash[16423]: cluster 2024-02-20T00:02:34.415391+0000 mgr.smithi023.vhqanb (mgr.14182) 1401 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:36.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:35 smithi184 bash[20261]: cluster 2024-02-20T00:02:34.415391+0000 mgr.smithi023.vhqanb (mgr.14182) 1401 : cluster [DBG] pgmap v901: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:36.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:36 smithi023 bash[16423]: audit 2024-02-20T00:02:36.385726+0000 mon.smithi023 (mon.0) 986 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:02:36.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:36 smithi023 bash[16423]: cluster 2024-02-20T00:02:36.416358+0000 mgr.smithi023.vhqanb (mgr.14182) 1402 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:37.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:36 smithi184 bash[20261]: audit 2024-02-20T00:02:36.385726+0000 mon.smithi023 (mon.0) 986 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:02:37.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:36 smithi184 bash[20261]: cluster 2024-02-20T00:02:36.416358+0000 mgr.smithi023.vhqanb (mgr.14182) 1402 : cluster [DBG] pgmap v902: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:37.706 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:02:37.707 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:00:27.975153Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.pdiuno on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:32.220176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sphbvq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\nDeploy daemon haproxy.nfs.foo.smithi184.sphbvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.373491Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nsxwtv on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\nDeploy daemon haproxy.nfs.foo.smithi023.nsxwtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.377004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ungyjf on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:02:37.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:37 smithi023 bash[16423]: audit 2024-02-20T00:02:36.686137+0000 mon.smithi023 (mon.0) 987 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:02:37.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:37 smithi023 bash[16423]: audit 2024-02-20T00:02:36.687575+0000 mon.smithi023 (mon.0) 988 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:02:37.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:37 smithi023 bash[16423]: audit 2024-02-20T00:02:36.696014+0000 mon.smithi023 (mon.0) 989 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:02:37.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:37 smithi023 bash[16423]: cluster 2024-02-20T00:02:36.696626+0000 mgr.smithi023.vhqanb (mgr.14182) 1403 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-20T00:02:37.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:37 smithi023 bash[16423]: audit 2024-02-20T00:02:36.701429+0000 mon.smithi023 (mon.0) 990 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:02:37.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:37 smithi023 bash[16423]: audit 2024-02-20T00:02:36.715998+0000 mon.smithi023 (mon.0) 991 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:02:37.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:37 smithi023 bash[16423]: cephadm 2024-02-20T00:02:36.719138+0000 mgr.smithi023.vhqanb (mgr.14182) 1404 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.niusrw on smithi184 2024-02-20T00:02:38.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:37 smithi184 bash[20261]: audit 2024-02-20T00:02:36.686137+0000 mon.smithi023 (mon.0) 987 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:02:38.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:37 smithi184 bash[20261]: audit 2024-02-20T00:02:36.687575+0000 mon.smithi023 (mon.0) 988 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:02:38.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:37 smithi184 bash[20261]: audit 2024-02-20T00:02:36.696014+0000 mon.smithi023 (mon.0) 989 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:02:38.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:37 smithi184 bash[20261]: cluster 2024-02-20T00:02:36.696626+0000 mgr.smithi023.vhqanb (mgr.14182) 1403 : cluster [DBG] pgmap v903: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-20T00:02:38.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:37 smithi184 bash[20261]: audit 2024-02-20T00:02:36.701429+0000 mon.smithi023 (mon.0) 990 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:02:38.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:37 smithi184 bash[20261]: audit 2024-02-20T00:02:36.715998+0000 mon.smithi023 (mon.0) 991 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:02:38.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:37 smithi184 bash[20261]: cephadm 2024-02-20T00:02:36.719138+0000 mgr.smithi023.vhqanb (mgr.14182) 1404 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.niusrw on smithi184 2024-02-20T00:02:38.390 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:02:38.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:38 smithi023 bash[16423]: audit 2024-02-20T00:02:37.687614+0000 mgr.smithi023.vhqanb (mgr.14182) 1405 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:02:38.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:38 smithi023 bash[16423]: cluster 2024-02-20T00:02:37.692541+0000 mon.smithi023 (mon.0) 992 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:02:38.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:38 smithi023 bash[16423]: cluster 2024-02-20T00:02:37.692620+0000 mon.smithi023 (mon.0) 993 : cluster [INF] Cluster is now healthy 2024-02-20T00:02:39.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:38 smithi184 bash[20261]: audit 2024-02-20T00:02:37.687614+0000 mgr.smithi023.vhqanb (mgr.14182) 1405 : audit [DBG] from='client.15620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:02:39.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:38 smithi184 bash[20261]: cluster 2024-02-20T00:02:37.692541+0000 mon.smithi023 (mon.0) 992 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:02:39.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:38 smithi184 bash[20261]: cluster 2024-02-20T00:02:37.692620+0000 mon.smithi023 (mon.0) 993 : cluster [INF] Cluster is now healthy 2024-02-20T00:02:39.391 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:02:39.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:39 smithi023 bash[16423]: cluster 2024-02-20T00:02:38.697473+0000 mgr.smithi023.vhqanb (mgr.14182) 1406 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-20T00:02:40.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:39 smithi184 bash[20261]: cluster 2024-02-20T00:02:38.697473+0000 mgr.smithi023.vhqanb (mgr.14182) 1406 : cluster [DBG] pgmap v904: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-20T00:02:40.956 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:40 smithi023 bash[16423]: audit 2024-02-20T00:02:40.653659+0000 mon.smithi023 (mon.0) 994 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.niusrw"}]: dispatch 2024-02-20T00:02:41.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:40 smithi184 bash[20261]: audit 2024-02-20T00:02:40.653659+0000 mon.smithi023 (mon.0) 994 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.niusrw"}]: dispatch 2024-02-20T00:02:41.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: cephadm 2024-02-20T00:02:40.652309+0000 mgr.smithi023.vhqanb (mgr.14182) 1407 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw 2024-02-20T00:02:41.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:02:41.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw 2024-02-20T00:02:41.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw 2024-02-20T00:02:41.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:02:41.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw 2024-02-20T00:02:41.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.niusrw ... 2024-02-20T00:02:41.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:02:41.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:02:41.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:02:41.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:02:41.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:02:41.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-20T00:02:41.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:02:41.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: yield (conn, connr) 2024-02-20T00:02:41.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:02:41.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-20T00:02:41.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw 2024-02-20T00:02:41.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:02:41.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw 2024-02-20T00:02:41.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw 2024-02-20T00:02:41.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:02:41.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw 2024-02-20T00:02:41.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.niusrw ... 2024-02-20T00:02:41.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:02:41.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:02:41.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:02:41.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:02:41.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:02:41.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: cephadm 2024-02-20T00:02:40.652984+0000 mgr.smithi023.vhqanb (mgr.14182) 1408 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.niusrw 2024-02-20T00:02:41.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: cephadm 2024-02-20T00:02:40.654975+0000 mgr.smithi023.vhqanb (mgr.14182) 1409 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.niusrw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw 2024-02-20T00:02:41.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:02:42.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw 2024-02-20T00:02:42.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw 2024-02-20T00:02:42.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:02:42.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw 2024-02-20T00:02:42.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.niusrw ... 2024-02-20T00:02:42.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:02:42.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:02:42.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:02:42.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:02:42.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:02:42.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: cephadm 2024-02-20T00:02:40.660462+0000 mgr.smithi023.vhqanb (mgr.14182) 1410 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.zfolza on smithi023 2024-02-20T00:02:42.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:41 smithi023 bash[16423]: cluster 2024-02-20T00:02:40.698554+0000 mgr.smithi023.vhqanb (mgr.14182) 1411 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-20T00:02:42.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: cephadm 2024-02-20T00:02:40.652309+0000 mgr.smithi023.vhqanb (mgr.14182) 1407 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw 2024-02-20T00:02:42.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:02:42.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw 2024-02-20T00:02:42.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw 2024-02-20T00:02:42.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:02:42.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw 2024-02-20T00:02:42.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.niusrw ... 2024-02-20T00:02:42.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:02:42.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:02:42.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:02:42.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:02:42.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:02:42.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-20T00:02:42.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:02:42.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: yield (conn, connr) 2024-02-20T00:02:42.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:02:42.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-20T00:02:42.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw 2024-02-20T00:02:42.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:02:42.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw 2024-02-20T00:02:42.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw 2024-02-20T00:02:42.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:02:42.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw 2024-02-20T00:02:42.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.niusrw ... 2024-02-20T00:02:42.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:02:42.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:02:42.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:02:42.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:02:42.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:02:42.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: cephadm 2024-02-20T00:02:40.652984+0000 mgr.smithi023.vhqanb (mgr.14182) 1408 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.niusrw 2024-02-20T00:02:42.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: cephadm 2024-02-20T00:02:40.654975+0000 mgr.smithi023.vhqanb (mgr.14182) 1409 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.niusrw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw 2024-02-20T00:02:42.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:02:42.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw 2024-02-20T00:02:42.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw 2024-02-20T00:02:42.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:02:42.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw 2024-02-20T00:02:42.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.niusrw ... 2024-02-20T00:02:42.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:02:42.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:02:42.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:02:42.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:02:42.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:02:42.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: cephadm 2024-02-20T00:02:40.660462+0000 mgr.smithi023.vhqanb (mgr.14182) 1410 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.zfolza on smithi023 2024-02-20T00:02:42.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:41 smithi184 bash[20261]: cluster 2024-02-20T00:02:40.698554+0000 mgr.smithi023.vhqanb (mgr.14182) 1411 : cluster [DBG] pgmap v905: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-20T00:02:43.080 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:02:43.080 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:01:32.220176Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.sphbvq on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-sphbvq\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.sphbvq\nDeploy daemon haproxy.nfs.foo.smithi184.sphbvq ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.373491Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nsxwtv on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nsxwtv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nsxwtv\nDeploy daemon haproxy.nfs.foo.smithi023.nsxwtv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:01:36.377004Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.ungyjf on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:40.654837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.niusrw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\nDeploy daemon haproxy.nfs.foo.smithi184.niusrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:02:43.714 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:02:43.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:43 smithi023 bash[16423]: cluster 2024-02-20T00:02:42.699342+0000 mgr.smithi023.vhqanb (mgr.14182) 1412 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-20T00:02:43.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:43 smithi023 bash[16423]: audit 2024-02-20T00:02:43.057555+0000 mgr.smithi023.vhqanb (mgr.14182) 1413 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:02:44.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:43 smithi184 bash[20261]: cluster 2024-02-20T00:02:42.699342+0000 mgr.smithi023.vhqanb (mgr.14182) 1412 : cluster [DBG] pgmap v906: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 199 B/s rd, 0 op/s 2024-02-20T00:02:44.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:43 smithi184 bash[20261]: audit 2024-02-20T00:02:43.057555+0000 mgr.smithi023.vhqanb (mgr.14182) 1413 : audit [DBG] from='client.15624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:02:44.716 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:02:44.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: cephadm 2024-02-20T00:02:44.460380+0000 mgr.smithi023.vhqanb (mgr.14182) 1414 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza 2024-02-20T00:02:44.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:02:44.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza 2024-02-20T00:02:44.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza 2024-02-20T00:02:44.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:02:44.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza 2024-02-20T00:02:44.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.zfolza ... 2024-02-20T00:02:44.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:02:44.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:02:44.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:02:44.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:02:44.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:02:44.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-20T00:02:44.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:02:44.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: yield (conn, connr) 2024-02-20T00:02:44.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:02:44.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-20T00:02:44.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza 2024-02-20T00:02:44.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:02:44.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza 2024-02-20T00:02:44.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza 2024-02-20T00:02:44.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:02:44.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza 2024-02-20T00:02:44.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.zfolza ... 2024-02-20T00:02:44.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:02:44.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:02:44.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:02:44.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:02:44.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:02:44.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: cephadm 2024-02-20T00:02:44.460915+0000 mgr.smithi023.vhqanb (mgr.14182) 1415 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.zfolza 2024-02-20T00:02:44.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: audit 2024-02-20T00:02:44.461687+0000 mon.smithi023 (mon.0) 995 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.zfolza"}]: dispatch 2024-02-20T00:02:44.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: cephadm 2024-02-20T00:02:44.463254+0000 mgr.smithi023.vhqanb (mgr.14182) 1416 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.zfolza on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza 2024-02-20T00:02:45.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:02:45.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza 2024-02-20T00:02:45.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza 2024-02-20T00:02:45.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:02:45.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza 2024-02-20T00:02:45.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.zfolza ... 2024-02-20T00:02:45.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:02:45.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:02:45.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:02:45.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:02:45.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:02:45.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: cephadm 2024-02-20T00:02:44.467737+0000 mgr.smithi023.vhqanb (mgr.14182) 1417 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.kyfype on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:02:45.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: cephadm 2024-02-20T00:02:44.471693+0000 mgr.smithi023.vhqanb (mgr.14182) 1418 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:02:45.000 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:44 smithi023 bash[16423]: cluster 2024-02-20T00:02:44.473001+0000 mgr.smithi023.vhqanb (mgr.14182) 1419 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-20T00:02:45.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: cephadm 2024-02-20T00:02:44.460380+0000 mgr.smithi023.vhqanb (mgr.14182) 1414 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza 2024-02-20T00:02:45.259 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:02:45.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza 2024-02-20T00:02:45.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza 2024-02-20T00:02:45.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:02:45.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza 2024-02-20T00:02:45.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.zfolza ... 2024-02-20T00:02:45.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:02:45.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:02:45.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:02:45.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:02:45.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:02:45.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-20T00:02:45.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:02:45.260 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: yield (conn, connr) 2024-02-20T00:02:45.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:02:45.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-20T00:02:45.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza 2024-02-20T00:02:45.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:02:45.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza 2024-02-20T00:02:45.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza 2024-02-20T00:02:45.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:02:45.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza 2024-02-20T00:02:45.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.zfolza ... 2024-02-20T00:02:45.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:02:45.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:02:45.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:02:45.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:02:45.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:02:45.261 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: cephadm 2024-02-20T00:02:44.460915+0000 mgr.smithi023.vhqanb (mgr.14182) 1415 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.zfolza 2024-02-20T00:02:45.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: audit 2024-02-20T00:02:44.461687+0000 mon.smithi023 (mon.0) 995 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.zfolza"}]: dispatch 2024-02-20T00:02:45.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: cephadm 2024-02-20T00:02:44.463254+0000 mgr.smithi023.vhqanb (mgr.14182) 1416 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.zfolza on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza 2024-02-20T00:02:45.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:02:45.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza 2024-02-20T00:02:45.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza 2024-02-20T00:02:45.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:02:45.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza 2024-02-20T00:02:45.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.zfolza ... 2024-02-20T00:02:45.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:02:45.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:02:45.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:02:45.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:02:45.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:02:45.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: cephadm 2024-02-20T00:02:44.467737+0000 mgr.smithi023.vhqanb (mgr.14182) 1417 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.kyfype on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:02:45.262 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: cephadm 2024-02-20T00:02:44.471693+0000 mgr.smithi023.vhqanb (mgr.14182) 1418 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:02:45.263 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:44 smithi184 bash[20261]: cluster 2024-02-20T00:02:44.473001+0000 mgr.smithi023.vhqanb (mgr.14182) 1419 : cluster [DBG] pgmap v907: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-20T00:02:46.128 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:45 smithi023 bash[16423]: cluster 2024-02-20T00:02:44.759426+0000 mon.smithi023 (mon.0) 996 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:02:46.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:45 smithi184 bash[20261]: cluster 2024-02-20T00:02:44.759426+0000 mon.smithi023 (mon.0) 996 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:02:47.246 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:46 smithi023 bash[16423]: cluster 2024-02-20T00:02:46.474015+0000 mgr.smithi023.vhqanb (mgr.14182) 1420 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-20T00:02:47.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:46 smithi184 bash[20261]: cluster 2024-02-20T00:02:46.474015+0000 mgr.smithi023.vhqanb (mgr.14182) 1420 : cluster [DBG] pgmap v908: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 203 B/s rd, 0 op/s 2024-02-20T00:02:48.140 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:02:48.140 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:40.654837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.niusrw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\nDeploy daemon haproxy.nfs.foo.smithi184.niusrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.463022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zfolza on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\nDeploy daemon haproxy.nfs.foo.smithi023.zfolza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.467495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.kyfype on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:02:48.497 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:48 smithi023 bash[16423]: audit 2024-02-20T00:02:47.381921+0000 mon.smithi023 (mon.0) 997 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:02:48.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:48 smithi184 bash[20261]: audit 2024-02-20T00:02:47.381921+0000 mon.smithi023 (mon.0) 997 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:02:48.760 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:02:49.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:49 smithi023 bash[16423]: audit 2024-02-20T00:02:48.124405+0000 mgr.smithi023.vhqanb (mgr.14182) 1421 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:02:49.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:49 smithi023 bash[16423]: cluster 2024-02-20T00:02:48.475150+0000 mgr.smithi023.vhqanb (mgr.14182) 1422 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 347 B/s rd, 0 op/s 2024-02-20T00:02:49.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:49 smithi184 bash[20261]: audit 2024-02-20T00:02:48.124405+0000 mgr.smithi023.vhqanb (mgr.14182) 1421 : audit [DBG] from='client.15628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:02:49.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:49 smithi184 bash[20261]: cluster 2024-02-20T00:02:48.475150+0000 mgr.smithi023.vhqanb (mgr.14182) 1422 : cluster [DBG] pgmap v909: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 347 B/s rd, 0 op/s 2024-02-20T00:02:49.761 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:02:51.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:51 smithi023 bash[16423]: cluster 2024-02-20T00:02:50.476530+0000 mgr.smithi023.vhqanb (mgr.14182) 1423 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-20T00:02:52.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:51 smithi184 bash[20261]: cluster 2024-02-20T00:02:50.476530+0000 mgr.smithi023.vhqanb (mgr.14182) 1423 : cluster [DBG] pgmap v910: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-20T00:02:53.117 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:02:53.117 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:40.654837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.niusrw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\nDeploy daemon haproxy.nfs.foo.smithi184.niusrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.463022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zfolza on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\nDeploy daemon haproxy.nfs.foo.smithi023.zfolza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.467495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.kyfype on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:02:53.715 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:02:53.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:53 smithi023 bash[16423]: cluster 2024-02-20T00:02:52.477423+0000 mgr.smithi023.vhqanb (mgr.14182) 1424 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-20T00:02:54.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:53 smithi184 bash[20261]: cluster 2024-02-20T00:02:52.477423+0000 mgr.smithi023.vhqanb (mgr.14182) 1424 : cluster [DBG] pgmap v911: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-20T00:02:54.716 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:02:54.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:54 smithi023 bash[16423]: audit 2024-02-20T00:02:53.098013+0000 mgr.smithi023.vhqanb (mgr.14182) 1425 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:02:55.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:54 smithi184 bash[20261]: audit 2024-02-20T00:02:53.098013+0000 mgr.smithi023.vhqanb (mgr.14182) 1425 : audit [DBG] from='client.15632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:02:55.935 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:55 smithi023 bash[16423]: cluster 2024-02-20T00:02:54.478724+0000 mgr.smithi023.vhqanb (mgr.14182) 1426 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-20T00:02:56.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:55 smithi184 bash[20261]: cluster 2024-02-20T00:02:54.478724+0000 mgr.smithi023.vhqanb (mgr.14182) 1426 : cluster [DBG] pgmap v912: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 173 B/s rd, 0 op/s 2024-02-20T00:02:57.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:57 smithi023 bash[16423]: cluster 2024-02-20T00:02:56.479909+0000 mgr.smithi023.vhqanb (mgr.14182) 1427 : cluster [DBG] pgmap v913: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:57.932 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:02:57.932 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:40.654837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.niusrw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\nDeploy daemon haproxy.nfs.foo.smithi184.niusrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.463022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zfolza on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\nDeploy daemon haproxy.nfs.foo.smithi023.zfolza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.467495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.kyfype on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:02:58.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:57 smithi184 bash[20261]: cluster 2024-02-20T00:02:56.479909+0000 mgr.smithi023.vhqanb (mgr.14182) 1427 : cluster [DBG] pgmap v913: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:02:58.532 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:02:59.534 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:02:59.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:59 smithi023 bash[16423]: audit 2024-02-20T00:02:57.910907+0000 mgr.smithi023.vhqanb (mgr.14182) 1428 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:03:00.009 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:02:59 smithi023 bash[16423]: cluster 2024-02-20T00:02:58.481072+0000 mgr.smithi023.vhqanb (mgr.14182) 1429 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:03:00.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:59 smithi184 bash[20261]: audit 2024-02-20T00:02:57.910907+0000 mgr.smithi023.vhqanb (mgr.14182) 1428 : audit [DBG] from='client.15636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:03:00.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:02:59 smithi184 bash[20261]: cluster 2024-02-20T00:02:58.481072+0000 mgr.smithi023.vhqanb (mgr.14182) 1429 : cluster [DBG] pgmap v914: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:03:01.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:01 smithi023 bash[16423]: cluster 2024-02-20T00:03:00.482441+0000 mgr.smithi023.vhqanb (mgr.14182) 1430 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:02.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:01 smithi184 bash[20261]: cluster 2024-02-20T00:03:00.482441+0000 mgr.smithi023.vhqanb (mgr.14182) 1430 : cluster [DBG] pgmap v915: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:02.797 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:03:02.797 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:40.654837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.niusrw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\nDeploy daemon haproxy.nfs.foo.smithi184.niusrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.463022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zfolza on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\nDeploy daemon haproxy.nfs.foo.smithi023.zfolza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.467495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.kyfype on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:03:03.458 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:03:03.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:03 smithi023 bash[16423]: cluster 2024-02-20T00:03:02.483187+0000 mgr.smithi023.vhqanb (mgr.14182) 1431 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:04.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:03 smithi184 bash[20261]: cluster 2024-02-20T00:03:02.483187+0000 mgr.smithi023.vhqanb (mgr.14182) 1431 : cluster [DBG] pgmap v916: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:04.458 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:03:04.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:04 smithi023 bash[16423]: audit 2024-02-20T00:03:02.778140+0000 mgr.smithi023.vhqanb (mgr.14182) 1432 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:03:05.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:04 smithi184 bash[20261]: audit 2024-02-20T00:03:02.778140+0000 mgr.smithi023.vhqanb (mgr.14182) 1432 : audit [DBG] from='client.15640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:03:05.869 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:05 smithi023 bash[16423]: cluster 2024-02-20T00:03:04.484137+0000 mgr.smithi023.vhqanb (mgr.14182) 1433 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:06.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:05 smithi184 bash[20261]: cluster 2024-02-20T00:03:04.484137+0000 mgr.smithi023.vhqanb (mgr.14182) 1433 : cluster [DBG] pgmap v917: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:07.683 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:03:07.683 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:40.654837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.niusrw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\nDeploy daemon haproxy.nfs.foo.smithi184.niusrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.463022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zfolza on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\nDeploy daemon haproxy.nfs.foo.smithi023.zfolza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.467495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.kyfype on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:03:07.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:07 smithi023 bash[16423]: cluster 2024-02-20T00:03:06.485262+0000 mgr.smithi023.vhqanb (mgr.14182) 1434 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:08.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:07 smithi184 bash[20261]: cluster 2024-02-20T00:03:06.485262+0000 mgr.smithi023.vhqanb (mgr.14182) 1434 : cluster [DBG] pgmap v918: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:08.330 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:03:09.331 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:03:10.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:09 smithi184 bash[20261]: audit 2024-02-20T00:03:07.663933+0000 mgr.smithi023.vhqanb (mgr.14182) 1435 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:03:10.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:09 smithi184 bash[20261]: cluster 2024-02-20T00:03:08.486582+0000 mgr.smithi023.vhqanb (mgr.14182) 1436 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:03:10.070 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:09 smithi023 bash[16423]: audit 2024-02-20T00:03:07.663933+0000 mgr.smithi023.vhqanb (mgr.14182) 1435 : audit [DBG] from='client.15644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:03:10.071 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:09 smithi023 bash[16423]: cluster 2024-02-20T00:03:08.486582+0000 mgr.smithi023.vhqanb (mgr.14182) 1436 : cluster [DBG] pgmap v919: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:03:11.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:11 smithi023 bash[16423]: cluster 2024-02-20T00:03:10.488013+0000 mgr.smithi023.vhqanb (mgr.14182) 1437 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:12.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:11 smithi184 bash[20261]: cluster 2024-02-20T00:03:10.488013+0000 mgr.smithi023.vhqanb (mgr.14182) 1437 : cluster [DBG] pgmap v920: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:12.632 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:03:12.632 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:40.654837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.niusrw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\nDeploy daemon haproxy.nfs.foo.smithi184.niusrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.463022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zfolza on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\nDeploy daemon haproxy.nfs.foo.smithi023.zfolza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.467495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.kyfype on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:03:13.299 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:03:13.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:13 smithi023 bash[16423]: cluster 2024-02-20T00:03:12.488931+0000 mgr.smithi023.vhqanb (mgr.14182) 1438 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:13.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:13 smithi023 bash[16423]: audit 2024-02-20T00:03:12.613075+0000 mgr.smithi023.vhqanb (mgr.14182) 1439 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:03:14.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:13 smithi184 bash[20261]: cluster 2024-02-20T00:03:12.488931+0000 mgr.smithi023.vhqanb (mgr.14182) 1438 : cluster [DBG] pgmap v921: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:14.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:13 smithi184 bash[20261]: audit 2024-02-20T00:03:12.613075+0000 mgr.smithi023.vhqanb (mgr.14182) 1439 : audit [DBG] from='client.15648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:03:14.300 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:03:15.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:15 smithi023 bash[16423]: cluster 2024-02-20T00:03:14.490339+0000 mgr.smithi023.vhqanb (mgr.14182) 1440 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:16.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:15 smithi184 bash[20261]: cluster 2024-02-20T00:03:14.490339+0000 mgr.smithi023.vhqanb (mgr.14182) 1440 : cluster [DBG] pgmap v922: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:17.480 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:03:17.480 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:40.654837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.niusrw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\nDeploy daemon haproxy.nfs.foo.smithi184.niusrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.463022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zfolza on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\nDeploy daemon haproxy.nfs.foo.smithi023.zfolza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.467495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.kyfype on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:03:17.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:17 smithi023 bash[16423]: cluster 2024-02-20T00:03:16.491659+0000 mgr.smithi023.vhqanb (mgr.14182) 1441 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:18.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:17 smithi184 bash[20261]: cluster 2024-02-20T00:03:16.491659+0000 mgr.smithi023.vhqanb (mgr.14182) 1441 : cluster [DBG] pgmap v923: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:18.141 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:03:18.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:18 smithi023 bash[16423]: audit 2024-02-20T00:03:17.458974+0000 mgr.smithi023.vhqanb (mgr.14182) 1442 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:03:19.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:18 smithi184 bash[20261]: audit 2024-02-20T00:03:17.458974+0000 mgr.smithi023.vhqanb (mgr.14182) 1442 : audit [DBG] from='client.15652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:03:19.143 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:03:19.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:19 smithi023 bash[16423]: cluster 2024-02-20T00:03:18.492846+0000 mgr.smithi023.vhqanb (mgr.14182) 1443 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:03:20.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:19 smithi184 bash[20261]: cluster 2024-02-20T00:03:18.492846+0000 mgr.smithi023.vhqanb (mgr.14182) 1443 : cluster [DBG] pgmap v924: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:03:20.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:20 smithi023 bash[16423]: cluster 2024-02-20T00:03:20.493626+0000 mgr.smithi023.vhqanb (mgr.14182) 1444 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:21.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:20 smithi184 bash[20261]: cluster 2024-02-20T00:03:20.493626+0000 mgr.smithi023.vhqanb (mgr.14182) 1444 : cluster [DBG] pgmap v925: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:22.414 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:03:22.414 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:40.654837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.niusrw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\nDeploy daemon haproxy.nfs.foo.smithi184.niusrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.463022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zfolza on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\nDeploy daemon haproxy.nfs.foo.smithi023.zfolza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.467495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.kyfype on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:03:23.013 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:03:23.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:23 smithi023 bash[16423]: audit 2024-02-20T00:03:22.392495+0000 mgr.smithi023.vhqanb (mgr.14182) 1445 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:03:23.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:23 smithi023 bash[16423]: cluster 2024-02-20T00:03:22.494544+0000 mgr.smithi023.vhqanb (mgr.14182) 1446 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:24.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:23 smithi184 bash[20261]: audit 2024-02-20T00:03:22.392495+0000 mgr.smithi023.vhqanb (mgr.14182) 1445 : audit [DBG] from='client.15656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:03:24.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:23 smithi184 bash[20261]: cluster 2024-02-20T00:03:22.494544+0000 mgr.smithi023.vhqanb (mgr.14182) 1446 : cluster [DBG] pgmap v926: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:24.014 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:03:25.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:25 smithi023 bash[16423]: cluster 2024-02-20T00:03:24.495972+0000 mgr.smithi023.vhqanb (mgr.14182) 1447 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:26.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:25 smithi184 bash[20261]: cluster 2024-02-20T00:03:24.495972+0000 mgr.smithi023.vhqanb (mgr.14182) 1447 : cluster [DBG] pgmap v927: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:27.207 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:03:27.207 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:40.654837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.niusrw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\nDeploy daemon haproxy.nfs.foo.smithi184.niusrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.463022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zfolza on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\nDeploy daemon haproxy.nfs.foo.smithi023.zfolza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.467495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.kyfype on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:03:27.812 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:03:27.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:27 smithi023 bash[16423]: cluster 2024-02-20T00:03:26.497133+0000 mgr.smithi023.vhqanb (mgr.14182) 1448 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:28.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:27 smithi184 bash[20261]: cluster 2024-02-20T00:03:26.497133+0000 mgr.smithi023.vhqanb (mgr.14182) 1448 : cluster [DBG] pgmap v928: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:28.813 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:03:28.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:28 smithi023 bash[16423]: audit 2024-02-20T00:03:27.193834+0000 mgr.smithi023.vhqanb (mgr.14182) 1449 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:03:29.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:28 smithi184 bash[20261]: audit 2024-02-20T00:03:27.193834+0000 mgr.smithi023.vhqanb (mgr.14182) 1449 : audit [DBG] from='client.15660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:03:29.946 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:29 smithi023 bash[16423]: cluster 2024-02-20T00:03:28.498405+0000 mgr.smithi023.vhqanb (mgr.14182) 1450 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:03:30.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:29 smithi184 bash[20261]: cluster 2024-02-20T00:03:28.498405+0000 mgr.smithi023.vhqanb (mgr.14182) 1450 : cluster [DBG] pgmap v929: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:03:31.982 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:03:31.982 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:40.654837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.niusrw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\nDeploy daemon haproxy.nfs.foo.smithi184.niusrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.463022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zfolza on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\nDeploy daemon haproxy.nfs.foo.smithi023.zfolza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.467495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.kyfype on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:03:31.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:31 smithi023 bash[16423]: cluster 2024-02-20T00:03:30.499738+0000 mgr.smithi023.vhqanb (mgr.14182) 1451 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:32.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:31 smithi184 bash[20261]: cluster 2024-02-20T00:03:30.499738+0000 mgr.smithi023.vhqanb (mgr.14182) 1451 : cluster [DBG] pgmap v930: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:32.641 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:03:33.642 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:03:33.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:33 smithi023 bash[16423]: audit 2024-02-20T00:03:31.960147+0000 mgr.smithi023.vhqanb (mgr.14182) 1452 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:03:33.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:33 smithi023 bash[16423]: cluster 2024-02-20T00:03:32.500728+0000 mgr.smithi023.vhqanb (mgr.14182) 1453 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:34.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:33 smithi184 bash[20261]: audit 2024-02-20T00:03:31.960147+0000 mgr.smithi023.vhqanb (mgr.14182) 1452 : audit [DBG] from='client.15664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:03:34.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:33 smithi184 bash[20261]: cluster 2024-02-20T00:03:32.500728+0000 mgr.smithi023.vhqanb (mgr.14182) 1453 : cluster [DBG] pgmap v931: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:35.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:35 smithi023 bash[16423]: cluster 2024-02-20T00:03:34.502168+0000 mgr.smithi023.vhqanb (mgr.14182) 1454 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:36.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:35 smithi184 bash[20261]: cluster 2024-02-20T00:03:34.502168+0000 mgr.smithi023.vhqanb (mgr.14182) 1454 : cluster [DBG] pgmap v932: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:36.881 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:03:36.881 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:40.654837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.niusrw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\nDeploy daemon haproxy.nfs.foo.smithi184.niusrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.463022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zfolza on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\nDeploy daemon haproxy.nfs.foo.smithi023.zfolza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.467495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.kyfype on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:03:37.499 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:03:37.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:37 smithi023 bash[16423]: cluster 2024-02-20T00:03:36.503426+0000 mgr.smithi023.vhqanb (mgr.14182) 1455 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:38.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:37 smithi184 bash[20261]: cluster 2024-02-20T00:03:36.503426+0000 mgr.smithi023.vhqanb (mgr.14182) 1455 : cluster [DBG] pgmap v933: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:38.500 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:03:38.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:38 smithi023 bash[16423]: audit 2024-02-20T00:03:36.860345+0000 mgr.smithi023.vhqanb (mgr.14182) 1456 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:03:39.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:38 smithi184 bash[20261]: audit 2024-02-20T00:03:36.860345+0000 mgr.smithi023.vhqanb (mgr.14182) 1456 : audit [DBG] from='client.15668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:03:39.901 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:39 smithi023 bash[16423]: cluster 2024-02-20T00:03:38.504614+0000 mgr.smithi023.vhqanb (mgr.14182) 1457 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:03:40.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:39 smithi184 bash[20261]: cluster 2024-02-20T00:03:38.504614+0000 mgr.smithi023.vhqanb (mgr.14182) 1457 : cluster [DBG] pgmap v934: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:03:41.723 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:03:41.723 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:40.654837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.niusrw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\nDeploy daemon haproxy.nfs.foo.smithi184.niusrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.463022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zfolza on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\nDeploy daemon haproxy.nfs.foo.smithi023.zfolza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.467495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.kyfype on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:03:41.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:41 smithi023 bash[16423]: cluster 2024-02-20T00:03:40.505693+0000 mgr.smithi023.vhqanb (mgr.14182) 1458 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:42.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:41 smithi184 bash[20261]: cluster 2024-02-20T00:03:40.505693+0000 mgr.smithi023.vhqanb (mgr.14182) 1458 : cluster [DBG] pgmap v935: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:42.358 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:03:42.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:42 smithi023 bash[16423]: audit 2024-02-20T00:03:41.708284+0000 mgr.smithi023.vhqanb (mgr.14182) 1459 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:03:42.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:42 smithi023 bash[16423]: cluster 2024-02-20T00:03:42.506700+0000 mgr.smithi023.vhqanb (mgr.14182) 1460 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:43.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:42 smithi184 bash[20261]: audit 2024-02-20T00:03:41.708284+0000 mgr.smithi023.vhqanb (mgr.14182) 1459 : audit [DBG] from='client.15672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:03:43.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:42 smithi184 bash[20261]: cluster 2024-02-20T00:03:42.506700+0000 mgr.smithi023.vhqanb (mgr.14182) 1460 : cluster [DBG] pgmap v936: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:43.360 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:03:44.680 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:44 smithi023 bash[16423]: audit 2024-02-20T00:03:44.475854+0000 mon.smithi023 (mon.0) 998 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:03:45.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:44 smithi184 bash[20261]: audit 2024-02-20T00:03:44.475854+0000 mon.smithi023 (mon.0) 998 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:03:45.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:45 smithi023 bash[16423]: cluster 2024-02-20T00:03:44.507788+0000 mgr.smithi023.vhqanb (mgr.14182) 1461 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:46.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:45 smithi184 bash[20261]: cluster 2024-02-20T00:03:44.507788+0000 mgr.smithi023.vhqanb (mgr.14182) 1461 : cluster [DBG] pgmap v937: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:46.669 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:03:46.670 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-19T23:53:23.187340Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:53:23.187446Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-19T23:53:23.187549Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:40.654837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.niusrw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\nDeploy daemon haproxy.nfs.foo.smithi184.niusrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.463022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zfolza on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\nDeploy daemon haproxy.nfs.foo.smithi023.zfolza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.467495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.kyfype on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:53:23.188234Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:53:23.187227Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:53:23.187034Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:53:23.188340Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:53:23.187677Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:53:23.187787Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:03:47.306 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:03:47.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:47 smithi023 bash[16423]: cluster 2024-02-20T00:03:46.508830+0000 mgr.smithi023.vhqanb (mgr.14182) 1462 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:48.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:47 smithi184 bash[20261]: cluster 2024-02-20T00:03:46.508830+0000 mgr.smithi023.vhqanb (mgr.14182) 1462 : cluster [DBG] pgmap v938: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:48.307 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:03:49.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:48 smithi184 bash[20261]: audit 2024-02-20T00:03:46.650528+0000 mgr.smithi023.vhqanb (mgr.14182) 1463 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:03:49.080 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:48 smithi023 bash[16423]: audit 2024-02-20T00:03:46.650528+0000 mgr.smithi023.vhqanb (mgr.14182) 1463 : audit [DBG] from='client.15676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:03:49.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:49 smithi023 bash[16423]: cluster 2024-02-20T00:03:48.509504+0000 mgr.smithi023.vhqanb (mgr.14182) 1464 : cluster [DBG] pgmap v939: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:03:50.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:49 smithi184 bash[20261]: cluster 2024-02-20T00:03:48.509504+0000 mgr.smithi023.vhqanb (mgr.14182) 1464 : cluster [DBG] pgmap v939: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:03:51.680 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:03:51.680 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-20T00:03:51.370679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:55:46.356374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-20T00:03:51.370881Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:01:36.379714Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.oluipc on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:40.654837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.niusrw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\nDeploy daemon haproxy.nfs.foo.smithi184.niusrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.463022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zfolza on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\nDeploy daemon haproxy.nfs.foo.smithi023.zfolza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.467495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.kyfype on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:55:46.357938Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:55:46.356634Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:55:46.356808Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:55:46.358100Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:55:46.356972Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:55:46.357296Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:03:51.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:51 smithi023 bash[16423]: cluster 2024-02-20T00:03:50.510967+0000 mgr.smithi023.vhqanb (mgr.14182) 1465 : cluster [DBG] pgmap v940: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:51.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:51 smithi023 bash[16423]: audit 2024-02-20T00:03:51.380570+0000 mon.smithi023 (mon.0) 999 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:03:52.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:51 smithi184 bash[20261]: cluster 2024-02-20T00:03:50.510967+0000 mgr.smithi023.vhqanb (mgr.14182) 1465 : cluster [DBG] pgmap v940: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:03:52.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:51 smithi184 bash[20261]: audit 2024-02-20T00:03:51.380570+0000 mon.smithi023 (mon.0) 999 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:03:52.354 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:03:52.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:52 smithi023 bash[16423]: audit 2024-02-20T00:03:51.675867+0000 mon.smithi023 (mon.0) 1000 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:52.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:52 smithi023 bash[16423]: audit 2024-02-20T00:03:51.677192+0000 mon.smithi023 (mon.0) 1001 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:03:52.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:52 smithi023 bash[16423]: audit 2024-02-20T00:03:51.685720+0000 mon.smithi023 (mon.0) 1002 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:03:52.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:52 smithi023 bash[16423]: audit 2024-02-20T00:03:51.693905+0000 mon.smithi023 (mon.0) 1003 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:03:52.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:52 smithi023 bash[16423]: audit 2024-02-20T00:03:51.711510+0000 mon.smithi023 (mon.0) 1004 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:03:53.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:52 smithi184 bash[20261]: audit 2024-02-20T00:03:51.675867+0000 mon.smithi023 (mon.0) 1000 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:03:53.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:52 smithi184 bash[20261]: audit 2024-02-20T00:03:51.677192+0000 mon.smithi023 (mon.0) 1001 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:03:53.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:52 smithi184 bash[20261]: audit 2024-02-20T00:03:51.685720+0000 mon.smithi023 (mon.0) 1002 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:03:53.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:52 smithi184 bash[20261]: audit 2024-02-20T00:03:51.693905+0000 mon.smithi023 (mon.0) 1003 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:03:53.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:52 smithi184 bash[20261]: audit 2024-02-20T00:03:51.711510+0000 mon.smithi023 (mon.0) 1004 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:03:53.355 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:03:53.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:53 smithi023 bash[16423]: audit 2024-02-20T00:03:51.666948+0000 mgr.smithi023.vhqanb (mgr.14182) 1466 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:03:53.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:53 smithi023 bash[16423]: cluster 2024-02-20T00:03:51.686505+0000 mgr.smithi023.vhqanb (mgr.14182) 1467 : cluster [DBG] pgmap v941: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-02-20T00:03:53.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:53 smithi023 bash[16423]: cephadm 2024-02-20T00:03:51.716857+0000 mgr.smithi023.vhqanb (mgr.14182) 1468 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.czahww on smithi184 2024-02-20T00:03:53.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:53 smithi023 bash[16423]: cluster 2024-02-20T00:03:52.681884+0000 mon.smithi023 (mon.0) 1005 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:03:53.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:53 smithi023 bash[16423]: cluster 2024-02-20T00:03:52.681946+0000 mon.smithi023 (mon.0) 1006 : cluster [INF] Cluster is now healthy 2024-02-20T00:03:54.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:53 smithi184 bash[20261]: audit 2024-02-20T00:03:51.666948+0000 mgr.smithi023.vhqanb (mgr.14182) 1466 : audit [DBG] from='client.15680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:03:54.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:53 smithi184 bash[20261]: cluster 2024-02-20T00:03:51.686505+0000 mgr.smithi023.vhqanb (mgr.14182) 1467 : cluster [DBG] pgmap v941: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-02-20T00:03:54.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:53 smithi184 bash[20261]: cephadm 2024-02-20T00:03:51.716857+0000 mgr.smithi023.vhqanb (mgr.14182) 1468 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.czahww on smithi184 2024-02-20T00:03:54.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:53 smithi184 bash[20261]: cluster 2024-02-20T00:03:52.681884+0000 mon.smithi023 (mon.0) 1005 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:03:54.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:53 smithi184 bash[20261]: cluster 2024-02-20T00:03:52.681946+0000 mon.smithi023 (mon.0) 1006 : cluster [INF] Cluster is now healthy 2024-02-20T00:03:55.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:55 smithi184 bash[20261]: cluster 2024-02-20T00:03:53.687357+0000 mgr.smithi023.vhqanb (mgr.14182) 1469 : cluster [DBG] pgmap v942: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-02-20T00:03:55.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:55 smithi184 bash[20261]: audit 2024-02-20T00:03:55.510140+0000 mon.smithi023 (mon.0) 1007 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.czahww"}]: dispatch 2024-02-20T00:03:55.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:55 smithi023 bash[16423]: cluster 2024-02-20T00:03:53.687357+0000 mgr.smithi023.vhqanb (mgr.14182) 1469 : cluster [DBG] pgmap v942: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-02-20T00:03:55.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:55 smithi023 bash[16423]: audit 2024-02-20T00:03:55.510140+0000 mon.smithi023 (mon.0) 1007 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.czahww"}]: dispatch 2024-02-20T00:03:56.819 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:03:56.819 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-20T00:03:51.370679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:55:46.356374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-20T00:03:51.370881Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:02:40.654837Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.niusrw on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-niusrw\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.niusrw\nDeploy daemon haproxy.nfs.foo.smithi184.niusrw ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.463022Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.zfolza on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-zfolza\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.zfolza\nDeploy daemon haproxy.nfs.foo.smithi023.zfolza ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:02:44.467495Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.kyfype on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:55.511293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.czahww on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\nDeploy daemon haproxy.nfs.foo.smithi184.czahww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:55:46.357938Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:55:46.356634Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:55:46.356808Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:55:46.358100Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:55:46.356972Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:55:46.357296Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:03:56.885 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: cephadm 2024-02-20T00:03:55.508902+0000 mgr.smithi023.vhqanb (mgr.14182) 1470 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww 2024-02-20T00:03:56.885 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:03:56.885 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww 2024-02-20T00:03:56.886 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww 2024-02-20T00:03:56.886 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:03:56.886 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww 2024-02-20T00:03:56.886 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.czahww ... 2024-02-20T00:03:56.886 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:03:56.886 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:03:56.886 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:03:56.886 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:03:56.886 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:03:56.886 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-20T00:03:56.886 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:03:56.886 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: yield (conn, connr) 2024-02-20T00:03:56.886 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:03:56.886 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-20T00:03:56.886 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww 2024-02-20T00:03:56.887 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:03:56.887 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww 2024-02-20T00:03:56.887 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww 2024-02-20T00:03:56.887 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:03:56.887 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww 2024-02-20T00:03:56.887 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.czahww ... 2024-02-20T00:03:56.887 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:03:56.887 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:03:56.887 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:03:56.887 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:03:56.887 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:03:56.887 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: cephadm 2024-02-20T00:03:55.509561+0000 mgr.smithi023.vhqanb (mgr.14182) 1471 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.czahww 2024-02-20T00:03:56.887 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: cephadm 2024-02-20T00:03:55.511527+0000 mgr.smithi023.vhqanb (mgr.14182) 1472 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.czahww on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww 2024-02-20T00:03:56.887 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:03:56.888 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww 2024-02-20T00:03:56.888 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww 2024-02-20T00:03:56.888 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:03:56.888 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww 2024-02-20T00:03:56.888 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.czahww ... 2024-02-20T00:03:56.888 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:03:56.888 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:03:56.888 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:03:56.888 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:03:56.888 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:03:56.888 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:56 smithi023 bash[16423]: cephadm 2024-02-20T00:03:55.516208+0000 mgr.smithi023.vhqanb (mgr.14182) 1473 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.nyizad on smithi023 2024-02-20T00:03:57.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: cephadm 2024-02-20T00:03:55.508902+0000 mgr.smithi023.vhqanb (mgr.14182) 1470 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww 2024-02-20T00:03:57.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:03:57.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww 2024-02-20T00:03:57.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww 2024-02-20T00:03:57.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:03:57.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww 2024-02-20T00:03:57.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.czahww ... 2024-02-20T00:03:57.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:03:57.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:03:57.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:03:57.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:03:57.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:03:57.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-20T00:03:57.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:03:57.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: yield (conn, connr) 2024-02-20T00:03:57.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:03:57.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-20T00:03:57.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww 2024-02-20T00:03:57.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:03:57.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww 2024-02-20T00:03:57.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww 2024-02-20T00:03:57.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:03:57.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww 2024-02-20T00:03:57.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.czahww ... 2024-02-20T00:03:57.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:03:57.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:03:57.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:03:57.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:03:57.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:03:57.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: cephadm 2024-02-20T00:03:55.509561+0000 mgr.smithi023.vhqanb (mgr.14182) 1471 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.czahww 2024-02-20T00:03:57.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: cephadm 2024-02-20T00:03:55.511527+0000 mgr.smithi023.vhqanb (mgr.14182) 1472 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.czahww on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww 2024-02-20T00:03:57.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:03:57.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww 2024-02-20T00:03:57.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww 2024-02-20T00:03:57.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:03:57.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww 2024-02-20T00:03:57.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.czahww ... 2024-02-20T00:03:57.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:03:57.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:03:57.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:03:57.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:03:57.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:03:57.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:56 smithi184 bash[20261]: cephadm 2024-02-20T00:03:55.516208+0000 mgr.smithi023.vhqanb (mgr.14182) 1473 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.nyizad on smithi023 2024-02-20T00:03:57.515 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:03:57.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:57 smithi023 bash[16423]: cluster 2024-02-20T00:03:55.688413+0000 mgr.smithi023.vhqanb (mgr.14182) 1474 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-02-20T00:03:58.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:57 smithi184 bash[20261]: cluster 2024-02-20T00:03:55.688413+0000 mgr.smithi023.vhqanb (mgr.14182) 1474 : cluster [DBG] pgmap v943: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-02-20T00:03:58.516 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:03:58.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:58 smithi023 bash[16423]: audit 2024-02-20T00:03:56.798182+0000 mgr.smithi023.vhqanb (mgr.14182) 1475 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:03:59.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:58 smithi184 bash[20261]: audit 2024-02-20T00:03:56.798182+0000 mgr.smithi023.vhqanb (mgr.14182) 1475 : audit [DBG] from='client.15684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:03:59.931 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:03:59 smithi023 bash[16423]: cluster 2024-02-20T00:03:57.689281+0000 mgr.smithi023.vhqanb (mgr.14182) 1476 : cluster [DBG] pgmap v944: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-02-20T00:04:00.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:03:59 smithi184 bash[20261]: cluster 2024-02-20T00:03:57.689281+0000 mgr.smithi023.vhqanb (mgr.14182) 1476 : cluster [DBG] pgmap v944: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-02-20T00:04:00.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:00 smithi023 bash[16423]: audit 2024-02-20T00:03:59.713504+0000 mon.smithi023 (mon.0) 1008 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.nyizad"}]: dispatch 2024-02-20T00:04:01.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:00 smithi184 bash[20261]: audit 2024-02-20T00:03:59.713504+0000 mon.smithi023 (mon.0) 1008 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.nyizad"}]: dispatch 2024-02-20T00:04:01.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: cluster 2024-02-20T00:03:59.690457+0000 mgr.smithi023.vhqanb (mgr.14182) 1477 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-02-20T00:04:01.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: cephadm 2024-02-20T00:03:59.712331+0000 mgr.smithi023.vhqanb (mgr.14182) 1478 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad 2024-02-20T00:04:01.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:04:01.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad 2024-02-20T00:04:01.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad 2024-02-20T00:04:01.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:04:01.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad 2024-02-20T00:04:01.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.nyizad ... 2024-02-20T00:04:01.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:04:01.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:04:01.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:04:01.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:04:01.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:04:01.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-20T00:04:01.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:04:01.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: yield (conn, connr) 2024-02-20T00:04:01.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:04:01.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-20T00:04:01.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad 2024-02-20T00:04:01.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:04:01.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad 2024-02-20T00:04:01.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad 2024-02-20T00:04:01.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:04:01.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad 2024-02-20T00:04:01.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.nyizad ... 2024-02-20T00:04:01.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:04:01.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:04:01.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:04:01.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:04:01.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:04:01.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: cephadm 2024-02-20T00:03:59.712854+0000 mgr.smithi023.vhqanb (mgr.14182) 1479 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.nyizad 2024-02-20T00:04:01.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: cephadm 2024-02-20T00:03:59.714925+0000 mgr.smithi023.vhqanb (mgr.14182) 1480 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.nyizad on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad 2024-02-20T00:04:01.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:04:01.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad 2024-02-20T00:04:01.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad 2024-02-20T00:04:01.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:04:01.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad 2024-02-20T00:04:01.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.nyizad ... 2024-02-20T00:04:01.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:04:01.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:04:01.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:04:01.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:04:01.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:04:01.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: cephadm 2024-02-20T00:03:59.719659+0000 mgr.smithi023.vhqanb (mgr.14182) 1481 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.rqcmmg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:04:01.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: cephadm 2024-02-20T00:03:59.721359+0000 mgr.smithi023.vhqanb (mgr.14182) 1482 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.zdfcyv on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:04:01.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: cluster 2024-02-20T00:03:59.722164+0000 mgr.smithi023.vhqanb (mgr.14182) 1483 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 222 B/s rd, 0 op/s 2024-02-20T00:04:01.999 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:01 smithi023 bash[16423]: cluster 2024-02-20T00:04:00.642263+0000 mon.smithi023 (mon.0) 1009 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:04:02.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: cluster 2024-02-20T00:03:59.690457+0000 mgr.smithi023.vhqanb (mgr.14182) 1477 : cluster [DBG] pgmap v945: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 B/s rd, 0 op/s 2024-02-20T00:04:02.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: cephadm 2024-02-20T00:03:59.712331+0000 mgr.smithi023.vhqanb (mgr.14182) 1478 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad 2024-02-20T00:04:02.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:04:02.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad 2024-02-20T00:04:02.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad 2024-02-20T00:04:02.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:04:02.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad 2024-02-20T00:04:02.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.nyizad ... 2024-02-20T00:04:02.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:04:02.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:04:02.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:04:02.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:04:02.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:04:02.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-20T00:04:02.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:04:02.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: yield (conn, connr) 2024-02-20T00:04:02.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:04:02.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-20T00:04:02.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad 2024-02-20T00:04:02.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:04:02.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad 2024-02-20T00:04:02.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad 2024-02-20T00:04:02.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:04:02.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad 2024-02-20T00:04:02.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.nyizad ... 2024-02-20T00:04:02.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:04:02.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:04:02.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:04:02.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:04:02.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:04:02.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: cephadm 2024-02-20T00:03:59.712854+0000 mgr.smithi023.vhqanb (mgr.14182) 1479 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.nyizad 2024-02-20T00:04:02.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: cephadm 2024-02-20T00:03:59.714925+0000 mgr.smithi023.vhqanb (mgr.14182) 1480 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.nyizad on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad 2024-02-20T00:04:02.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:04:02.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad 2024-02-20T00:04:02.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad 2024-02-20T00:04:02.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:04:02.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad 2024-02-20T00:04:02.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.nyizad ... 2024-02-20T00:04:02.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:04:02.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:04:02.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:04:02.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:04:02.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:04:02.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: cephadm 2024-02-20T00:03:59.719659+0000 mgr.smithi023.vhqanb (mgr.14182) 1481 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.rqcmmg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:04:02.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: cephadm 2024-02-20T00:03:59.721359+0000 mgr.smithi023.vhqanb (mgr.14182) 1482 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.zdfcyv on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:04:02.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: cluster 2024-02-20T00:03:59.722164+0000 mgr.smithi023.vhqanb (mgr.14182) 1483 : cluster [DBG] pgmap v946: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 222 B/s rd, 0 op/s 2024-02-20T00:04:02.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:01 smithi184 bash[20261]: cluster 2024-02-20T00:04:00.642263+0000 mon.smithi023 (mon.0) 1009 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:04:02.088 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:04:02.089 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-20T00:03:51.370679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:55:46.356374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-20T00:03:51.370881Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:55.511293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.czahww on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\nDeploy daemon haproxy.nfs.foo.smithi184.czahww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.714686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nyizad on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\nDeploy daemon haproxy.nfs.foo.smithi023.nyizad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.719418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.rqcmmg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:59.721256Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zdfcyv on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:55:46.357938Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:55:46.356634Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:55:46.356808Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:55:46.358100Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:55:46.356972Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:55:46.357296Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:04:02.781 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:04:03.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:03 smithi023 bash[16423]: cluster 2024-02-20T00:04:01.723704+0000 mgr.smithi023.vhqanb (mgr.14182) 1484 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-20T00:04:03.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:03 smithi023 bash[16423]: audit 2024-02-20T00:04:02.068881+0000 mgr.smithi023.vhqanb (mgr.14182) 1485 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:04:03.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:03 smithi023 bash[16423]: audit 2024-02-20T00:04:02.443986+0000 mon.smithi023 (mon.0) 1010 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:04:03.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:03 smithi184 bash[20261]: cluster 2024-02-20T00:04:01.723704+0000 mgr.smithi023.vhqanb (mgr.14182) 1484 : cluster [DBG] pgmap v947: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-20T00:04:03.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:03 smithi184 bash[20261]: audit 2024-02-20T00:04:02.068881+0000 mgr.smithi023.vhqanb (mgr.14182) 1485 : audit [DBG] from='client.15688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:04:03.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:03 smithi184 bash[20261]: audit 2024-02-20T00:04:02.443986+0000 mon.smithi023 (mon.0) 1010 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:04:03.783 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:04:05.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:05 smithi023 bash[16423]: cluster 2024-02-20T00:04:03.724899+0000 mgr.smithi023.vhqanb (mgr.14182) 1486 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-20T00:04:05.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:05 smithi184 bash[20261]: cluster 2024-02-20T00:04:03.724899+0000 mgr.smithi023.vhqanb (mgr.14182) 1486 : cluster [DBG] pgmap v948: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-20T00:04:06.990 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:04:06.991 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-20T00:03:51.370679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:55:46.356374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-20T00:03:51.370881Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:55.511293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.czahww on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\nDeploy daemon haproxy.nfs.foo.smithi184.czahww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.714686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nyizad on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\nDeploy daemon haproxy.nfs.foo.smithi023.nyizad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.719418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.rqcmmg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:59.721256Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zdfcyv on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:55:46.357938Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:55:46.356634Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:55:46.356808Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:55:46.358100Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:55:46.356972Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:55:46.357296Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:04:07.637 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:04:07.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:07 smithi023 bash[16423]: cluster 2024-02-20T00:04:05.726112+0000 mgr.smithi023.vhqanb (mgr.14182) 1487 : cluster [DBG] pgmap v949: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-20T00:04:07.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:07 smithi184 bash[20261]: cluster 2024-02-20T00:04:05.726112+0000 mgr.smithi023.vhqanb (mgr.14182) 1487 : cluster [DBG] pgmap v949: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-20T00:04:08.638 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:04:08.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:08 smithi023 bash[16423]: audit 2024-02-20T00:04:06.977007+0000 mgr.smithi023.vhqanb (mgr.14182) 1488 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:04:08.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:08 smithi184 bash[20261]: audit 2024-02-20T00:04:06.977007+0000 mgr.smithi023.vhqanb (mgr.14182) 1488 : audit [DBG] from='client.15692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:04:09.732 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:09 smithi023 bash[16423]: cluster 2024-02-20T00:04:07.727133+0000 mgr.smithi023.vhqanb (mgr.14182) 1489 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-20T00:04:09.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:09 smithi184 bash[20261]: cluster 2024-02-20T00:04:07.727133+0000 mgr.smithi023.vhqanb (mgr.14182) 1489 : cluster [DBG] pgmap v950: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-20T00:04:11.608 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:11 smithi023 bash[16423]: cluster 2024-02-20T00:04:09.728565+0000 mgr.smithi023.vhqanb (mgr.14182) 1490 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-20T00:04:11.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:11 smithi184 bash[20261]: cluster 2024-02-20T00:04:09.728565+0000 mgr.smithi023.vhqanb (mgr.14182) 1490 : cluster [DBG] pgmap v951: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 204 B/s rd, 0 op/s 2024-02-20T00:04:11.765 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:04:11.766 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-20T00:03:51.370679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:55:46.356374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-20T00:03:51.370881Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:55.511293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.czahww on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\nDeploy daemon haproxy.nfs.foo.smithi184.czahww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.714686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nyizad on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\nDeploy daemon haproxy.nfs.foo.smithi023.nyizad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.719418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.rqcmmg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:59.721256Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zdfcyv on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:55:46.357938Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:55:46.356634Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:55:46.356808Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:55:46.358100Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:55:46.356972Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:55:46.357296Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:04:12.471 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:04:13.472 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:04:13.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:13 smithi023 bash[16423]: cluster 2024-02-20T00:04:11.729695+0000 mgr.smithi023.vhqanb (mgr.14182) 1491 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:04:13.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:13 smithi023 bash[16423]: audit 2024-02-20T00:04:11.744885+0000 mgr.smithi023.vhqanb (mgr.14182) 1492 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:04:13.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:13 smithi184 bash[20261]: cluster 2024-02-20T00:04:11.729695+0000 mgr.smithi023.vhqanb (mgr.14182) 1491 : cluster [DBG] pgmap v952: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:04:13.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:13 smithi184 bash[20261]: audit 2024-02-20T00:04:11.744885+0000 mgr.smithi023.vhqanb (mgr.14182) 1492 : audit [DBG] from='client.15696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:04:15.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:15 smithi184 bash[20261]: cluster 2024-02-20T00:04:13.730840+0000 mgr.smithi023.vhqanb (mgr.14182) 1493 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:04:15.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:15 smithi023 bash[16423]: cluster 2024-02-20T00:04:13.730840+0000 mgr.smithi023.vhqanb (mgr.14182) 1493 : cluster [DBG] pgmap v953: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:04:16.976 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:04:16.976 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-20T00:03:51.370679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:55:46.356374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-20T00:03:51.370881Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:55.511293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.czahww on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\nDeploy daemon haproxy.nfs.foo.smithi184.czahww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.714686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nyizad on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\nDeploy daemon haproxy.nfs.foo.smithi023.nyizad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.719418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.rqcmmg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:59.721256Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zdfcyv on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:55:46.357938Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:55:46.356634Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:55:46.356808Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:55:46.358100Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:55:46.356972Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:55:46.357296Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:04:17.567 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:04:17.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:17 smithi184 bash[20261]: cluster 2024-02-20T00:04:15.732155+0000 mgr.smithi023.vhqanb (mgr.14182) 1494 : cluster [DBG] pgmap v954: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:04:17.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:17 smithi023 bash[16423]: cluster 2024-02-20T00:04:15.732155+0000 mgr.smithi023.vhqanb (mgr.14182) 1494 : cluster [DBG] pgmap v954: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:04:18.568 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:04:18.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:18 smithi023 bash[16423]: audit 2024-02-20T00:04:16.963102+0000 mgr.smithi023.vhqanb (mgr.14182) 1495 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:04:19.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:18 smithi184 bash[20261]: audit 2024-02-20T00:04:16.963102+0000 mgr.smithi023.vhqanb (mgr.14182) 1495 : audit [DBG] from='client.15700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:04:19.921 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:19 smithi023 bash[16423]: cluster 2024-02-20T00:04:17.733140+0000 mgr.smithi023.vhqanb (mgr.14182) 1496 : cluster [DBG] pgmap v955: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:04:20.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:19 smithi184 bash[20261]: cluster 2024-02-20T00:04:17.733140+0000 mgr.smithi023.vhqanb (mgr.14182) 1496 : cluster [DBG] pgmap v955: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:04:21.672 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:04:21.672 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-20T00:03:51.370679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:55:46.356374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-20T00:03:51.370881Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:55.511293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.czahww on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\nDeploy daemon haproxy.nfs.foo.smithi184.czahww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.714686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nyizad on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\nDeploy daemon haproxy.nfs.foo.smithi023.nyizad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.719418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.rqcmmg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:59.721256Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zdfcyv on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:55:46.357938Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:55:46.356634Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:55:46.356808Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:55:46.358100Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:55:46.356972Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:55:46.357296Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:04:21.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:21 smithi023 bash[16423]: cluster 2024-02-20T00:04:19.734422+0000 mgr.smithi023.vhqanb (mgr.14182) 1497 : cluster [DBG] pgmap v956: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:04:22.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:21 smithi184 bash[20261]: cluster 2024-02-20T00:04:19.734422+0000 mgr.smithi023.vhqanb (mgr.14182) 1497 : cluster [DBG] pgmap v956: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:04:22.316 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:04:23.318 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:04:23.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:23 smithi023 bash[16423]: audit 2024-02-20T00:04:21.659627+0000 mgr.smithi023.vhqanb (mgr.14182) 1498 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:04:23.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:23 smithi023 bash[16423]: cluster 2024-02-20T00:04:21.735260+0000 mgr.smithi023.vhqanb (mgr.14182) 1499 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:04:24.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:23 smithi184 bash[20261]: audit 2024-02-20T00:04:21.659627+0000 mgr.smithi023.vhqanb (mgr.14182) 1498 : audit [DBG] from='client.15704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:04:24.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:23 smithi184 bash[20261]: cluster 2024-02-20T00:04:21.735260+0000 mgr.smithi023.vhqanb (mgr.14182) 1499 : cluster [DBG] pgmap v957: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:04:25.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:25 smithi023 bash[16423]: cluster 2024-02-20T00:04:23.736570+0000 mgr.smithi023.vhqanb (mgr.14182) 1500 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:04:26.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:25 smithi184 bash[20261]: cluster 2024-02-20T00:04:23.736570+0000 mgr.smithi023.vhqanb (mgr.14182) 1500 : cluster [DBG] pgmap v958: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:04:26.505 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:04:26.505 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-20T00:03:51.370679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:55:46.356374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-20T00:03:51.370881Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:55.511293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.czahww on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\nDeploy daemon haproxy.nfs.foo.smithi184.czahww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.714686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nyizad on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\nDeploy daemon haproxy.nfs.foo.smithi023.nyizad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.719418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.rqcmmg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:59.721256Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zdfcyv on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:55:46.357938Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:55:46.356634Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:55:46.356808Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:55:46.358100Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:55:46.356972Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:55:46.357296Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:04:27.115 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:04:27.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:27 smithi023 bash[16423]: cluster 2024-02-20T00:04:25.738060+0000 mgr.smithi023.vhqanb (mgr.14182) 1501 : cluster [DBG] pgmap v959: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:04:27.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:27 smithi023 bash[16423]: audit 2024-02-20T00:04:26.492571+0000 mgr.smithi023.vhqanb (mgr.14182) 1502 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:04:28.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:27 smithi184 bash[20261]: cluster 2024-02-20T00:04:25.738060+0000 mgr.smithi023.vhqanb (mgr.14182) 1501 : cluster [DBG] pgmap v959: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:04:28.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:27 smithi184 bash[20261]: audit 2024-02-20T00:04:26.492571+0000 mgr.smithi023.vhqanb (mgr.14182) 1502 : audit [DBG] from='client.15708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:04:28.117 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:04:29.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:29 smithi023 bash[16423]: cluster 2024-02-20T00:04:27.739124+0000 mgr.smithi023.vhqanb (mgr.14182) 1503 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:04:30.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:29 smithi184 bash[20261]: cluster 2024-02-20T00:04:27.739124+0000 mgr.smithi023.vhqanb (mgr.14182) 1503 : cluster [DBG] pgmap v960: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:04:31.207 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:04:31.207 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-20T00:03:51.370679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:55:46.356374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-20T00:03:51.370881Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:55.511293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.czahww on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\nDeploy daemon haproxy.nfs.foo.smithi184.czahww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.714686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nyizad on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\nDeploy daemon haproxy.nfs.foo.smithi023.nyizad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.719418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.rqcmmg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:59.721256Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zdfcyv on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:55:46.357938Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:55:46.356634Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:55:46.356808Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:55:46.358100Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:55:46.356972Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:55:46.357296Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:04:31.839 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:31 smithi023 bash[16423]: cluster 2024-02-20T00:04:29.740572+0000 mgr.smithi023.vhqanb (mgr.14182) 1504 : cluster [DBG] pgmap v961: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:04:31.840 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:04:32.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:31 smithi184 bash[20261]: cluster 2024-02-20T00:04:29.740572+0000 mgr.smithi023.vhqanb (mgr.14182) 1504 : cluster [DBG] pgmap v961: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:04:32.841 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:04:32.852 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:32 smithi023 bash[16423]: audit 2024-02-20T00:04:31.180766+0000 mgr.smithi023.vhqanb (mgr.14182) 1505 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:04:32.852 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:32 smithi023 bash[16423]: cluster 2024-02-20T00:04:31.566314+0000 mon.smithi023 (mon.0) 1011 : cluster [DBG] mgrmap e19: smithi023.vhqanb(active, since 30m), standbys: smithi184.fjxveu 2024-02-20T00:04:32.853 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:32 smithi023 bash[16423]: audit 2024-02-20T00:04:32.005111+0000 mon.smithi023 (mon.0) 1012 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:04:33.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:32 smithi184 bash[20261]: audit 2024-02-20T00:04:31.180766+0000 mgr.smithi023.vhqanb (mgr.14182) 1505 : audit [DBG] from='client.15712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:04:33.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:32 smithi184 bash[20261]: cluster 2024-02-20T00:04:31.566314+0000 mon.smithi023 (mon.0) 1011 : cluster [DBG] mgrmap e19: smithi023.vhqanb(active, since 30m), standbys: smithi184.fjxveu 2024-02-20T00:04:33.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:32 smithi184 bash[20261]: audit 2024-02-20T00:04:32.005111+0000 mon.smithi023 (mon.0) 1012 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:04:33.942 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:33 smithi023 bash[16423]: cluster 2024-02-20T00:04:31.741505+0000 mgr.smithi023.vhqanb (mgr.14182) 1506 : cluster [DBG] pgmap v962: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:04:33.942 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:33 smithi023 bash[16423]: audit 2024-02-20T00:04:32.935749+0000 mon.smithi023 (mon.0) 1013 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:04:34.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:33 smithi184 bash[20261]: cluster 2024-02-20T00:04:31.741505+0000 mgr.smithi023.vhqanb (mgr.14182) 1506 : cluster [DBG] pgmap v962: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:04:34.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:33 smithi184 bash[20261]: audit 2024-02-20T00:04:32.935749+0000 mon.smithi023 (mon.0) 1013 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:04:35.245 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:34 smithi023 bash[16423]: cluster 2024-02-20T00:04:33.742540+0000 mgr.smithi023.vhqanb (mgr.14182) 1507 : cluster [DBG] pgmap v963: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:04:35.245 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:34 smithi023 bash[16423]: audit 2024-02-20T00:04:33.837401+0000 mon.smithi023 (mon.0) 1014 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:04:35.245 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:34 smithi023 bash[16423]: audit 2024-02-20T00:04:34.780374+0000 mon.smithi023 (mon.0) 1015 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:04:35.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:34 smithi184 bash[20261]: cluster 2024-02-20T00:04:33.742540+0000 mgr.smithi023.vhqanb (mgr.14182) 1507 : cluster [DBG] pgmap v963: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:04:35.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:34 smithi184 bash[20261]: audit 2024-02-20T00:04:33.837401+0000 mon.smithi023 (mon.0) 1014 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:04:35.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:34 smithi184 bash[20261]: audit 2024-02-20T00:04:34.780374+0000 mon.smithi023 (mon.0) 1015 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:04:35.979 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:04:35.979 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-20T00:03:51.370679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:55:46.356374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-20T00:03:51.370881Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:55.511293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.czahww on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\nDeploy daemon haproxy.nfs.foo.smithi184.czahww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.714686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nyizad on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\nDeploy daemon haproxy.nfs.foo.smithi023.nyizad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.719418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.rqcmmg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:59.721256Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zdfcyv on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:55:46.357938Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:55:46.356634Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:55:46.356808Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:55:46.358100Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:55:46.356972Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:55:46.357296Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:04:36.646 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:04:36.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:36 smithi023 bash[16423]: audit 2024-02-20T00:04:35.690509+0000 mon.smithi023 (mon.0) 1016 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:04:36.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:36 smithi023 bash[16423]: cluster 2024-02-20T00:04:35.743814+0000 mgr.smithi023.vhqanb (mgr.14182) 1508 : cluster [DBG] pgmap v964: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2024-02-20T00:04:36.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:36 smithi023 bash[16423]: audit 2024-02-20T00:04:35.961481+0000 mgr.smithi023.vhqanb (mgr.14182) 1509 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:04:36.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:36 smithi023 bash[16423]: audit 2024-02-20T00:04:36.630555+0000 mon.smithi023 (mon.0) 1017 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:04:37.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:36 smithi184 bash[20261]: audit 2024-02-20T00:04:35.690509+0000 mon.smithi023 (mon.0) 1016 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:04:37.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:36 smithi184 bash[20261]: cluster 2024-02-20T00:04:35.743814+0000 mgr.smithi023.vhqanb (mgr.14182) 1508 : cluster [DBG] pgmap v964: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2024-02-20T00:04:37.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:36 smithi184 bash[20261]: audit 2024-02-20T00:04:35.961481+0000 mgr.smithi023.vhqanb (mgr.14182) 1509 : audit [DBG] from='client.15720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:04:37.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:36 smithi184 bash[20261]: audit 2024-02-20T00:04:36.630555+0000 mon.smithi023 (mon.0) 1017 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:04:37.648 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:04:39.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:39 smithi023 bash[16423]: audit 2024-02-20T00:04:37.529917+0000 mon.smithi023 (mon.0) 1018 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:04:39.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:39 smithi023 bash[16423]: audit 2024-02-20T00:04:38.444928+0000 mon.smithi023 (mon.0) 1019 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:04:39.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:39 smithi023 bash[16423]: audit 2024-02-20T00:04:38.446603+0000 mon.smithi023 (mon.0) 1020 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-20T00:04:39.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:39 smithi184 bash[20261]: audit 2024-02-20T00:04:37.529917+0000 mon.smithi023 (mon.0) 1018 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:04:39.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:39 smithi184 bash[20261]: audit 2024-02-20T00:04:38.444928+0000 mon.smithi023 (mon.0) 1019 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:04:39.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:39 smithi184 bash[20261]: audit 2024-02-20T00:04:38.446603+0000 mon.smithi023 (mon.0) 1020 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-20T00:04:40.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:40 smithi023 bash[16423]: cluster 2024-02-20T00:04:37.744927+0000 mgr.smithi023.vhqanb (mgr.14182) 1510 : cluster [DBG] pgmap v965: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2024-02-20T00:04:40.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:40 smithi023 bash[16423]: audit 2024-02-20T00:04:39.349902+0000 mon.smithi023 (mon.0) 1021 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-20T00:04:40.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:40 smithi023 bash[16423]: audit 2024-02-20T00:04:39.351556+0000 mon.smithi023 (mon.0) 1022 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-20T00:04:40.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:40 smithi023 bash[16423]: audit 2024-02-20T00:04:39.351786+0000 mon.smithi023 (mon.0) 1023 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-02-20T00:04:40.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:40 smithi023 bash[16423]: audit 2024-02-20T00:04:39.375533+0000 mon.smithi023 (mon.0) 1024 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:04:40.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:40 smithi023 bash[16423]: audit 2024-02-20T00:04:39.378009+0000 mon.smithi023 (mon.0) 1025 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-20T00:04:40.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:40 smithi023 bash[16423]: audit 2024-02-20T00:04:39.378270+0000 mon.smithi023 (mon.0) 1026 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-02-20T00:04:40.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:40 smithi023 bash[16423]: audit 2024-02-20T00:04:39.382507+0000 mon.smithi184 (mon.1) 18 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-20T00:04:40.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:40 smithi023 bash[16423]: audit 2024-02-20T00:04:40.283137+0000 mon.smithi184 (mon.1) 19 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-20T00:04:40.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:40 smithi023 bash[16423]: audit 2024-02-20T00:04:40.290950+0000 mon.smithi023 (mon.0) 1027 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:04:40.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:40 smithi023 bash[16423]: audit 2024-02-20T00:04:40.300589+0000 mon.smithi023 (mon.0) 1028 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:04:40.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:40 smithi184 bash[20261]: cluster 2024-02-20T00:04:37.744927+0000 mgr.smithi023.vhqanb (mgr.14182) 1510 : cluster [DBG] pgmap v965: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 0 op/s 2024-02-20T00:04:40.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:40 smithi184 bash[20261]: audit 2024-02-20T00:04:39.349902+0000 mon.smithi023 (mon.0) 1021 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-20T00:04:40.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:40 smithi184 bash[20261]: audit 2024-02-20T00:04:39.351556+0000 mon.smithi023 (mon.0) 1022 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-20T00:04:40.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:40 smithi184 bash[20261]: audit 2024-02-20T00:04:39.351786+0000 mon.smithi023 (mon.0) 1023 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-02-20T00:04:40.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:40 smithi184 bash[20261]: audit 2024-02-20T00:04:39.375533+0000 mon.smithi023 (mon.0) 1024 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:04:40.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:40 smithi184 bash[20261]: audit 2024-02-20T00:04:39.378009+0000 mon.smithi023 (mon.0) 1025 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi023"}]: dispatch 2024-02-20T00:04:40.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:40 smithi184 bash[20261]: audit 2024-02-20T00:04:39.378270+0000 mon.smithi023 (mon.0) 1026 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "mon metadata", "id": "smithi184"}]: dispatch 2024-02-20T00:04:40.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:40 smithi184 bash[20261]: audit 2024-02-20T00:04:39.382507+0000 mon.smithi184 (mon.1) 18 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-20T00:04:40.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:40 smithi184 bash[20261]: audit 2024-02-20T00:04:40.283137+0000 mon.smithi184 (mon.1) 19 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-20T00:04:40.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:40 smithi184 bash[20261]: audit 2024-02-20T00:04:40.290950+0000 mon.smithi023 (mon.0) 1027 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:04:40.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:40 smithi184 bash[20261]: audit 2024-02-20T00:04:40.300589+0000 mon.smithi023 (mon.0) 1028 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:04:40.924 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:04:40.924 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-20T00:03:51.370679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:55:46.356374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-20T00:03:51.370881Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:55.511293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.czahww on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\nDeploy daemon haproxy.nfs.foo.smithi184.czahww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.714686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nyizad on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\nDeploy daemon haproxy.nfs.foo.smithi023.nyizad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.719418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.rqcmmg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:59.721256Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zdfcyv on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:55:46.357938Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:55:46.356634Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:55:46.356808Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:55:46.358100Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:55:46.356972Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:55:46.357296Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:04:41.620 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:04:41.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:41 smithi023 bash[16423]: cluster 2024-02-20T00:04:39.746365+0000 mgr.smithi023.vhqanb (mgr.14182) 1511 : cluster [DBG] pgmap v966: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 2.7 KiB/s wr, 0 op/s 2024-02-20T00:04:41.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:41 smithi184 bash[20261]: cluster 2024-02-20T00:04:39.746365+0000 mgr.smithi023.vhqanb (mgr.14182) 1511 : cluster [DBG] pgmap v966: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 2.7 KiB/s wr, 0 op/s 2024-02-20T00:04:42.621 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:04:42.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:42 smithi023 bash[16423]: audit 2024-02-20T00:04:40.907362+0000 mgr.smithi023.vhqanb (mgr.14182) 1512 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:04:42.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:42 smithi184 bash[20261]: audit 2024-02-20T00:04:40.907362+0000 mgr.smithi023.vhqanb (mgr.14182) 1512 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:04:43.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:43 smithi023 bash[16423]: cluster 2024-02-20T00:04:41.747576+0000 mgr.smithi023.vhqanb (mgr.14182) 1513 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.7 KiB/s wr, 0 op/s 2024-02-20T00:04:43.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:43 smithi184 bash[20261]: cluster 2024-02-20T00:04:41.747576+0000 mgr.smithi023.vhqanb (mgr.14182) 1513 : cluster [DBG] pgmap v967: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.7 KiB/s wr, 0 op/s 2024-02-20T00:04:45.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:45 smithi023 bash[16423]: cluster 2024-02-20T00:04:43.748470+0000 mgr.smithi023.vhqanb (mgr.14182) 1514 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.7 KiB/s wr, 0 op/s 2024-02-20T00:04:45.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:45 smithi184 bash[20261]: cluster 2024-02-20T00:04:43.748470+0000 mgr.smithi023.vhqanb (mgr.14182) 1514 : cluster [DBG] pgmap v968: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.7 KiB/s wr, 0 op/s 2024-02-20T00:04:45.882 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:04:45.882 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-20T00:03:51.370679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:55:46.356374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-20T00:03:51.370881Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:55.511293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.czahww on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\nDeploy daemon haproxy.nfs.foo.smithi184.czahww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.714686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nyizad on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\nDeploy daemon haproxy.nfs.foo.smithi023.nyizad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.719418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.rqcmmg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:59.721256Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zdfcyv on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:55:46.357938Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:55:46.356634Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:55:46.356808Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:55:46.358100Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:55:46.356972Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:55:46.357296Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:04:46.496 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:04:47.497 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:04:47.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:47 smithi023 bash[16423]: cluster 2024-02-20T00:04:45.749837+0000 mgr.smithi023.vhqanb (mgr.14182) 1515 : cluster [DBG] pgmap v969: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 3.5 KiB/s wr, 0 op/s 2024-02-20T00:04:47.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:47 smithi023 bash[16423]: audit 2024-02-20T00:04:45.870471+0000 mgr.smithi023.vhqanb (mgr.14182) 1516 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:04:47.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:47 smithi184 bash[20261]: cluster 2024-02-20T00:04:45.749837+0000 mgr.smithi023.vhqanb (mgr.14182) 1515 : cluster [DBG] pgmap v969: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 3.5 KiB/s wr, 0 op/s 2024-02-20T00:04:47.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:47 smithi184 bash[20261]: audit 2024-02-20T00:04:45.870471+0000 mgr.smithi023.vhqanb (mgr.14182) 1516 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:04:49.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:49 smithi023 bash[16423]: cluster 2024-02-20T00:04:47.750432+0000 mgr.smithi023.vhqanb (mgr.14182) 1517 : cluster [DBG] pgmap v970: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.5 KiB/s wr, 0 op/s 2024-02-20T00:04:49.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:49 smithi184 bash[20261]: cluster 2024-02-20T00:04:47.750432+0000 mgr.smithi023.vhqanb (mgr.14182) 1517 : cluster [DBG] pgmap v970: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 2.5 KiB/s wr, 0 op/s 2024-02-20T00:04:50.901 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:04:50.901 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-20T00:03:51.370679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:55:46.356374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-20T00:03:51.370881Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:55.511293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.czahww on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\nDeploy daemon haproxy.nfs.foo.smithi184.czahww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.714686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nyizad on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\nDeploy daemon haproxy.nfs.foo.smithi023.nyizad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.719418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.rqcmmg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:59.721256Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zdfcyv on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:55:46.357938Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:55:46.356634Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:55:46.356808Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:55:46.358100Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:55:46.356972Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:55:46.357296Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:04:51.522 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:04:51.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:51 smithi023 bash[16423]: cluster 2024-02-20T00:04:49.751911+0000 mgr.smithi023.vhqanb (mgr.14182) 1518 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 2.5 KiB/s wr, 0 op/s 2024-02-20T00:04:51.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:51 smithi184 bash[20261]: cluster 2024-02-20T00:04:49.751911+0000 mgr.smithi023.vhqanb (mgr.14182) 1518 : cluster [DBG] pgmap v971: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 2.5 KiB/s wr, 0 op/s 2024-02-20T00:04:52.523 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:04:52.744 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:52 smithi023 bash[16423]: audit 2024-02-20T00:04:50.880645+0000 mgr.smithi023.vhqanb (mgr.14182) 1519 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:04:52.759 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:52 smithi184 bash[20261]: audit 2024-02-20T00:04:50.880645+0000 mgr.smithi023.vhqanb (mgr.14182) 1519 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:04:53.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:53 smithi023 bash[16423]: cluster 2024-02-20T00:04:51.753115+0000 mgr.smithi023.vhqanb (mgr.14182) 1520 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 852 B/s wr, 0 op/s 2024-02-20T00:04:53.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:53 smithi184 bash[20261]: cluster 2024-02-20T00:04:51.753115+0000 mgr.smithi023.vhqanb (mgr.14182) 1520 : cluster [DBG] pgmap v972: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 852 B/s wr, 0 op/s 2024-02-20T00:04:55.726 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:04:55.726 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-20T00:03:51.370679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:55:46.356374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-20T00:03:51.370881Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:55.511293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.czahww on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\nDeploy daemon haproxy.nfs.foo.smithi184.czahww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.714686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nyizad on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\nDeploy daemon haproxy.nfs.foo.smithi023.nyizad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.719418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.rqcmmg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:59.721256Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zdfcyv on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:55:46.357938Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:55:46.356634Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:55:46.356808Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:55:46.358100Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:55:46.356972Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:55:46.357296Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:04:55.744 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:55 smithi023 bash[16423]: cluster 2024-02-20T00:04:53.754321+0000 mgr.smithi023.vhqanb (mgr.14182) 1521 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 852 B/s wr, 0 op/s 2024-02-20T00:04:55.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:55 smithi184 bash[20261]: cluster 2024-02-20T00:04:53.754321+0000 mgr.smithi023.vhqanb (mgr.14182) 1521 : cluster [DBG] pgmap v973: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 852 B/s wr, 0 op/s 2024-02-20T00:04:56.318 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:04:57.319 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:04:57.744 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:57 smithi023 bash[16423]: audit 2024-02-20T00:04:55.705320+0000 mgr.smithi023.vhqanb (mgr.14182) 1522 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:04:57.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:57 smithi023 bash[16423]: cluster 2024-02-20T00:04:55.755504+0000 mgr.smithi023.vhqanb (mgr.14182) 1523 : cluster [DBG] pgmap v974: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 852 B/s wr, 0 op/s 2024-02-20T00:04:57.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:57 smithi184 bash[20261]: audit 2024-02-20T00:04:55.705320+0000 mgr.smithi023.vhqanb (mgr.14182) 1522 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:04:57.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:57 smithi184 bash[20261]: cluster 2024-02-20T00:04:55.755504+0000 mgr.smithi023.vhqanb (mgr.14182) 1523 : cluster [DBG] pgmap v974: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 852 B/s wr, 0 op/s 2024-02-20T00:04:59.758 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:04:59 smithi184 bash[20261]: cluster 2024-02-20T00:04:57.756496+0000 mgr.smithi023.vhqanb (mgr.14182) 1524 : cluster [DBG] pgmap v975: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:04:59.765 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:04:59 smithi023 bash[16423]: cluster 2024-02-20T00:04:57.756496+0000 mgr.smithi023.vhqanb (mgr.14182) 1524 : cluster [DBG] pgmap v975: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:05:00.689 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:05:00.689 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-20T00:03:51.370679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:55:46.356374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-20T00:03:51.370881Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:02:44.471455Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.itsirf on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:55.511293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.czahww on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\nDeploy daemon haproxy.nfs.foo.smithi184.czahww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.714686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nyizad on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\nDeploy daemon haproxy.nfs.foo.smithi023.nyizad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.719418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.rqcmmg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:59.721256Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zdfcyv on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:55:46.357938Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:55:46.356634Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:55:46.356808Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:55:46.358100Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:55:46.356972Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:55:46.357296Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:05:00.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:00 smithi023 bash[16423]: audit 2024-02-20T00:04:59.725246+0000 mon.smithi023 (mon.0) 1029 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:05:00.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:00 smithi023 bash[16423]: audit 2024-02-20T00:05:00.019316+0000 mon.smithi023 (mon.0) 1030 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:05:00.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:00 smithi023 bash[16423]: audit 2024-02-20T00:05:00.306969+0000 mon.smithi023 (mon.0) 1031 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:05:00.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:00 smithi023 bash[16423]: audit 2024-02-20T00:05:00.308118+0000 mon.smithi023 (mon.0) 1032 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:05:00.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:00 smithi023 bash[16423]: audit 2024-02-20T00:05:00.316463+0000 mon.smithi023 (mon.0) 1033 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:05:00.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:00 smithi023 bash[16423]: audit 2024-02-20T00:05:00.339389+0000 mon.smithi023 (mon.0) 1034 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:05:00.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:00 smithi023 bash[16423]: audit 2024-02-20T00:05:00.359452+0000 mon.smithi023 (mon.0) 1035 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:05:01.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:00 smithi184 bash[20261]: audit 2024-02-20T00:04:59.725246+0000 mon.smithi023 (mon.0) 1029 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-20T00:05:01.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:00 smithi184 bash[20261]: audit 2024-02-20T00:05:00.019316+0000 mon.smithi023 (mon.0) 1030 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:05:01.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:00 smithi184 bash[20261]: audit 2024-02-20T00:05:00.306969+0000 mon.smithi023 (mon.0) 1031 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-20T00:05:01.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:00 smithi184 bash[20261]: audit 2024-02-20T00:05:00.308118+0000 mon.smithi023 (mon.0) 1032 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-02-20T00:05:01.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:00 smithi184 bash[20261]: audit 2024-02-20T00:05:00.316463+0000 mon.smithi023 (mon.0) 1033 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:05:01.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:00 smithi184 bash[20261]: audit 2024-02-20T00:05:00.339389+0000 mon.smithi023 (mon.0) 1034 : audit [DBG] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-02-20T00:05:01.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:00 smithi184 bash[20261]: audit 2024-02-20T00:05:00.359452+0000 mon.smithi023 (mon.0) 1035 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:05:01.366 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:05:01.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:01 smithi023 bash[16423]: cluster 2024-02-20T00:04:59.757624+0000 mgr.smithi023.vhqanb (mgr.14182) 1525 : cluster [DBG] pgmap v976: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:05:01.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:01 smithi023 bash[16423]: cluster 2024-02-20T00:05:00.317398+0000 mgr.smithi023.vhqanb (mgr.14182) 1526 : cluster [DBG] pgmap v977: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-02-20T00:05:01.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:01 smithi023 bash[16423]: cephadm 2024-02-20T00:05:00.362420+0000 mgr.smithi023.vhqanb (mgr.14182) 1527 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.hlwdhv on smithi184 2024-02-20T00:05:01.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:01 smithi023 bash[16423]: cluster 2024-02-20T00:05:00.479087+0000 mon.smithi023 (mon.0) 1036 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:05:01.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:01 smithi023 bash[16423]: cluster 2024-02-20T00:05:00.479119+0000 mon.smithi023 (mon.0) 1037 : cluster [INF] Cluster is now healthy 2024-02-20T00:05:01.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:01 smithi023 bash[16423]: audit 2024-02-20T00:05:01.151752+0000 mon.smithi023 (mon.0) 1038 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:05:01.803 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:01 smithi184 bash[20261]: cluster 2024-02-20T00:04:59.757624+0000 mgr.smithi023.vhqanb (mgr.14182) 1525 : cluster [DBG] pgmap v976: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:05:01.803 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:01 smithi184 bash[20261]: cluster 2024-02-20T00:05:00.317398+0000 mgr.smithi023.vhqanb (mgr.14182) 1526 : cluster [DBG] pgmap v977: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-02-20T00:05:01.803 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:01 smithi184 bash[20261]: cephadm 2024-02-20T00:05:00.362420+0000 mgr.smithi023.vhqanb (mgr.14182) 1527 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi184.hlwdhv on smithi184 2024-02-20T00:05:01.804 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:01 smithi184 bash[20261]: cluster 2024-02-20T00:05:00.479087+0000 mon.smithi023 (mon.0) 1036 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-02-20T00:05:01.804 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:01 smithi184 bash[20261]: cluster 2024-02-20T00:05:00.479119+0000 mon.smithi023 (mon.0) 1037 : cluster [INF] Cluster is now healthy 2024-02-20T00:05:01.804 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:01 smithi184 bash[20261]: audit 2024-02-20T00:05:01.151752+0000 mon.smithi023 (mon.0) 1038 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:05:02.368 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:05:02.744 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:02 smithi023 bash[16423]: audit 2024-02-20T00:05:00.668941+0000 mgr.smithi023.vhqanb (mgr.14182) 1528 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:03.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:02 smithi184 bash[20261]: audit 2024-02-20T00:05:00.668941+0000 mgr.smithi023.vhqanb (mgr.14182) 1528 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:03.763 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:03 smithi023 bash[16423]: cluster 2024-02-20T00:05:02.318206+0000 mgr.smithi023.vhqanb (mgr.14182) 1529 : cluster [DBG] pgmap v978: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-02-20T00:05:03.834 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:03 smithi184 bash[20261]: cluster 2024-02-20T00:05:02.318206+0000 mgr.smithi023.vhqanb (mgr.14182) 1529 : cluster [DBG] pgmap v978: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-02-20T00:05:04.872 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:04 smithi023 bash[16423]: audit 2024-02-20T00:05:04.328797+0000 mon.smithi023 (mon.0) 1039 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.hlwdhv"}]: dispatch 2024-02-20T00:05:05.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:04 smithi184 bash[20261]: audit 2024-02-20T00:05:04.328797+0000 mon.smithi023 (mon.0) 1039 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi184.hlwdhv"}]: dispatch 2024-02-20T00:05:05.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: cluster 2024-02-20T00:05:04.319711+0000 mgr.smithi023.vhqanb (mgr.14182) 1530 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-02-20T00:05:05.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: cephadm 2024-02-20T00:05:04.327963+0000 mgr.smithi023.vhqanb (mgr.14182) 1531 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv 2024-02-20T00:05:05.745 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:05:05.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv 2024-02-20T00:05:05.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv 2024-02-20T00:05:05.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:05:05.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv 2024-02-20T00:05:05.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.hlwdhv ... 2024-02-20T00:05:05.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:05:05.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:05:05.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:05:05.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:05:05.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:05:05.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-20T00:05:05.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:05:05.746 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: yield (conn, connr) 2024-02-20T00:05:05.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:05:05.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-20T00:05:05.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv 2024-02-20T00:05:05.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:05:05.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv 2024-02-20T00:05:05.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv 2024-02-20T00:05:05.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:05:05.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv 2024-02-20T00:05:05.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.hlwdhv ... 2024-02-20T00:05:05.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:05:05.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:05:05.747 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:05:05.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:05:05.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:05:05.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: cephadm 2024-02-20T00:05:04.328333+0000 mgr.smithi023.vhqanb (mgr.14182) 1532 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.hlwdhv 2024-02-20T00:05:05.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: cephadm 2024-02-20T00:05:04.330036+0000 mgr.smithi023.vhqanb (mgr.14182) 1533 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.hlwdhv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv 2024-02-20T00:05:05.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:05:05.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv 2024-02-20T00:05:05.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv 2024-02-20T00:05:05.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:05:05.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv 2024-02-20T00:05:05.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi184.hlwdhv ... 2024-02-20T00:05:05.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:05:05.748 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:05:05.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:05:05.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:05:05.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:05:05.749 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:05 smithi023 bash[16423]: cephadm 2024-02-20T00:05:04.333274+0000 mgr.smithi023.vhqanb (mgr.14182) 1534 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.hdaphu on smithi023 2024-02-20T00:05:05.864 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:05:05.864 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-20T00:03:51.370679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:55:46.356374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-20T00:03:51.370881Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:03:55.511293Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.czahww on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-czahww\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.czahww\nDeploy daemon haproxy.nfs.foo.smithi184.czahww ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.714686Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.nyizad on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-nyizad\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.nyizad\nDeploy daemon haproxy.nfs.foo.smithi023.nyizad ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:03:59.719418Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.rqcmmg on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:03:59.721256Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zdfcyv on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:05:04.329858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hlwdhv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv\nDeploy daemon haproxy.nfs.foo.smithi184.hlwdhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:55:46.357938Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:55:46.356634Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:55:46.356808Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:55:46.358100Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:55:46.356972Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:55:46.357296Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:05:06.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: cluster 2024-02-20T00:05:04.319711+0000 mgr.smithi023.vhqanb (mgr.14182) 1530 : cluster [DBG] pgmap v979: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-02-20T00:05:06.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: cephadm 2024-02-20T00:05:04.327963+0000 mgr.smithi023.vhqanb (mgr.14182) 1531 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv 2024-02-20T00:05:06.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:05:06.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv 2024-02-20T00:05:06.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv 2024-02-20T00:05:06.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:05:06.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv 2024-02-20T00:05:06.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.hlwdhv ... 2024-02-20T00:05:06.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:05:06.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:05:06.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:05:06.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:05:06.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:05:06.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-20T00:05:06.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:05:06.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: yield (conn, connr) 2024-02-20T00:05:06.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:05:06.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-20T00:05:06.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv 2024-02-20T00:05:06.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:05:06.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv 2024-02-20T00:05:06.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv 2024-02-20T00:05:06.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:05:06.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv 2024-02-20T00:05:06.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.hlwdhv ... 2024-02-20T00:05:06.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:05:06.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:05:06.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:05:06.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:05:06.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:05:06.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: cephadm 2024-02-20T00:05:04.328333+0000 mgr.smithi023.vhqanb (mgr.14182) 1532 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi184.hlwdhv 2024-02-20T00:05:06.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: cephadm 2024-02-20T00:05:04.330036+0000 mgr.smithi023.vhqanb (mgr.14182) 1533 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi184.hlwdhv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv 2024-02-20T00:05:06.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:05:06.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv 2024-02-20T00:05:06.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv 2024-02-20T00:05:06.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:05:06.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv 2024-02-20T00:05:06.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi184.hlwdhv ... 2024-02-20T00:05:06.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:05:06.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:05:06.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:05:06.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:05:06.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:05:06.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:05 smithi184 bash[20261]: cephadm 2024-02-20T00:05:04.333274+0000 mgr.smithi023.vhqanb (mgr.14182) 1534 : cephadm [INF] Deploying daemon haproxy.nfs.foo.smithi023.hdaphu on smithi023 2024-02-20T00:05:06.534 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:05:07.536 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:05:07.994 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:07 smithi023 bash[16423]: audit 2024-02-20T00:05:05.843745+0000 mgr.smithi023.vhqanb (mgr.14182) 1535 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:07.994 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:07 smithi023 bash[16423]: cluster 2024-02-20T00:05:06.320687+0000 mgr.smithi023.vhqanb (mgr.14182) 1536 : cluster [DBG] pgmap v980: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-02-20T00:05:08.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:07 smithi184 bash[20261]: audit 2024-02-20T00:05:05.843745+0000 mgr.smithi023.vhqanb (mgr.14182) 1535 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:08.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:07 smithi184 bash[20261]: cluster 2024-02-20T00:05:06.320687+0000 mgr.smithi023.vhqanb (mgr.14182) 1536 : cluster [DBG] pgmap v980: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 193 B/s rd, 0 op/s 2024-02-20T00:05:09.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:09 smithi023 bash[16423]: cluster 2024-02-20T00:05:08.321633+0000 mgr.smithi023.vhqanb (mgr.14182) 1537 : cluster [DBG] pgmap v981: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 387 B/s rd, 0 op/s 2024-02-20T00:05:09.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:09 smithi023 bash[16423]: audit 2024-02-20T00:05:08.700678+0000 mon.smithi023 (mon.0) 1040 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.hdaphu"}]: dispatch 2024-02-20T00:05:10.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:09 smithi184 bash[20261]: cluster 2024-02-20T00:05:08.321633+0000 mgr.smithi023.vhqanb (mgr.14182) 1537 : cluster [DBG] pgmap v981: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 387 B/s rd, 0 op/s 2024-02-20T00:05:10.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:09 smithi184 bash[20261]: audit 2024-02-20T00:05:08.700678+0000 mon.smithi023 (mon.0) 1040 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' cmd=[{"prefix": "auth rm", "entity": "client.ingress.nfs.foo.smithi023.hdaphu"}]: dispatch 2024-02-20T00:05:10.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: cephadm 2024-02-20T00:05:08.699310+0000 mgr.smithi023.vhqanb (mgr.14182) 1538 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu 2024-02-20T00:05:10.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:05:10.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu 2024-02-20T00:05:10.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu 2024-02-20T00:05:10.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:05:10.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu 2024-02-20T00:05:10.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.hdaphu ... 2024-02-20T00:05:10.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:05:10.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:05:10.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:05:10.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:05:10.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:05:10.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: Traceback (most recent call last): 2024-02-20T00:05:10.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:05:10.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: yield (conn, connr) 2024-02-20T00:05:10.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:05:10.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: code, '\n'.join(err))) 2024-02-20T00:05:10.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu 2024-02-20T00:05:10.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:05:10.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu 2024-02-20T00:05:10.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu 2024-02-20T00:05:10.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:05:10.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu 2024-02-20T00:05:10.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.hdaphu ... 2024-02-20T00:05:10.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:05:10.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:05:10.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:05:10.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:05:10.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:05:10.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: cephadm 2024-02-20T00:05:08.699973+0000 mgr.smithi023.vhqanb (mgr.14182) 1539 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.hdaphu 2024-02-20T00:05:10.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: cephadm 2024-02-20T00:05:08.702113+0000 mgr.smithi023.vhqanb (mgr.14182) 1540 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.hdaphu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu 2024-02-20T00:05:10.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:05:10.997 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu 2024-02-20T00:05:10.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu 2024-02-20T00:05:10.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: /usr/bin/docker: stdout 2024-02-20T00:05:10.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu 2024-02-20T00:05:10.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: Deploy daemon haproxy.nfs.foo.smithi023.hdaphu ... 2024-02-20T00:05:10.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:05:10.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:05:10.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:05:10.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: stat: stderr See 'docker run --help'. 2024-02-20T00:05:10.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:05:10.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: cephadm 2024-02-20T00:05:08.704173+0000 mgr.smithi023.vhqanb (mgr.14182) 1541 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.hiwyrc on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:05:10.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: cephadm 2024-02-20T00:05:08.706013+0000 mgr.smithi023.vhqanb (mgr.14182) 1542 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.zfylet on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:05:10.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: cluster 2024-02-20T00:05:08.706688+0000 mgr.smithi023.vhqanb (mgr.14182) 1543 : cluster [DBG] pgmap v982: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 228 B/s rd, 0 op/s 2024-02-20T00:05:10.998 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:10 smithi023 bash[16423]: cluster 2024-02-20T00:05:09.567618+0000 mon.smithi023 (mon.0) 1041 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:05:11.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: cephadm 2024-02-20T00:05:08.699310+0000 mgr.smithi023.vhqanb (mgr.14182) 1538 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu 2024-02-20T00:05:11.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:05:11.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu 2024-02-20T00:05:11.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu 2024-02-20T00:05:11.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:05:11.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu 2024-02-20T00:05:11.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.hdaphu ... 2024-02-20T00:05:11.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:05:11.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:05:11.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:05:11.009 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:05:11.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:05:11.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: Traceback (most recent call last): 2024-02-20T00:05:11.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-02-20T00:05:11.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: yield (conn, connr) 2024-02-20T00:05:11.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-02-20T00:05:11.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: code, '\n'.join(err))) 2024-02-20T00:05:11.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: orchestrator._interface.OrchestratorError: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu 2024-02-20T00:05:11.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:05:11.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu 2024-02-20T00:05:11.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu 2024-02-20T00:05:11.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:05:11.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu 2024-02-20T00:05:11.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.hdaphu ... 2024-02-20T00:05:11.010 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:05:11.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:05:11.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:05:11.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:05:11.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:05:11.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: cephadm 2024-02-20T00:05:08.699973+0000 mgr.smithi023.vhqanb (mgr.14182) 1539 : cephadm [INF] Removing key for client.ingress.nfs.foo.smithi023.hdaphu 2024-02-20T00:05:11.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: cephadm 2024-02-20T00:05:08.702113+0000 mgr.smithi023.vhqanb (mgr.14182) 1540 : cephadm [ERR] Failed while placing haproxy.nfs.foo.smithi023.hdaphu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu 2024-02-20T00:05:11.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:05:11.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu 2024-02-20T00:05:11.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu 2024-02-20T00:05:11.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: /usr/bin/docker: stdout 2024-02-20T00:05:11.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: /usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu 2024-02-20T00:05:11.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: Deploy daemon haproxy.nfs.foo.smithi023.hdaphu ... 2024-02-20T00:05:11.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: Non-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:05:11.011 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: stat: stderr Unable to find image 'haproxy:2.3' locally 2024-02-20T00:05:11.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: stat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit. 2024-02-20T00:05:11.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: stat: stderr See 'docker run --help'. 2024-02-20T00:05:11.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-02-20T00:05:11.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: cephadm 2024-02-20T00:05:08.704173+0000 mgr.smithi023.vhqanb (mgr.14182) 1541 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi023.hiwyrc on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:05:11.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: cephadm 2024-02-20T00:05:08.706013+0000 mgr.smithi023.vhqanb (mgr.14182) 1542 : cephadm [ERR] Failed while placing keepalived.nfs.foo.smithi184.zfylet on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo 2024-02-20T00:05:11.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: cluster 2024-02-20T00:05:08.706688+0000 mgr.smithi023.vhqanb (mgr.14182) 1543 : cluster [DBG] pgmap v982: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 228 B/s rd, 0 op/s 2024-02-20T00:05:11.012 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:10 smithi184 bash[20261]: cluster 2024-02-20T00:05:09.567618+0000 mon.smithi023 (mon.0) 1041 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:05:11.091 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:05:11.091 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-20T00:03:51.370679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:55:46.356374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-20T00:03:51.370881Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:03:59.721256Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zdfcyv on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:05:04.329858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hlwdhv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv\nDeploy daemon haproxy.nfs.foo.smithi184.hlwdhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:05:08.701866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hdaphu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu\nDeploy daemon haproxy.nfs.foo.smithi023.hdaphu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:05:08.704060Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.hiwyrc on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:05:08.705913Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zfylet on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:55:46.357938Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:55:46.356634Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:55:46.356808Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:55:46.358100Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:55:46.356972Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:55:46.357296Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:05:11.764 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:05:12.766 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:05:12.994 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:12 smithi023 bash[16423]: cluster 2024-02-20T00:05:10.707526+0000 mgr.smithi023.vhqanb (mgr.14182) 1544 : cluster [DBG] pgmap v983: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-20T00:05:12.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:12 smithi023 bash[16423]: audit 2024-02-20T00:05:11.079100+0000 mgr.smithi023.vhqanb (mgr.14182) 1545 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:12.996 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:12 smithi023 bash[16423]: audit 2024-02-20T00:05:12.498118+0000 mon.smithi023 (mon.0) 1042 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:05:13.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:12 smithi184 bash[20261]: cluster 2024-02-20T00:05:10.707526+0000 mgr.smithi023.vhqanb (mgr.14182) 1544 : cluster [DBG] pgmap v983: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-20T00:05:13.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:12 smithi184 bash[20261]: audit 2024-02-20T00:05:11.079100+0000 mgr.smithi023.vhqanb (mgr.14182) 1545 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:13.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:12 smithi184 bash[20261]: audit 2024-02-20T00:05:12.498118+0000 mon.smithi023 (mon.0) 1042 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:05:14.994 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:14 smithi023 bash[16423]: cluster 2024-02-20T00:05:12.708503+0000 mgr.smithi023.vhqanb (mgr.14182) 1546 : cluster [DBG] pgmap v984: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-20T00:05:15.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:14 smithi184 bash[20261]: cluster 2024-02-20T00:05:12.708503+0000 mgr.smithi023.vhqanb (mgr.14182) 1546 : cluster [DBG] pgmap v984: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-20T00:05:16.123 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:05:16.123 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-20T00:03:51.370679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:55:46.356374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-20T00:03:51.370881Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:03:59.721256Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zdfcyv on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:05:04.329858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hlwdhv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv\nDeploy daemon haproxy.nfs.foo.smithi184.hlwdhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:05:08.701866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hdaphu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu\nDeploy daemon haproxy.nfs.foo.smithi023.hdaphu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:05:08.704060Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.hiwyrc on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:05:08.705913Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zfylet on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:55:46.357938Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:55:46.356634Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:55:46.356808Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:55:46.358100Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:55:46.356972Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:55:46.357296Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:05:16.776 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:05:16.994 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:16 smithi023 bash[16423]: cluster 2024-02-20T00:05:14.709559+0000 mgr.smithi023.vhqanb (mgr.14182) 1547 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-20T00:05:16.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:16 smithi023 bash[16423]: audit 2024-02-20T00:05:16.149158+0000 mon.smithi023 (mon.0) 1043 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:05:17.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:16 smithi184 bash[20261]: cluster 2024-02-20T00:05:14.709559+0000 mgr.smithi023.vhqanb (mgr.14182) 1547 : cluster [DBG] pgmap v985: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-20T00:05:17.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:16 smithi184 bash[20261]: audit 2024-02-20T00:05:16.149158+0000 mon.smithi023 (mon.0) 1043 : audit [INF] from='mgr.14182 172.21.15.23:0/4248535162' entity='mgr.smithi023.vhqanb' 2024-02-20T00:05:17.778 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:05:17.994 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:17 smithi023 bash[16423]: audit 2024-02-20T00:05:16.104501+0000 mgr.smithi023.vhqanb (mgr.14182) 1548 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:18.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:17 smithi184 bash[20261]: audit 2024-02-20T00:05:16.104501+0000 mgr.smithi023.vhqanb (mgr.14182) 1548 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:18.906 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:18 smithi023 bash[16423]: cluster 2024-02-20T00:05:16.710392+0000 mgr.smithi023.vhqanb (mgr.14182) 1549 : cluster [DBG] pgmap v986: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-20T00:05:19.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:18 smithi184 bash[20261]: cluster 2024-02-20T00:05:16.710392+0000 mgr.smithi023.vhqanb (mgr.14182) 1549 : cluster [DBG] pgmap v986: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-20T00:05:20.932 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:05:20.932 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-20T00:03:51.370679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:55:46.356374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-20T00:03:51.370881Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:03:59.721256Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zdfcyv on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:05:04.329858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hlwdhv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv\nDeploy daemon haproxy.nfs.foo.smithi184.hlwdhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:05:08.701866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hdaphu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu\nDeploy daemon haproxy.nfs.foo.smithi023.hdaphu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:05:08.704060Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.hiwyrc on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:05:08.705913Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zfylet on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:55:46.357938Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:55:46.356634Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:55:46.356808Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:55:46.358100Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:55:46.356972Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:55:46.357296Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:05:20.983 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:20 smithi023 bash[16423]: cluster 2024-02-20T00:05:18.711025+0000 mgr.smithi023.vhqanb (mgr.14182) 1550 : cluster [DBG] pgmap v987: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-20T00:05:21.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:20 smithi184 bash[20261]: cluster 2024-02-20T00:05:18.711025+0000 mgr.smithi023.vhqanb (mgr.14182) 1550 : cluster [DBG] pgmap v987: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 197 B/s rd, 0 op/s 2024-02-20T00:05:21.536 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:05:22.537 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:05:22.994 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:22 smithi023 bash[16423]: cluster 2024-02-20T00:05:20.712281+0000 mgr.smithi023.vhqanb (mgr.14182) 1551 : cluster [DBG] pgmap v988: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:05:22.994 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:22 smithi023 bash[16423]: audit 2024-02-20T00:05:20.920631+0000 mgr.smithi023.vhqanb (mgr.14182) 1552 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:23.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:22 smithi184 bash[20261]: cluster 2024-02-20T00:05:20.712281+0000 mgr.smithi023.vhqanb (mgr.14182) 1551 : cluster [DBG] pgmap v988: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:05:23.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:22 smithi184 bash[20261]: audit 2024-02-20T00:05:20.920631+0000 mgr.smithi023.vhqanb (mgr.14182) 1552 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:24.994 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:24 smithi023 bash[16423]: cluster 2024-02-20T00:05:22.713248+0000 mgr.smithi023.vhqanb (mgr.14182) 1553 : cluster [DBG] pgmap v989: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:05:25.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:24 smithi184 bash[20261]: cluster 2024-02-20T00:05:22.713248+0000 mgr.smithi023.vhqanb (mgr.14182) 1553 : cluster [DBG] pgmap v989: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:05:25.844 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:05:25.845 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-20T00:03:51.370679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:55:46.356374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-20T00:03:51.370881Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:03:59.721256Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zdfcyv on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:05:04.329858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hlwdhv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv\nDeploy daemon haproxy.nfs.foo.smithi184.hlwdhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:05:08.701866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hdaphu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu\nDeploy daemon haproxy.nfs.foo.smithi023.hdaphu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:05:08.704060Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.hiwyrc on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:05:08.705913Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zfylet on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:55:46.357938Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:55:46.356634Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:55:46.356808Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:55:46.358100Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:55:46.356972Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:55:46.357296Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:05:26.470 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:05:26.744 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:26 smithi023 bash[16423]: cluster 2024-02-20T00:05:24.714601+0000 mgr.smithi023.vhqanb (mgr.14182) 1554 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:05:27.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:26 smithi184 bash[20261]: cluster 2024-02-20T00:05:24.714601+0000 mgr.smithi023.vhqanb (mgr.14182) 1554 : cluster [DBG] pgmap v990: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:05:27.471 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:05:27.744 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:27 smithi023 bash[16423]: audit 2024-02-20T00:05:25.825020+0000 mgr.smithi023.vhqanb (mgr.14182) 1555 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:28.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:27 smithi184 bash[20261]: audit 2024-02-20T00:05:25.825020+0000 mgr.smithi023.vhqanb (mgr.14182) 1555 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:28.794 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:28 smithi023 bash[16423]: cluster 2024-02-20T00:05:26.715804+0000 mgr.smithi023.vhqanb (mgr.14182) 1556 : cluster [DBG] pgmap v991: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:05:29.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:28 smithi184 bash[20261]: cluster 2024-02-20T00:05:26.715804+0000 mgr.smithi023.vhqanb (mgr.14182) 1556 : cluster [DBG] pgmap v991: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:05:30.673 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:05:30.673 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-20T00:03:51.370679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:55:46.356374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-20T00:03:51.370881Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:03:59.721256Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zdfcyv on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:05:04.329858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hlwdhv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv\nDeploy daemon haproxy.nfs.foo.smithi184.hlwdhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:05:08.701866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hdaphu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu\nDeploy daemon haproxy.nfs.foo.smithi023.hdaphu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:05:08.704060Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.hiwyrc on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:05:08.705913Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zfylet on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:55:46.357938Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:55:46.356634Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:55:46.356808Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:55:46.358100Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:55:46.356972Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:55:46.357296Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:05:30.994 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:30 smithi023 bash[16423]: cluster 2024-02-20T00:05:28.716909+0000 mgr.smithi023.vhqanb (mgr.14182) 1557 : cluster [DBG] pgmap v992: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:05:31.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:30 smithi184 bash[20261]: cluster 2024-02-20T00:05:28.716909+0000 mgr.smithi023.vhqanb (mgr.14182) 1557 : cluster [DBG] pgmap v992: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:05:31.350 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:05:31.994 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:31 smithi023 bash[16423]: audit 2024-02-20T00:05:30.656455+0000 mgr.smithi023.vhqanb (mgr.14182) 1558 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:32.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:31 smithi184 bash[20261]: audit 2024-02-20T00:05:30.656455+0000 mgr.smithi023.vhqanb (mgr.14182) 1558 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:32.352 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:05:32.994 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:32 smithi023 bash[16423]: cluster 2024-02-20T00:05:30.718053+0000 mgr.smithi023.vhqanb (mgr.14182) 1559 : cluster [DBG] pgmap v993: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:05:33.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:32 smithi184 bash[20261]: cluster 2024-02-20T00:05:30.718053+0000 mgr.smithi023.vhqanb (mgr.14182) 1559 : cluster [DBG] pgmap v993: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:05:33.836 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:33 smithi023 bash[16423]: cluster 2024-02-20T00:05:32.719088+0000 mgr.smithi023.vhqanb (mgr.14182) 1560 : cluster [DBG] pgmap v994: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:05:34.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:33 smithi184 bash[20261]: cluster 2024-02-20T00:05:32.719088+0000 mgr.smithi023.vhqanb (mgr.14182) 1560 : cluster [DBG] pgmap v994: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:05:35.671 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:05:35.672 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-20T00:03:51.370679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:55:46.356374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-20T00:03:51.370881Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:03:59.721256Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zdfcyv on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:05:04.329858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hlwdhv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv\nDeploy daemon haproxy.nfs.foo.smithi184.hlwdhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:05:08.701866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hdaphu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu\nDeploy daemon haproxy.nfs.foo.smithi023.hdaphu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:05:08.704060Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.hiwyrc on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:05:08.705913Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zfylet on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:55:46.357938Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:55:46.356634Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:55:46.356808Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:55:46.358100Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:55:46.356972Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:55:46.357296Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:05:35.994 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:35 smithi023 bash[16423]: cluster 2024-02-20T00:05:34.720110+0000 mgr.smithi023.vhqanb (mgr.14182) 1561 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:05:35.994 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:35 smithi023 bash[16423]: audit 2024-02-20T00:05:35.654455+0000 mgr.smithi023.vhqanb (mgr.14182) 1562 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:36.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:35 smithi184 bash[20261]: cluster 2024-02-20T00:05:34.720110+0000 mgr.smithi023.vhqanb (mgr.14182) 1561 : cluster [DBG] pgmap v995: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:05:36.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:35 smithi184 bash[20261]: audit 2024-02-20T00:05:35.654455+0000 mgr.smithi023.vhqanb (mgr.14182) 1562 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:36.353 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:05:37.354 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:05:38.245 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:37 smithi023 bash[16423]: cluster 2024-02-20T00:05:36.721257+0000 mgr.smithi023.vhqanb (mgr.14182) 1563 : cluster [DBG] pgmap v996: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:05:38.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:37 smithi184 bash[20261]: cluster 2024-02-20T00:05:36.721257+0000 mgr.smithi023.vhqanb (mgr.14182) 1563 : cluster [DBG] pgmap v996: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:05:40.244 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:39 smithi023 bash[16423]: cluster 2024-02-20T00:05:38.722442+0000 mgr.smithi023.vhqanb (mgr.14182) 1564 : cluster [DBG] pgmap v997: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:05:40.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:39 smithi184 bash[20261]: cluster 2024-02-20T00:05:38.722442+0000 mgr.smithi023.vhqanb (mgr.14182) 1564 : cluster [DBG] pgmap v997: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:05:40.704 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:05:40.704 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-20T00:03:51.370679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:55:46.356374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-20T00:03:51.370881Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:03:59.721256Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zdfcyv on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:05:04.329858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hlwdhv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv\nDeploy daemon haproxy.nfs.foo.smithi184.hlwdhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:05:08.701866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hdaphu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu\nDeploy daemon haproxy.nfs.foo.smithi023.hdaphu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:05:08.704060Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.hiwyrc on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:05:08.705913Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zfylet on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:55:46.357938Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:55:46.356634Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:55:46.356808Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:55:46.358100Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:55:46.356972Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:55:46.357296Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:05:41.341 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:05:41.994 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:41 smithi023 bash[16423]: audit 2024-02-20T00:05:40.686277+0000 mgr.smithi023.vhqanb (mgr.14182) 1565 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:41.994 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:41 smithi023 bash[16423]: cluster 2024-02-20T00:05:40.723798+0000 mgr.smithi023.vhqanb (mgr.14182) 1566 : cluster [DBG] pgmap v998: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:05:42.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:41 smithi184 bash[20261]: audit 2024-02-20T00:05:40.686277+0000 mgr.smithi023.vhqanb (mgr.14182) 1565 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:42.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:41 smithi184 bash[20261]: cluster 2024-02-20T00:05:40.723798+0000 mgr.smithi023.vhqanb (mgr.14182) 1566 : cluster [DBG] pgmap v998: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:05:42.342 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:05:44.244 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:43 smithi023 bash[16423]: cluster 2024-02-20T00:05:42.724843+0000 mgr.smithi023.vhqanb (mgr.14182) 1567 : cluster [DBG] pgmap v999: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:05:44.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:43 smithi184 bash[20261]: cluster 2024-02-20T00:05:42.724843+0000 mgr.smithi023.vhqanb (mgr.14182) 1567 : cluster [DBG] pgmap v999: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:05:45.646 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:05:45.646 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-20T00:03:51.370679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:55:46.356374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-20T00:03:51.370881Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:03:59.721256Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zdfcyv on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:05:04.329858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hlwdhv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv\nDeploy daemon haproxy.nfs.foo.smithi184.hlwdhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:05:08.701866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hdaphu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu\nDeploy daemon haproxy.nfs.foo.smithi023.hdaphu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:05:08.704060Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.hiwyrc on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:05:08.705913Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zfylet on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:55:46.357938Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:55:46.356634Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:55:46.356808Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:55:46.358100Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:55:46.356972Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:55:46.357296Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:05:45.994 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:45 smithi023 bash[16423]: cluster 2024-02-20T00:05:44.726208+0000 mgr.smithi023.vhqanb (mgr.14182) 1568 : cluster [DBG] pgmap v1000: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:05:45.994 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:45 smithi023 bash[16423]: audit 2024-02-20T00:05:45.626847+0000 mgr.smithi023.vhqanb (mgr.14182) 1569 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:46.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:45 smithi184 bash[20261]: cluster 2024-02-20T00:05:44.726208+0000 mgr.smithi023.vhqanb (mgr.14182) 1568 : cluster [DBG] pgmap v1000: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:05:46.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:45 smithi184 bash[20261]: audit 2024-02-20T00:05:45.626847+0000 mgr.smithi023.vhqanb (mgr.14182) 1569 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:46.283 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:05:47.284 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:19854089e18d4f65dda2b6cd74e737367c2514bd shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 -- ceph orch ls -f json 2024-02-20T00:05:48.244 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:47 smithi023 bash[16423]: cluster 2024-02-20T00:05:46.727393+0000 mgr.smithi023.vhqanb (mgr.14182) 1570 : cluster [DBG] pgmap v1001: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:05:48.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:47 smithi184 bash[20261]: cluster 2024-02-20T00:05:46.727393+0000 mgr.smithi023.vhqanb (mgr.14182) 1570 : cluster [DBG] pgmap v1001: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:05:50.129 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:49 smithi023 bash[16423]: cluster 2024-02-20T00:05:48.728606+0000 mgr.smithi023.vhqanb (mgr.14182) 1571 : cluster [DBG] pgmap v1002: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:05:50.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:49 smithi184 bash[20261]: cluster 2024-02-20T00:05:48.728606+0000 mgr.smithi023.vhqanb (mgr.14182) 1571 : cluster [DBG] pgmap v1002: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 0 op/s 2024-02-20T00:05:50.472 INFO:teuthology.orchestra.run.smithi023.stdout: 2024-02-20T00:05:50.472 INFO:teuthology.orchestra.run.smithi023.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-02-19T23:33:21.713575Z", "last_refresh": "2024-02-20T00:03:51.370679Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-02-19T23:33:13.511359Z", "last_refresh": "2024-02-19T23:55:46.356374Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-02-19T23:33:17.546441Z", "last_refresh": "2024-02-20T00:03:51.370881Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-02-20T00:03:59.721256Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zdfcyv on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:05:04.329858Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi184.hlwdhv on smithi184: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi184-hlwdhv\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi184.hlwdhv\nDeploy daemon haproxy.nfs.foo.smithi184.hlwdhv ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi184 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:05:08.701866Z service:ingress.nfs.foo [ERROR] \"Failed while placing haproxy.nfs.foo.smithi023.hdaphu on smithi023: cephadm exited with an error code: 1, stderr:Non-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy-nfs-foo-smithi023-hdaphu\nNon-zero exit code 1 from /usr/bin/docker container inspect --format {{.State.Status}} ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu\n/usr/bin/docker: stdout \n/usr/bin/docker: stderr Error: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-haproxy.nfs.foo.smithi023.hdaphu\nDeploy daemon haproxy.nfs.foo.smithi023.hdaphu ...\nNon-zero exit code 125 from /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Unable to find image 'haproxy:2.3' locally\nstat: stderr docker: Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit.\nstat: stderr See 'docker run --help'.\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi023 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-02-20T00:05:08.704060Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi023.hiwyrc on smithi023: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\"", "2024-02-20T00:05:08.705913Z service:ingress.nfs.foo [ERROR] \"Failed while placing keepalived.nfs.foo.smithi184.zfylet on smithi184: Failed to generate keepalived.conf: No daemons deployed for ingress.nfs.foo\""], "placement": {"count": 2}, "service_id": "nfs.foo", "service_name": "ingress.nfs.foo", "service_type": "ingress", "spec": {"backend_service": "nfs.foo", "frontend_port": 2049, "monitor_port": 9002, "virtual_ip": "10.0.31.23/16"}, "status": {"created": "2024-02-19T23:40:43.432001Z", "ports": [2049, 9002], "running": 0, "size": 4, "virtual_ip": "10.0.31.23/16"}}, {"events": ["2024-02-19T23:40:39.116505Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2024-02-19T23:40:39.110910Z", "last_refresh": "2024-02-19T23:55:46.357938Z", "running": 2, "size": 2}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-02-19T23:33:11.568620Z", "last_refresh": "2024-02-19T23:55:46.356634Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:34:41.647874Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi023:172.21.15.23=smithi023", "smithi184:172.21.15.184=smithi184"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-02-19T23:34:41.638745Z", "last_refresh": "2024-02-19T23:55:46.356808Z", "running": 2, "size": 2}}, {"events": ["2024-02-19T23:40:43.431261Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12049}, "status": {"created": "2024-02-19T23:40:43.425484Z", "last_refresh": "2024-02-19T23:55:46.358100Z", "ports": [12049], "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-02-19T23:33:19.661749Z", "last_refresh": "2024-02-19T23:55:46.356972Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-02-19T23:35:08.454326Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-02-19T23:35:08.446828Z", "last_refresh": "2024-02-19T23:55:46.357296Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-02-19T23:33:15.426356Z", "last_refresh": "2024-02-19T23:55:46.357135Z", "ports": [9095], "running": 1, "size": 1}}] 2024-02-20T00:05:51.144 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:50 smithi023 bash[16423]: audit 2024-02-20T00:05:50.460612+0000 mgr.smithi023.vhqanb (mgr.14182) 1572 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:51.145 INFO:tasks.cephadm:ingress.nfs.foo has 0/4 2024-02-20T00:05:51.145 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-20T00:05:51.391 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=969e08e9d15e4822a1ea7210080fbe1a Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/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_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/git.ceph.com_ceph-c_19854089e18d4f65dda2b6cd74e737367c2514bd/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_b1dac5519c57c269ea98a22fb7729016a1d0e4d2/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-02-20T00:05:51.393 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-02-20T00:05:51.406 INFO:tasks.vip:Removing 10.0.15.23 (and any VIPs) on smithi023.front.sepia.ceph.com iface ens1f0... 2024-02-20T00:05:51.407 DEBUG:teuthology.orchestra.run.smithi023:> sudo ip addr del 10.0.15.23/16 dev ens1f0 2024-02-20T00:05:51.411 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:50 smithi184 bash[20261]: audit 2024-02-20T00:05:50.460612+0000 mgr.smithi023.vhqanb (mgr.14182) 1572 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-20T00:05:51.429 DEBUG:teuthology.orchestra.run.smithi023:> sudo ip addr del 10.0.31.23/16 dev ens1f0 2024-02-20T00:05:51.486 INFO:teuthology.orchestra.run.smithi023.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-20T00:05:51.487 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-20T00:05:51.487 INFO:tasks.vip:Removing 10.0.15.184 (and any VIPs) on smithi184.front.sepia.ceph.com iface enp3s0f1... 2024-02-20T00:05:51.488 DEBUG:teuthology.orchestra.run.smithi184:> sudo ip addr del 10.0.15.184/16 dev enp3s0f1 2024-02-20T00:05:51.506 DEBUG:teuthology.orchestra.run.smithi184:> sudo ip addr del 10.0.31.23/16 dev enp3s0f1 2024-02-20T00:05:51.562 INFO:teuthology.orchestra.run.smithi184.stderr:RTNETLINK answers: Cannot assign requested address 2024-02-20T00:05:51.563 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-20T00:05:51.564 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-20T00:05:51.572 INFO:tasks.cephadm:Teardown begin 2024-02-20T00:05:51.573 DEBUG:teuthology.orchestra.run.smithi023:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-20T00:05:51.587 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-20T00:05:51.621 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-20T00:05:51.621 DEBUG:teuthology.orchestra.run.smithi023:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-20T00:05:51.634 DEBUG:teuthology.orchestra.run.smithi184:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-20T00:05:51.671 INFO:tasks.cephadm:Stopping all daemons... 2024-02-20T00:05:51.671 INFO:tasks.cephadm.mon.smithi023:Stopping mon.smithi023... 2024-02-20T00:05:51.671 DEBUG:teuthology.orchestra.run.smithi023:> sudo systemctl stop ceph-ad14672a-cf7e-11ee-95bb-87774f69a715@mon.smithi023 2024-02-20T00:05:51.994 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:51 smithi023 systemd[1]: Stopping Ceph mon.smithi023 for ad14672a-cf7e-11ee-95bb-87774f69a715... 2024-02-20T00:05:51.994 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:51 smithi023 bash[111085]: Error response from daemon: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-mon.smithi023 2024-02-20T00:05:51.994 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:51 smithi023 bash[16423]: cluster 2024-02-20T00:05:50.730101+0000 mgr.smithi023.vhqanb (mgr.14182) 1573 : cluster [DBG] pgmap v1003: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:05:51.994 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:51 smithi023 bash[16423]: debug 2024-02-20T00:05:51.886+0000 7f5d559cf700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi023 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-20T00:05:51.995 INFO:journalctl@ceph.mon.smithi023.smithi023.stdout:Feb 20 00:05:51 smithi023 bash[16423]: debug 2024-02-20T00:05:51.886+0000 7f5d559cf700 -1 mon.smithi023@0(leader) e2 *** Got Signal Terminated *** 2024-02-20T00:05:52.258 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:51 smithi184 bash[20261]: cluster 2024-02-20T00:05:50.730101+0000 mgr.smithi023.vhqanb (mgr.14182) 1573 : cluster [DBG] pgmap v1003: 97 pgs: 97 active+clean; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2024-02-20T00:05:52.706 DEBUG:teuthology.orchestra.run.smithi023:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ad14672a-cf7e-11ee-95bb-87774f69a715@mon.smithi023.service' 2024-02-20T00:05:52.734 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-20T00:05:52.734 INFO:tasks.cephadm.mon.smithi023:Stopped mon.smithi023 2024-02-20T00:05:52.734 INFO:tasks.cephadm.mon.smithi184:Stopping mon.smithi184... 2024-02-20T00:05:52.734 DEBUG:teuthology.orchestra.run.smithi184:> sudo systemctl stop ceph-ad14672a-cf7e-11ee-95bb-87774f69a715@mon.smithi184 2024-02-20T00:05:53.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:52 smithi184 systemd[1]: Stopping Ceph mon.smithi184 for ad14672a-cf7e-11ee-95bb-87774f69a715... 2024-02-20T00:05:53.008 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:52 smithi184 bash[46402]: Error response from daemon: No such container: ceph-ad14672a-cf7e-11ee-95bb-87774f69a715-mon.smithi184 2024-02-20T00:05:53.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:53 smithi184 bash[20261]: debug 2024-02-20T00:05:53.197+0000 7fe22831f700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.smithi184 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-02-20T00:05:53.508 INFO:journalctl@ceph.mon.smithi184.smithi184.stdout:Feb 20 00:05:53 smithi184 bash[20261]: debug 2024-02-20T00:05:53.197+0000 7fe22831f700 -1 mon.smithi184@1(peon) e2 *** Got Signal Terminated *** 2024-02-20T00:05:54.051 DEBUG:teuthology.orchestra.run.smithi184:> sudo pkill -f 'journalctl -f -n 0 -u ceph-ad14672a-cf7e-11ee-95bb-87774f69a715@mon.smithi184.service' 2024-02-20T00:05:54.087 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-20T00:05:54.087 INFO:tasks.cephadm.mon.smithi184:Stopped mon.smithi184 2024-02-20T00:05:54.087 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 --force --keep-logs 2024-02-20T00:06:51.505 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 --force --keep-logs 2024-02-20T00:07:54.561 DEBUG:teuthology.orchestra.run.smithi023:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-20T00:07:54.577 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-20T00:07:54.588 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-20T00:07:54.590 DEBUG:teuthology.misc:Transferring archived files from smithi023:/var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568090/remote/ubuntu@smithi023.front.sepia.ceph.com/crash 2024-02-20T00:07:54.592 DEBUG:teuthology.orchestra.run.smithi023:> sudo tar c -f - -C /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/crash -- . 2024-02-20T00:07:54.634 INFO:teuthology.orchestra.run.smithi023.stderr:tar: /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/crash: Cannot open: No such file or directory 2024-02-20T00:07:54.634 INFO:teuthology.orchestra.run.smithi023.stderr:tar: Error is not recoverable: exiting now 2024-02-20T00:07:54.636 DEBUG:teuthology.misc:Transferring archived files from smithi184:/var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/crash to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568090/remote/ubuntu@smithi184.front.sepia.ceph.com/crash 2024-02-20T00:07:54.637 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/crash -- . 2024-02-20T00:07:54.650 INFO:teuthology.orchestra.run.smithi184.stderr:tar: /var/lib/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/crash: Cannot open: No such file or directory 2024-02-20T00:07:54.650 INFO:teuthology.orchestra.run.smithi184.stderr:tar: Error is not recoverable: exiting now 2024-02-20T00:07:54.651 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-20T00:07:54.651 DEBUG:teuthology.orchestra.run.smithi023:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-02-20T00:07:54.695 INFO:teuthology.orchestra.run.smithi023.stdout:2024-02-19T23:41:13.333993+0000 mon.smithi023 (mon.0) 689 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-02-20T00:07:54.699 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-20T00:07:54.699 INFO:tasks.cephadm:Compressing logs... 2024-02-20T00:07:54.699 DEBUG:teuthology.orchestra.run.smithi023:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-20T00:07:54.742 DEBUG:teuthology.orchestra.run.smithi184:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-02-20T00:07:54.755 INFO:teuthology.orchestra.run.smithi023.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-02-20T00:07:54.755 INFO:teuthology.orchestra.run.smithi023.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-20T00:07:54.756 INFO:teuthology.orchestra.run.smithi023.stderr:gzip -5 --verbose -- /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-volume.log 2024-02-20T00:07:54.756 INFO:teuthology.orchestra.run.smithi023.stderr:gzip -5 --verbose -- /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-mgr.smithi023.vhqanb.log 2024-02-20T00:07:54.757 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph.cephadm.log 2024-02-20T00:07:54.757 INFO:teuthology.orchestra.run.smithi184.stderr:find: '/var/log/rbd-target-api': No such file or directorygzip 2024-02-20T00:07:54.758 INFO:teuthology.orchestra.run.smithi184.stderr:-5 --verbose -- /var/log/ceph/cephadm.log 2024-02-20T00:07:54.758 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-mgr.smithi023.vhqanb.log: gzip -5 --verbose -- /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-osd.7.log 2024-02-20T00:07:54.758 INFO:teuthology.orchestra.run.smithi023.stderr:gzip -5 --verbose /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph.cephadm.log: -- /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-osd.1.log 2024-02-20T00:07:54.761 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-mon.smithi023.log 2024-02-20T00:07:54.761 INFO:teuthology.orchestra.run.smithi023.stderr:gzip /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-osd.1.log: -5 --verbose -- /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-osd.5.log /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-mon.smithi023.log: 2024-02-20T00:07:54.762 INFO:teuthology.orchestra.run.smithi023.stderr:gzip -5 --verbose -- /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph.audit.log 2024-02-20T00:07:54.762 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-osd.6.log 2024-02-20T00:07:54.763 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-volume.log 2024-02-20T00:07:54.763 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-mds.foofs.smithi184.iuvjux.log 2024-02-20T00:07:54.763 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-osd.0.log 2024-02-20T00:07:54.763 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-mon.smithi184.log 2024-02-20T00:07:54.763 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-osd.0.log: /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-mds.foofs.smithi184.iuvjux.log: gzip -5 --verbose -- /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-mgr.smithi184.fjxveu.log 2024-02-20T00:07:54.763 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-mon.smithi184.log: 83.2% -- replaced with /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-mds.foofs.smithi184.iuvjux.log.gz 2024-02-20T00:07:54.763 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph.cephadm.log 2024-02-20T00:07:54.763 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-mgr.smithi184.fjxveu.log: gzip -5 --verbose -- /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph.audit.log 2024-02-20T00:07:54.765 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-osd.5.log: 96.3% -- replaced with /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph.cephadm.log.gz 2024-02-20T00:07:54.766 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-osd.2.log 2024-02-20T00:07:54.767 INFO:teuthology.orchestra.run.smithi023.stderr:gzip -5 --verbose -- /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-osd.3.log 2024-02-20T00:07:54.768 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph.audit.log: 90.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-20T00:07:54.769 INFO:teuthology.orchestra.run.smithi184.stderr: 96.4% -- replaced with /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph.cephadm.log.gz 2024-02-20T00:07:54.769 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-osd.4.log 2024-02-20T00:07:54.770 INFO:teuthology.orchestra.run.smithi184.stderr:gzip -5 --verbose -- /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph.log 2024-02-20T00:07:54.771 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph.audit.log: 92.6% -- replaced with /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-volume.log.gz 2024-02-20T00:07:54.771 INFO:teuthology.orchestra.run.smithi023.stderr:gzip -5 --verbose -- /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-mds.foofs.smithi023.ncwmdw.log 2024-02-20T00:07:54.771 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-osd.3.log: 91.5% -- replaced with /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph.audit.log.gz 2024-02-20T00:07:54.773 INFO:teuthology.orchestra.run.smithi023.stderr:gzip -5 --verbose -- /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph.log 2024-02-20T00:07:54.773 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-mds.foofs.smithi023.ncwmdw.log: 60.1% -- replaced with /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-mds.foofs.smithi023.ncwmdw.log.gz 2024-02-20T00:07:54.773 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-osd.2.log: /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-osd.4.log: 91.8% -- replaced with /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph.audit.log.gz 2024-02-20T00:07:54.773 INFO:teuthology.orchestra.run.smithi184.stderr:/var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph.log: 92.6% -- replaced with /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-volume.log.gz 2024-02-20T00:07:54.775 INFO:teuthology.orchestra.run.smithi184.stderr: 93.6% -- replaced with /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-mgr.smithi184.fjxveu.log.gz 2024-02-20T00:07:54.775 INFO:teuthology.orchestra.run.smithi184.stderr: 90.6% -- replaced with /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph.log.gz 2024-02-20T00:07:54.776 INFO:teuthology.orchestra.run.smithi023.stderr:/var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph.log: 90.5% -- replaced with /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph.log.gz 2024-02-20T00:07:54.777 INFO:teuthology.orchestra.run.smithi023.stderr: 93.1% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-20T00:07:55.163 INFO:teuthology.orchestra.run.smithi023.stderr: 89.5% -- replaced with /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-mgr.smithi023.vhqanb.log.gz 2024-02-20T00:07:55.200 INFO:teuthology.orchestra.run.smithi184.stderr: 92.4% -- replaced with /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-mon.smithi184.log.gz 2024-02-20T00:07:55.229 INFO:teuthology.orchestra.run.smithi184.stderr: 92.9% -- replaced with /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-osd.2.log.gz 2024-02-20T00:07:55.329 INFO:teuthology.orchestra.run.smithi184.stderr: 92.9% -- replaced with /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-osd.4.log.gz 2024-02-20T00:07:55.364 INFO:teuthology.orchestra.run.smithi023.stderr: 92.9% -- replaced with /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-osd.1.log.gz 2024-02-20T00:07:55.440 INFO:teuthology.orchestra.run.smithi023.stderr: 93.0% -- replaced with /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-osd.5.log.gz 2024-02-20T00:07:55.443 INFO:teuthology.orchestra.run.smithi184.stderr: 92.9% -- replaced with /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-osd.6.log.gz 2024-02-20T00:07:55.469 INFO:teuthology.orchestra.run.smithi023.stderr: 93.5% -- replaced with /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-osd.3.log.gz 2024-02-20T00:07:55.507 INFO:teuthology.orchestra.run.smithi184.stderr: 92.8% -- replaced with /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-osd.0.log.gz 2024-02-20T00:07:55.509 INFO:teuthology.orchestra.run.smithi184.stderr: 2024-02-20T00:07:55.509 INFO:teuthology.orchestra.run.smithi184.stderr:real 0m0.762s 2024-02-20T00:07:55.509 INFO:teuthology.orchestra.run.smithi184.stderr:user 0m2.860s 2024-02-20T00:07:55.510 INFO:teuthology.orchestra.run.smithi184.stderr:sys 0m0.112s 2024-02-20T00:07:55.513 INFO:teuthology.orchestra.run.smithi023.stderr: 93.0% -- replaced with /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-osd.7.log.gz 2024-02-20T00:07:55.670 INFO:teuthology.orchestra.run.smithi023.stderr: 89.7% -- replaced with /var/log/ceph/ad14672a-cf7e-11ee-95bb-87774f69a715/ceph-mon.smithi023.log.gz 2024-02-20T00:07:55.672 INFO:teuthology.orchestra.run.smithi023.stderr: 2024-02-20T00:07:55.672 INFO:teuthology.orchestra.run.smithi023.stderr:real 0m0.927s 2024-02-20T00:07:55.672 INFO:teuthology.orchestra.run.smithi023.stderr:user 0m4.005s 2024-02-20T00:07:55.672 INFO:teuthology.orchestra.run.smithi023.stderr:sys 0m0.126s 2024-02-20T00:07:55.673 INFO:tasks.cephadm:Archiving logs... 2024-02-20T00:07:55.673 DEBUG:teuthology.misc:Transferring archived files from smithi023:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568090/remote/ubuntu@smithi023.front.sepia.ceph.com/log 2024-02-20T00:07:55.674 DEBUG:teuthology.orchestra.run.smithi023:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-20T00:07:56.274 DEBUG:teuthology.misc:Transferring archived files from smithi184:/var/log/ceph to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568090/remote/ubuntu@smithi184.front.sepia.ceph.com/log 2024-02-20T00:07:56.275 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-20T00:07:56.670 INFO:tasks.cephadm:Removing cluster... 2024-02-20T00:07:56.670 DEBUG:teuthology.orchestra.run.smithi023:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 --force 2024-02-20T00:07:58.066 DEBUG:teuthology.orchestra.run.smithi184:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid ad14672a-cf7e-11ee-95bb-87774f69a715 --force 2024-02-20T00:07:59.448 INFO:tasks.cephadm:Removing cephadm ... 2024-02-20T00:07:59.449 DEBUG:teuthology.orchestra.run.smithi023:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-20T00:07:59.456 DEBUG:teuthology.orchestra.run.smithi184:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-20T00:07:59.460 INFO:tasks.cephadm:Teardown complete 2024-02-20T00:07:59.461 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-02-20T00:07:59.476 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi023:/dev/vg_nvme/lv_1... 2024-02-20T00:07:59.476 DEBUG:teuthology.orchestra.run.smithi023:> sudo nvme disconnect -n lv_1 2024-02-20T00:07:59.792 INFO:teuthology.orchestra.run.smithi023.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-20T00:07:59.793 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:07:59.794 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi023:/dev/vg_nvme/lv_2... 2024-02-20T00:07:59.794 DEBUG:teuthology.orchestra.run.smithi023:> sudo nvme disconnect -n lv_2 2024-02-20T00:08:00.072 INFO:teuthology.orchestra.run.smithi023.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-20T00:08:00.073 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:08:00.074 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi023:/dev/vg_nvme/lv_3... 2024-02-20T00:08:00.074 DEBUG:teuthology.orchestra.run.smithi023:> sudo nvme disconnect -n lv_3 2024-02-20T00:08:00.352 INFO:teuthology.orchestra.run.smithi023.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-20T00:08:00.353 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:08:00.354 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi023:/dev/vg_nvme/lv_4... 2024-02-20T00:08:00.354 DEBUG:teuthology.orchestra.run.smithi023:> sudo nvme disconnect -n lv_4 2024-02-20T00:08:00.620 INFO:teuthology.orchestra.run.smithi023.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-20T00:08:00.623 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:08:00.623 DEBUG:teuthology.orchestra.run.smithi023:> set -ex 2024-02-20T00:08:00.623 DEBUG:teuthology.orchestra.run.smithi023:> sudo dd of=/scratch_devs 2024-02-20T00:08:00.638 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi184:/dev/vg_nvme/lv_1... 2024-02-20T00:08:00.639 DEBUG:teuthology.orchestra.run.smithi184:> sudo nvme disconnect -n lv_1 2024-02-20T00:08:00.934 INFO:teuthology.orchestra.run.smithi184.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-02-20T00:08:00.935 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:08:00.935 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi184:/dev/vg_nvme/lv_2... 2024-02-20T00:08:00.936 DEBUG:teuthology.orchestra.run.smithi184:> sudo nvme disconnect -n lv_2 2024-02-20T00:08:01.258 INFO:teuthology.orchestra.run.smithi184.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-02-20T00:08:01.259 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:08:01.259 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi184:/dev/vg_nvme/lv_3... 2024-02-20T00:08:01.259 DEBUG:teuthology.orchestra.run.smithi184:> sudo nvme disconnect -n lv_3 2024-02-20T00:08:01.542 INFO:teuthology.orchestra.run.smithi184.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-02-20T00:08:01.543 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:08:01.543 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi184:/dev/vg_nvme/lv_4... 2024-02-20T00:08:01.543 DEBUG:teuthology.orchestra.run.smithi184:> sudo nvme disconnect -n lv_4 2024-02-20T00:08:01.833 INFO:teuthology.orchestra.run.smithi184.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-02-20T00:08:01.835 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:08:01.835 DEBUG:teuthology.orchestra.run.smithi184:> set -ex 2024-02-20T00:08:01.835 DEBUG:teuthology.orchestra.run.smithi184:> sudo dd of=/scratch_devs 2024-02-20T00:08:01.850 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-20T00:08:01.859 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-20T00:08:01.859 DEBUG:teuthology.orchestra.run.smithi023:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-20T00:08:01.862 DEBUG:teuthology.orchestra.run.smithi184:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-20T00:08:01.882 INFO:teuthology.orchestra.run.smithi023.stdout: remote refid st t when poll reach delay offset jitter 2024-02-20T00:08:01.882 INFO:teuthology.orchestra.run.smithi023.stdout:============================================================================== 2024-02-20T00:08:01.882 INFO:teuthology.orchestra.run.smithi023.stdout:*hv01.front.sepi 44.4.53.2 2 u 47 64 377 0.087 6.966 1.857 2024-02-20T00:08:01.882 INFO:teuthology.orchestra.run.smithi023.stdout:+hv02.front.sepi 63.231.80.2 3 u 44 64 377 0.095 5.536 1.868 2024-02-20T00:08:01.882 INFO:teuthology.orchestra.run.smithi023.stdout:+hv03.front.sepi 74.6.168.72 3 u 47 64 377 0.092 5.917 1.704 2024-02-20T00:08:01.882 INFO:teuthology.orchestra.run.smithi023.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-02-20T00:08:01.914 INFO:teuthology.orchestra.run.smithi184.stdout: remote refid st t when poll reach delay offset jitter 2024-02-20T00:08:01.914 INFO:teuthology.orchestra.run.smithi184.stdout:============================================================================== 2024-02-20T00:08:01.914 INFO:teuthology.orchestra.run.smithi184.stdout:*hv01.front.sepi 44.4.53.2 2 u 54 128 377 0.090 0.687 0.243 2024-02-20T00:08:01.914 INFO:teuthology.orchestra.run.smithi184.stdout:+hv02.front.sepi 63.231.80.2 3 u 37 128 377 0.097 1.869 0.201 2024-02-20T00:08:01.914 INFO:teuthology.orchestra.run.smithi184.stdout:+hv03.front.sepi 74.6.168.72 3 u 36 128 377 0.102 -0.550 0.153 2024-02-20T00:08:01.915 INFO:teuthology.orchestra.run.smithi184.stdout: hv04.front.sepi .INIT. 16 u - 1024 0 0.000 0.000 0.000 2024-02-20T00:08:01.915 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-20T00:08:01.925 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-20T00:08:01.927 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-20T00:08:01.936 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-20T00:08:02.047 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-20T00:08:02.055 INFO:teuthology.task.internal:Duration was 2672.839805 seconds 2024-02-20T00:08:02.056 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-20T00:08:02.065 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-20T00:08:02.065 DEBUG:teuthology.orchestra.run.smithi023:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-20T00:08:02.067 DEBUG:teuthology.orchestra.run.smithi184:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-20T00:08:02.118 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-20T00:08:02.118 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi023.front.sepia.ceph.com 2024-02-20T00:08:02.118 DEBUG:teuthology.orchestra.run.smithi023:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-20T00:08:02.129 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi184.front.sepia.ceph.com 2024-02-20T00:08:02.129 DEBUG:teuthology.orchestra.run.smithi184:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-02-20T00:08:02.141 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-20T00:08:02.141 DEBUG:teuthology.orchestra.run.smithi023:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-20T00:08:02.173 DEBUG:teuthology.orchestra.run.smithi184:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-20T00:08:02.247 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-20T00:08:02.247 DEBUG:teuthology.orchestra.run.smithi023:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-20T00:08:02.249 DEBUG:teuthology.orchestra.run.smithi184:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-20T00:08:02.391 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-20T00:08:02.401 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-20T00:08:02.401 DEBUG:teuthology.orchestra.run.smithi023:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-20T00:08:02.412 DEBUG:teuthology.orchestra.run.smithi184:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-20T00:08:02.427 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-20T00:08:02.437 DEBUG:teuthology.orchestra.run.smithi023:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-20T00:08:02.457 DEBUG:teuthology.orchestra.run.smithi184:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-02-20T00:08:02.469 INFO:teuthology.orchestra.run.smithi023.stdout:kernel.core_pattern = core 2024-02-20T00:08:02.483 INFO:teuthology.orchestra.run.smithi184.stdout:kernel.core_pattern = core 2024-02-20T00:08:02.513 DEBUG:teuthology.orchestra.run.smithi023:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-20T00:08:02.540 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:08:02.541 DEBUG:teuthology.orchestra.run.smithi184:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-20T00:08:02.558 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-20T00:08:02.558 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-20T00:08:02.568 INFO:teuthology.task.internal:Transferring archived files... 2024-02-20T00:08:02.569 DEBUG:teuthology.misc:Transferring archived files from smithi023:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568090/remote/smithi023 2024-02-20T00:08:02.570 DEBUG:teuthology.orchestra.run.smithi023:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-20T00:08:02.617 DEBUG:teuthology.misc:Transferring archived files from smithi184:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568090/remote/smithi184 2024-02-20T00:08:02.618 DEBUG:teuthology.orchestra.run.smithi184:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-20T00:08:02.645 INFO:teuthology.task.internal:Removing archive directory... 2024-02-20T00:08:02.645 DEBUG:teuthology.orchestra.run.smithi023:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-20T00:08:02.657 DEBUG:teuthology.orchestra.run.smithi184:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-20T00:08:02.691 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-20T00:08:02.703 INFO:teuthology.task.internal:Not uploading archives. 2024-02-20T00:08:02.703 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-20T00:08:02.714 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-20T00:08:02.714 DEBUG:teuthology.orchestra.run.smithi023:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-20T00:08:02.716 DEBUG:teuthology.orchestra.run.smithi184:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-20T00:08:02.722 INFO:teuthology.orchestra.run.smithi023.stdout: 659552 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 20 00:08 /home/ubuntu/cephtest 2024-02-20T00:08:02.740 INFO:teuthology.orchestra.run.smithi184.stdout: 659550 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 20 00:08 /home/ubuntu/cephtest 2024-02-20T00:08:02.743 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-20T00:08:02.753 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-20T00:08:02.776 INFO:teuthology.nuke:Checking targets against current locks 2024-02-20T00:08:02.803 DEBUG:teuthology.nuke:shortname: smithi023 2024-02-20T00:08:02.804 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-20T00:08:02.830 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi023.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568090', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-19 23:13:21.245004', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2024-02-20T00:08:02.832 DEBUG:teuthology.nuke:shortname: smithi184 2024-02-20T00:08:02.832 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-20T00:08:02.856 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi184.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/gabrioux-2024-02-19_22:54:55-orch:cephadm-wip-guits-testing-6-2024-02-19-2119-pacific-distro-default-smithi/7568090', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '18.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-19 23:13:21.246878', 'locked_by': 'scheduled_gabrioux@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHSAlWjESMc0Gra5f/6dvvbjuYJc2qVK13Ztw1gt4S0hdg9pLl/eAcLsaHQz3OAGEzcbKS0DF4bknjuwe5HHhPE='} 2024-02-20T00:08:02.891 INFO:teuthology.orchestra.console.smithi023:Power off 2024-02-20T00:08:02.891 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-20T00:08:02.915 DEBUG:teuthology.orchestra.console.smithi023:power off output: Chassis Power Control: Down/Off 2024-02-20T00:08:02.915 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T00:08:02.939 DEBUG:teuthology.orchestra.console.smithi023:check power output: Chassis Power is on 2024-02-20T00:08:04.122 INFO:teuthology.orchestra.console.smithi184:Power off 2024-02-20T00:08:04.123 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-20T00:08:04.145 DEBUG:teuthology.orchestra.console.smithi184:power off output: Chassis Power Control: Down/Off 2024-02-20T00:08:04.146 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T00:08:04.168 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is on 2024-02-20T00:08:06.940 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T00:08:07.051 DEBUG:teuthology.orchestra.console.smithi023:check power output: Chassis Power is on 2024-02-20T00:08:08.169 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T00:08:08.280 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is on 2024-02-20T00:08:11.087 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T00:08:11.197 DEBUG:teuthology.orchestra.console.smithi023:check power output: Chassis Power is on 2024-02-20T00:08:12.282 DEBUG:teuthology.orchestra.console.smithi184:pexpect command: ipmitool -H smithi184.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T00:08:12.391 DEBUG:teuthology.orchestra.console.smithi184:check power output: Chassis Power is off 2024-02-20T00:08:12.492 INFO:teuthology.orchestra.console.smithi184:Power off completed 2024-02-20T00:08:15.199 DEBUG:teuthology.orchestra.console.smithi023:pexpect command: ipmitool -H smithi023.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-20T00:08:15.309 DEBUG:teuthology.orchestra.console.smithi023:check power output: Chassis Power is off 2024-02-20T00:08:15.410 INFO:teuthology.orchestra.console.smithi023:Power off completed 2024-02-20T00:08:15.513 INFO:teuthology.run:Summary data: description: orch:cephadm/smoke-roleless/{0-distro/ubuntu_18.04 0-nvme-loop 1-start 2-services/nfs-ingress 3-final} duration: 2672.83980512619 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_gabrioux@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=969e08e9d15e4822a1ea7210080fbe1a status: fail success: false 2024-02-20T00:08:15.514 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-20T00:08:15.599 INFO:teuthology.run:FAIL